OAuthIdentityProvider Class |
Namespace: SanteDB.DisconnectedClient.Security
The OAuthIdentityProvider type exposes the following members.
Name | Description | |
---|---|---|
OAuthIdentityProvider | Initializes a new instance of the OAuthIdentityProvider class |
Name | Description | |
---|---|---|
ServiceName |
Get the service name
|
Name | Description | |
---|---|---|
AddClaim | ||
Authenticate(String, String) |
Authenticate the user
| |
Authenticate(String, String, String) |
Authenticates the specified user
| |
Authenticate(String, Guid, String, String) |
Challenge key authentication for password change only
| |
ChangePassword |
Changes the users password.
| |
CreateIdentity |
Creates an identity
| |
DeleteIdentity |
Deletes the specified identity
| |
ElevatedAuthenticate |
Elevated authentication
| |
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) |
Gets the specified identity
| |
GetIdentity(String) |
Gets the specified identity
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReAuthenticate |
Perform re-auth
| |
RemoveClaim | ||
SetLockout |
Sets the user's lockout status
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Authenticated |
Occurs when authenticated.
| |
Authenticating |
Occurs when authenticating.
| |
OverrideRequested |
An override has been requested
|
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.) |