SPClaimProvider Methods

Include Protected Members
Include Inherited Members

The SPClaimProvider type exposes the following members.

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