Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides claims picking functionality for trusted login providers.
The SPTrustedClaimProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DisplayName | Gets the display name of the claims provider. (Inherited from SPClaimProvider.) |
![]() |
Name | Name of this claim provider (Overrides SPClaimProvider.Name.) |
![]() |
Schema | Gets the schema for the claims provider. (Inherited from SPClaimProvider.) |
![]() |
SupportsDynamicClaims | (Inherited from SPClaimProvider.) |
![]() |
SupportsEntityInformation | Does this claim provider support information about mapping claims to entities? (Overrides SPClaimProvider.SupportsEntityInformation.) |
![]() |
SupportsHierarchy | Does this claim provider support hierarchy information? (Overrides SPClaimProvider.SupportsHierarchy.) |
![]() |
SupportsResolve | Does this claim provider support resolving claims? (Overrides SPClaimProvider.SupportsResolve.) |
![]() |
SupportsSearch | Does this claim provider support searching for claims? (Overrides SPClaimProvider.SupportsSearch.) |
![]() |
SupportsUserKey | Does this claim provider support information about retrieving a user key for a login provider? (Inherited from SPClaimProvider.) |
![]() |
SupportsUserSpecificHierarchy | Determines whether there is user-specific hierarchy information. (Inherited from SPClaimProvider.) |
![]() ![]() |
TrustedEntityType | Entity type corresponding to this claim provider |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ClaimTypes | Retrieves the ClaimType claim types that is returned by this claims provider. (Inherited from SPClaimProvider.) |
![]() |
ClaimValueTypes | Retrieves the ValueType claim value types that is returned by this claims provider. (Inherited from SPClaimProvider.) |
![]() |
CreateClaim(SPClaimArguments) | (Inherited from SPClaimProvider.) |
![]() |
CreateClaim(String, String, String) | Creates claims for the claims provider. (Inherited from SPClaimProvider.) |
![]() |
CreateClaimForArguments | Creates a claim matching the arguments if possible otherwise returns null. (Inherited from SPClaimProvider.) |
![]() |
CreatePickerEntity | Creates a picker entity. (Inherited from SPClaimProvider.) |
![]() |
EntityTypes | Retrieves the entity types returned by this claims provider. (Inherited from SPClaimProvider.) |
![]() |
Equals | Determines whether the specified object is equal to the current claims provider. (Inherited from SPClaimProvider.) |
![]() |
FillClaimsForEntity(Uri, SPClaim, List<SPClaim>) | (Overrides SPClaimProvider.FillClaimsForEntity(Uri, SPClaim, List<SPClaim>).) |
![]() |
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. (Inherited from SPClaimProvider.) |
![]() |
FillClaimTypes | (Overrides SPClaimProvider.FillClaimTypes(List<String>).) |
![]() |
FillClaimValueTypes | (Overrides SPClaimProvider.FillClaimValueTypes(List<String>).) |
![]() |
FillDefaultLocalizedDisplayName | (Inherited from SPClaimProvider.) |
![]() |
FillEntityTypes | (Overrides SPClaimProvider.FillEntityTypes(List<String>).) |
![]() |
FillHierarchy | (Overrides SPClaimProvider.FillHierarchy(Uri, [], String, Int32, SPProviderHierarchyTree).) |
![]() |
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | (Overrides SPClaimProvider.FillResolve(Uri, [], SPClaim, List<PickerEntity>).) |
![]() |
FillResolve(Uri, [], String, List<PickerEntity>) | (Overrides SPClaimProvider.FillResolve(Uri, [], String, List<PickerEntity>).) |
![]() |
FillSchema | (Overrides SPClaimProvider.FillSchema(SPProviderSchema).) |
![]() |
FillSearch | (Overrides SPClaimProvider.FillSearch(Uri, [], String, String, Int32, SPProviderHierarchyTree).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetClaimsForEntity(Uri, SPClaim) | Gets the claims to be augmented for the entity. (Inherited from SPClaimProvider.) |
![]() |
GetClaimsForEntity(Uri, SPClaim, SPClaimProviderContext) | Get the SPClaim for the entity. (Inherited from SPClaimProvider.) |
![]() |
GetClaimTypeForUserKey | Retrieves the ClaimType used by this claim provider for the user key. (Inherited from SPClaimProvider.) |
![]() |
GetDynamicClaimsForEntity | (Inherited from SPClaimProvider.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from SPClaimProvider.) |
![]() |
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. (Inherited from SPClaimProvider.) |
![]() |
GetLocalizedDisplayName | (Inherited from SPClaimProvider.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUserKeyForEntity | Retrieves the user key corresponding to the entity. (Inherited from SPClaimProvider.) |
![]() |
IsDynamicClaim | (Inherited from SPClaimProvider.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Resolve(Uri, [], SPClaim) | Resolves the input. (Inherited from SPClaimProvider.) |
![]() |
Resolve(Uri, [], String) | Resolves the input. (Inherited from SPClaimProvider.) |
![]() |
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. (Inherited from SPClaimProvider.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UserKeyForEntity | Get the user key for the entity. (Inherited from SPClaimProvider.) |
Top