IOfflineIdentityProviderService Interface |
Namespace: SanteDB.DisconnectedClient.Security
The IOfflineIdentityProviderService type exposes the following members.
Name | Description | |
---|---|---|
ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
AddClaim |
Adds a claim to the specified user account
(Inherited from IIdentityProviderService.) | |
Authenticate(String, String) |
Authenticate the user creating an identity
(Inherited from IIdentityProviderService.) | |
Authenticate(String, String, String) |
Authenticate the user using two factor authentication
(Inherited from IIdentityProviderService.) | |
ChangePassword |
Change user password
(Inherited from IIdentityProviderService.) | |
CreateIdentity(String, String, IPrincipal) |
Create a basic identity in the provider
(Inherited from IIdentityProviderService.) | |
CreateIdentity(Guid, String, String, IPrincipal) |
Create a local offline identity
| |
DeleteIdentity |
Delete an identity
(Inherited from IIdentityProviderService.) | |
GetIdentity(Guid) |
Retrieves an identity by the security identifier
(Inherited from IIdentityProviderService.) | |
GetIdentity(String) |
Retrieves an identity from the object
(Inherited from IIdentityProviderService.) | |
IsLocalUser(Guid) |
Is the user a local user?
| |
IsLocalUser(String) |
Is the user a local user?
| |
ReAuthenticate |
Perform a re-authentication of the principal
(Inherited from IIdentityProviderService.) | |
RemoveClaim |
Removes a claim from the specified user account
(Inherited from IIdentityProviderService.) | |
SetLockout |
Set lockout
(Inherited from IIdentityProviderService.) |
Name | Description | |
---|---|---|
Authenticated |
Fired after an authentication decision being made
(Inherited from IIdentityProviderService.) | |
Authenticating |
Fired prior to an authentication event
(Inherited from IIdentityProviderService.) |