SPClaimProvider Members

Include Protected Members
Include Inherited Members

Represents a claims provider.

The SPClaimProvider type exposes the following members.

Constructors

  Name Description
Protected method SPClaimProvider Creates a SPClaimProvider claims provider with the specified display name.

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the claims provider.
Public property Name When implemented in a derived class, gets the unique name for the claims provider.
Public property Schema Gets the schema for the claims provider.
Public property SupportsEntityInformation When implemented in a derived class, determines whether the claims provider supports information about augmenting claims to entities.
Public property SupportsHierarchy When implemented in a derived class, determines whether the claims provider supports hierarchical display.
Public property SupportsResolve When implemented in a derived class, determines whether the claims provider supports resolve operations.
Public property SupportsSearch When implemented in a derived class, determines whether the claims provider supports search operations.
Public property SupportsUserKey
Public property SupportsUserSpecificHierarchy Determines whether there is user-specific hierarchy information.

Top

Methods

  Name Description
Public method ClaimTypes Retrieves the ClaimType claim types that is returned by this claims provider.
Public method ClaimValueTypes Retrieves the ValueType claim value types that is returned by this claims provider.
Protected method CreateClaim Creates claims for the claims provider.
Protected method CreatePickerEntity Creates a picker entity.
Public method EntityTypes Retrieves the entity types returned by this claims provider.
Protected methodStatic member EntityTypesContain Checks the entity type.
Public method Equals Determines whether the specified object is equal to the current claims provider. (Overrides Object.Equals(Object).)
Protected method FillClaimsForEntity When implemented in a derived class, augments custom claims into a claims token.
Protected method FillClaimTypes When implemented in a derived class, specifies the set of possible claims types that the claims provider supports.
Protected method FillClaimValueTypes When implemented in a derived class, specifies the set of possible claim value type for claim type that the claims provider supports.
Protected method FillDefaultLocalizedDisplayName
Protected method 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.
Protected method 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.
Protected method FillResolve(Uri, [], SPClaim, List<PickerEntity>) When implemented in a derived class, resolves claims by using the type-in control of the claims picker.
Protected method FillResolve(Uri, [], String, List<PickerEntity>) When implemented in a derived class, resolves claims by using the type-in control of the claims picker.
Protected method 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.
Protected method FillSearch When implemented in a derived class, fills search results in People Picker control window.
Protected method Finalize (Inherited from Object.)
Public method GetClaimsForEntity Gets the claims to be augmented for the entity.
Public method GetClaimTypeForUserKey
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetHierarchy Gets the SPProviderHierarchyTree hierarchy that is rooted at a particular hierarchyNodeID.
Public method GetLocalizedDisplayName
Public method GetType (Inherited from Object.)
Protected method GetUserKeyForEntity
Protected method MemberwiseClone (Inherited from Object.)
Public method Resolve(Uri, [], SPClaim) Resolves the input.
Public method Resolve(Uri, [], String) Resolves the input.
Public method Search Performs a search of the SPProviderHierarchyTree hierarchy.
Public method ToString (Inherited from Object.)
Public method UserKeyForEntity

Top

See Also

Reference

SPClaimProvider Class

Microsoft.SharePoint.Administration.Claims Namespace