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.
Include Protected Members
Include Inherited Members
Represents a claims provider.
The SPClaimProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPClaimProvider | Creates a SPClaimProvider claims provider with the specified display name. |
Top
Properties
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 | |
![]() |
SupportsUserSpecificHierarchy | Determines whether there is user-specific hierarchy information. |
Top
Methods
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 | Creates claims for the claims provider. |
![]() |
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 | When implemented in a derived class, augments custom claims into a claims token. |
![]() |
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 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 | Gets the claims to be augmented for the entity. |
![]() |
GetClaimTypeForUserKey | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() |
GetHierarchy | Gets the SPProviderHierarchyTree hierarchy that is rooted at a particular hierarchyNodeID. |
![]() |
GetLocalizedDisplayName | |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUserKeyForEntity | |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Resolve(Uri, [], SPClaim) | Resolves the input. |
![]() |
Resolve(Uri, [], String) | Resolves the input. |
![]() |
Search | Performs a search of the SPProviderHierarchyTree hierarchy. |
![]() |
ToString | (Inherited from Object.) |
![]() |
UserKeyForEntity |
Top