IUserProvider Interface |
Namespace: ConnectedApps.Cms.Sdk.Framework
The IUserProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | DomainId |
Gets the unique identifier of the account's primary domain alias.
|
![]() | ProviderInstanceId |
Gets the unique identifier of the provider instance.
|
Name | Description | |
---|---|---|
![]() | AuthenticateUser |
Authenticates a user through the provider.
|
![]() | GetGroups |
Returns all user groups in the remote system.
|
![]() | GetUserFields |
Returns all user fields in the remote system.
|
![]() | GetUserInformation |
Returns the user information in the remote system.
|
![]() | GetUsers |
Returns all user information in the remote system.
|
![]() | SynchronizeUsers |
Synchronizes local users and information with the remote system.
|
![]() | TestProviderConnection |
Tests the connection to the remote system using the provider instance connection settings. Throwing an exception will indicate a failed test.
|