SPClaimProvider members
SharePoint 2013
Represents a claims provider.
The SPClaimProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
SPClaimProvider | Creates a SPClaimProvider claims provider with the specified display name. |
| Name | Description | |
|---|---|---|
|
DisplayName | Gets the display name of the claims provider. |
|
Name | When implemented in a derived class, gets the unique name for the claims provider. |
|
Schema | Gets the schema for the claims provider. |
|
SupportsEntityInformation | When implemented in a derived class, determines whether the claims provider supports information about augmenting claims to entities. |
|
SupportsHierarchy | When implemented in a derived class, determines whether the claims provider supports hierarchical display. |
|
SupportsResolve | When implemented in a derived class, determines whether the claims provider supports resolve operations. |
|
SupportsSearch | When implemented in a derived class, determines whether the claims provider supports search operations. |
|
SupportsUserKey | Does this claim provider support information about retrieving a user key for a login provider? |
|
SupportsUserSpecificHierarchy | Determines whether there is user-specific hierarchy information. |
| Name | Description | |
|---|---|---|
|
ClaimTypes | Retrieves the ClaimType claim types that is returned by this claims provider. |
|
ClaimValueTypes | Retrieves the ValueType claim value types that is returned by this claims provider. |
|
CreateClaim(SPClaimArguments) | |
|
CreateClaim(String, String, String) | Creates claims for the claims provider. |
|
CreateClaimForArguments | Creates a claim matching the arguments if possible otherwise returns null. |
|
CreatePickerEntity | Creates a picker entity. |
|
EntityTypes | Retrieves the entity types returned by this claims provider. |
|
EntityTypesContain | Checks the entity type. |
|
Equals | Determines whether the specified object is equal to the current claims provider. (Overrides Object.Equals(Object).) |
|
FillClaimsForEntity(Uri, SPClaim, List<SPClaim>) | When implemented in a derived class, augments custom claims into a claims token. |
|
FillClaimsForEntity(Uri, SPClaim, SPClaimProviderContext, List<SPClaim>) | Virtual overload for FillClaimsForEntity that allows a Claim Provider to have extra information when it runs to augment for a given entity. |
|
FillClaimTypes | When implemented in a derived class, specifies the set of possible claims types that the claims provider supports. |
|
FillClaimValueTypes | When implemented in a derived class, specifies the set of possible claim value type for claim type that the claims provider supports. |
|
FillDefaultLocalizedDisplayName | |
|
FillEntityTypes | When implemented in a derived class, specifies the set of possible entity types that the claims provider is supporting for display in the People Picker control. |
|
FillHierarchy | When implemented in a derived class, provides the People Picker control with the ability to load portions of the [T:HYPERLINK"ms-help://MS.SPF14SDK.en/SPF14MrefControls/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] tree from the claims provider and specifies the hierarchy for displaying the picker entities. |
|
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. |
|
FillResolve(Uri, [], String, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. |
|
FillSchema | When implemented in a derived class, fills the schema of the entity. The schema is used by People Picker control to display the entity data. |
|
FillSearch | When implemented in a derived class, fills search results in People Picker control window. |
|
Finalize | (Inherited from Object.) |
|
GetClaimsForEntity(Uri, SPClaim) | Gets the claims to be augmented for the entity. |
|
GetClaimsForEntity(Uri, SPClaim, SPClaimProviderContext) | Get the SPClaim for the entity. |
|
GetClaimTypeForUserKey | Retrieves the ClaimType used by this claim provider for the user key. |
|
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
|
GetHierarchy | Gets the [T:HYPERLINK"ms-help://MS.SPF14SDK.en/SPF14MrefControls/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] hierarchy that is rooted at a particular hierarchyNodeID. |
|
GetLocalizedDisplayName | |
|
GetType | (Inherited from Object.) |
|
GetUserKeyForEntity | Retrieves the user key corresponding to the entity. |
|
MemberwiseClone | (Inherited from Object.) |
|
Resolve(Uri, [], SPClaim) | Resolves the input. |
|
Resolve(Uri, [], String) | Resolves the input. |
|
Search | Performs a search of the [T:HYPERLINK"ms-help://MS.SPF14SDK.en/SPF14MrefControls/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] hierarchy. |
|
ToString | (Inherited from Object.) |
|
UserKeyForEntity | Get the user key for the entity. |