SQLiteIdentity Class |
Namespace: SanteDB.DisconnectedClient.SQLite.Security
The SQLiteIdentity type exposes the following members.
Name | Description | |
---|---|---|
SQLiteIdentity |
Initializes a new instance of the [!:SanteDB.DisconnectedClient.Security.SQLiteIdentity] class.
|
Name | Description | |
---|---|---|
AuthenticationType |
Gets the type of authentication used.
(Inherited from SanteDBClaimsIdentity.) | |
Claims |
Gets the list of claims made about the identity
(Inherited from SanteDBClaimsIdentity.) | |
IsAuthenticated |
Gets a value that indicates whether the user has been authenticated.
(Inherited from SanteDBClaimsIdentity.) | |
Name |
Gets the name of the current user.
(Inherited from SanteDBClaimsIdentity.) |
Name | Description | |
---|---|---|
AddClaim |
Add a claim
(Inherited from SanteDBClaimsIdentity.) | |
AddClaims |
Add a claim
(Inherited from SanteDBClaimsIdentity.) | |
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.) | |
FindAll |
Find all matching
(Inherited from SanteDBClaimsIdentity.) | |
FindFirst |
Find the first
(Inherited from SanteDBClaimsIdentity.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveClaim |
Remove the specified claim
(Inherited from SanteDBClaimsIdentity.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |