SQLiteIdentityService Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Security
The SQLiteIdentityService type exposes the following members.
Name | Description | |
---|---|---|
SQLiteIdentityService | Initializes a new instance of the SQLiteIdentityService class |
Name | Description | |
---|---|---|
ServiceName |
Get the service name
|
Name | Description | |
---|---|---|
AddClaim | ||
Authenticate(String, Byte) |
Authenticates a user with a local device PIN
| |
Authenticate(String, String) |
Authenticates a user with usernae and password
| |
Authenticate(String, String, String) |
Authenticate the user using a TwoFactorAuthentication secret
| |
ChangePassword |
Change the user's password
| |
ChangePin |
Change the PIN for the user
| |
CreateIdentity(Guid, String, String) |
Create specified identity
| |
CreateIdentity(SecurityUser, String, IPrincipal) |
Creates the identity.
| |
CreateIdentity(String, String, IPrincipal) |
Create specified identity
| |
CreateIdentity(Guid, String, String, IPrincipal) |
Creates an identity for the user
| |
DeleteIdentity |
Deletes an identity
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateTfaSecret | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIdentity(Guid) |
Get identity by UUID
| |
GetIdentity(String) |
Gets an un-authenticated identity
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsLocalUser(Guid) |
Determine if the user is a local user (not a central user)
| |
IsLocalUser(String) |
Determine if the user is a local user
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReAuthenticate |
Re-authenticate
| |
RemoveClaim | ||
SetLockout |
Set the lockout
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Authenticated |
Occurs when authenticated.
| |
Authenticating |
Fired on authenticating
|
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |