IClaimsPrincipal Interface |
Namespace: SanteDB.Core.Security.Claims
The IClaimsPrincipal type exposes the following members.
Name | Description | |
---|---|---|
Claims |
Gets the claims
| |
Identities |
Gets all the identities
| |
Identity | Gets the identity of the current principal. (Inherited from IPrincipal.) |
Name | Description | |
---|---|---|
AddIdentity |
Add an identity
| |
FindAll |
Find all claims
| |
FindFirst |
Find all claims
| |
HasClaim |
Determine if the principal has a claim
| |
IsInRole | Determines whether the current principal belongs to the specified role. (Inherited from IPrincipal.) | |
TryGetClaimValue |
Find all claims
|
Name | Description | |
---|---|---|
GetClaimValue |
Get the specified claim
(Defined by SanteDBClaimTypes.) | |
GetGrantedPolicies |
Gets the granted policies from the specified claims principal
(Defined by SecurityExtensions.) |