|
Cloud Connector API version 3.8.7000.64800
API for managing and configuring the Cloud Connector
|
This represents a session with the Connector Service. More...
Inherits IDisposable.
Inherited by ConnectorSession.
Public Member Functions | |
| void | Reset (string orgId) |
| Rest the ConnectorURI to the one with OrgId. | |
| IDirSyncContext | GetDirSyncContext () |
| Return a service specific context for sending commands/actions to the DirSync service. | |
| IList< IOrganization > | GetOrganizations () |
| Retrieves a list of organizations that the logged in user has permissions to manage. | |
| void | Logout () |
| Logout the session to the Connector Service. | |
| void | SSOLogin (string token, string cookieHeader) |
| Login to the Connector service using the token from SSO. | |
| string | OAuthCodeLogin (string code, string cookieHeader) |
| Login to the Connector service using the code from grant_type=code. | |
| void | Login (string userid, string password) |
| Login to the Connector service using CoDev. | |
| void | Login (string userid, byte[] secret) |
| Login to the Connector service using CoDev. | |
This represents a session with the Connector Service.
The session is not bound to a specific service type.
| IDirSyncContext GetDirSyncContext | ( | ) |
Return a service specific context for sending commands/actions to the DirSync service.
| IList< IOrganization > GetOrganizations | ( | ) |
Retrieves a list of organizations that the logged in user has permissions to manage.
Often this will only return a single organization.
| void Login | ( | string | userid, |
| byte[] | secret ) |
Login to the Connector service using CoDev.
| userid | The user ID |
| secret | The password |
| void Login | ( | string | userid, |
| string | password ) |
Login to the Connector service using CoDev.
| userid | The user OD |
| password | The password |
| string OAuthCodeLogin | ( | string | code, |
| string | cookieHeader ) |
Login to the Connector service using the code from grant_type=code.
| token | The token from Single Sign On |
| cookieHeader | The cookie header from Single Sign On |
| void SSOLogin | ( | string | token, |
| string | cookieHeader ) |
Login to the Connector service using the token from SSO.
| token | The token from Single Sign On |
| cookieHeader | The cookie header from Single Sign On |