SPSystemClaimProvider Members

Include Protected Members
Include Inherited Members

Represents a claim provider that provides claim information that relates to the server farm where Microsoft SharePoint Server 2010 is installed.

The SPSystemClaimProvider type exposes the following members.

Constructors

  Name Description
Public method SPSystemClaimProvider Initializes a new instance of the SPSystemClaimProvider class.

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the claims provider. (Inherited from SPClaimProvider.)
Public property Name (Overrides SPClaimProvider.Name.)
Public property Schema Gets the schema for the claims provider. (Inherited from SPClaimProvider.)
Public property SupportsEntityInformation (Overrides SPClaimProvider.SupportsEntityInformation.)
Public property SupportsHierarchy (Overrides SPClaimProvider.SupportsHierarchy.)
Public property SupportsResolve (Overrides SPClaimProvider.SupportsResolve.)
Public property SupportsSearch (Overrides SPClaimProvider.SupportsSearch.)
Public property SupportsUserKey (Inherited from SPClaimProvider.)
Public property SupportsUserSpecificHierarchy Determines whether there is user-specific hierarchy information. (Inherited from SPClaimProvider.)

Top

Methods

  Name Description
Public method ClaimTypes Retrieves the ClaimType claim types that is returned by this claims provider. (Inherited from SPClaimProvider.)
Public method ClaimValueTypes Retrieves the ValueType claim value types that is returned by this claims provider. (Inherited from SPClaimProvider.)
Protected method CreateClaim Creates claims for the claims provider. (Inherited from SPClaimProvider.)
Public methodStatic member CreateFarmClaim Creates an SPClaim object that represents the SPFarm object.
Protected method CreatePickerEntity Creates a picker entity. (Inherited from SPClaimProvider.)
Public method EntityTypes Retrieves the entity types returned by this claims provider. (Inherited from SPClaimProvider.)
Public method Equals Determines whether the specified object is equal to the current claims provider. (Inherited from SPClaimProvider.)
Protected method FillClaimsForEntity (Overrides SPClaimProvider.FillClaimsForEntity(Uri, SPClaim, List<SPClaim>).)
Protected method FillClaimTypes (Overrides SPClaimProvider.FillClaimTypes(List<String>).)
Protected method FillClaimValueTypes (Overrides SPClaimProvider.FillClaimValueTypes(List<String>).)
Protected method FillDefaultLocalizedDisplayName (Overrides SPClaimProvider.FillDefaultLocalizedDisplayName(CultureInfo, String).)
Protected method FillEntityTypes (Overrides SPClaimProvider.FillEntityTypes(List<String>).)
Protected method FillHierarchy (Overrides SPClaimProvider.FillHierarchy(Uri, [], String, Int32, SPProviderHierarchyTree).)
Protected method FillResolve(Uri, [], SPClaim, List<PickerEntity>) (Overrides SPClaimProvider.FillResolve(Uri, [], SPClaim, List<PickerEntity>).)
Protected method FillResolve(Uri, [], String, List<PickerEntity>) (Overrides SPClaimProvider.FillResolve(Uri, [], String, List<PickerEntity>).)
Protected method FillSchema (Overrides SPClaimProvider.FillSchema(SPProviderSchema).)
Protected method FillSearch (Overrides SPClaimProvider.FillSearch(Uri, [], String, String, Int32, SPProviderHierarchyTree).)
Protected method Finalize (Inherited from Object.)
Public method GetClaimsForEntity Gets the claims to be augmented for the entity. (Inherited from SPClaimProvider.)
Public method GetClaimTypeForUserKey (Inherited from SPClaimProvider.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from SPClaimProvider.)
Public method GetHierarchy Gets the SPProviderHierarchyTree hierarchy that is rooted at a particular hierarchyNodeID. (Inherited from SPClaimProvider.)
Public method GetLocalizedDisplayName (Inherited from SPClaimProvider.)
Public method GetType (Inherited from Object.)
Protected method GetUserKeyForEntity (Inherited from SPClaimProvider.)
Public methodStatic member IsFarmClaim(SPClaim)
Public methodStatic member IsFarmClaim(String, String, String, String)
Protected method MemberwiseClone (Inherited from Object.)
Public method Resolve(Uri, [], SPClaim) Resolves the input. (Inherited from SPClaimProvider.)
Public method Resolve(Uri, [], String) Resolves the input. (Inherited from SPClaimProvider.)
Public method Search Performs a search of the SPProviderHierarchyTree hierarchy. (Inherited from SPClaimProvider.)
Public method ToString (Inherited from Object.)
Public method UserKeyForEntity (Inherited from SPClaimProvider.)

Top

See Also

Reference

SPSystemClaimProvider Class

Microsoft.SharePoint.Administration.Claims Namespace