SPTrustedCustomClaimProvider members
The SPTrustedCustomClaimProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPTrustedCustomClaimProvider |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the claims provider. (Inherited from SPClaimProvider.) | |
Name | (Overrides SPClaimProvider.Name.) | |
Schema | Gets the schema for the claims provider. (Inherited from SPClaimProvider.) | |
SupportsDynamicClaims | (Inherited from SPClaimProvider.) | |
SupportsEntityInformation | When implemented in a derived class, determines whether the claims provider supports information about augmenting claims to entities. (Inherited from SPClaimProvider.) | |
SupportsHierarchy | When implemented in a derived class, determines whether the claims provider supports hierarchical display. (Inherited from SPClaimProvider.) | |
SupportsResolve | When implemented in a derived class, determines whether the claims provider supports resolve operations. (Inherited from SPClaimProvider.) | |
SupportsSearch | When implemented in a derived class, determines whether the claims provider supports search operations. (Inherited from SPClaimProvider.) | |
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.) | |
TrustedLoginProvider |
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>) | When implemented in a derived class, augments custom claims into a claims token. (Inherited from SPClaimProvider.) | |
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 | When implemented in a derived class, specifies the set of possible claims types that the claims provider supports. (Inherited from SPClaimProvider.) | |
FillClaimValueTypes | When implemented in a derived class, specifies the set of possible claim value type for claim type that the claims provider supports. (Inherited from SPClaimProvider.) | |
FillDefaultLocalizedDisplayName | (Inherited from SPClaimProvider.) | |
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. (Inherited from SPClaimProvider.) | |
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. (Inherited from SPClaimProvider.) | |
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. (Inherited from SPClaimProvider.) | |
FillResolve(Uri, [], String, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. (Inherited from SPClaimProvider.) | |
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. (Inherited from SPClaimProvider.) | |
FillSearch | When implemented in a derived class, fills search results in People Picker control window. (Inherited from SPClaimProvider.) | |
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