SanteDBClaimsIdentity Class |
Namespace: SanteDB.Core.Security.Claims
The SanteDBClaimsIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
| SanteDBClaimsIdentity(IIdentity) |
Create new claims identity from the specified identity
| |
| SanteDBClaimsIdentity(IIdentity, IEnumerableIClaim) |
Creates new claims identity from specified identity and claims
| |
| SanteDBClaimsIdentity(String, Boolean, String, IEnumerableIClaim) |
Initializes a new instance of the SanteDBClaimsIdentity class.
|
| Name | Description | |
|---|---|---|
| AuthenticationType |
Gets the type of authentication used.
| |
| Claims |
Gets the list of claims made about the identity
| |
| IsAuthenticated |
Gets a value that indicates whether the user has been authenticated.
| |
| Name |
Gets the name of the current user.
|
| Name | Description | |
|---|---|---|
| AddClaim |
Add a claim
| |
| AddClaims |
Add a claim
| |
| 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
| |
| FindFirst |
Find the first
| |
| 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
| |
| 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.) |