SPSystemClaimProvider 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 | |
---|---|---|
SPSystemClaimProvider | Initializes a new instance of the SPSystemClaimProvider class. |
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 | (Overrides SPClaimProvider.SupportsEntityInformation.) | |
SupportsHierarchy | (Overrides SPClaimProvider.SupportsHierarchy.) | |
SupportsResolve | (Overrides SPClaimProvider.SupportsResolve.) | |
SupportsSearch | (Overrides SPClaimProvider.SupportsSearch.) | |
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.) |
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.) | |
CreateFarmClaim | Creates an SPClaim object that represents the SPFarm object. | |
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>) | (Overrides SPClaimProvider.FillClaimsForEntity(Uri, SPClaim, List<SPClaim>).) | |
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 | (Overrides SPClaimProvider.FillClaimTypes(List<String>).) | |
FillClaimValueTypes | (Overrides SPClaimProvider.FillClaimValueTypes(List<String>).) | |
FillDefaultLocalizedDisplayName | (Overrides SPClaimProvider.FillDefaultLocalizedDisplayName(CultureInfo, String).) | |
FillEntityTypes | (Overrides SPClaimProvider.FillEntityTypes(List<String>).) | |
FillHierarchy | (Overrides SPClaimProvider.FillHierarchy(Uri, [], String, Int32, SPProviderHierarchyTree).) | |
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | (Overrides SPClaimProvider.FillResolve(Uri, [], SPClaim, List<PickerEntity>).) | |
FillResolve(Uri, [], String, List<PickerEntity>) | (Overrides SPClaimProvider.FillResolve(Uri, [], String, List<PickerEntity>).) | |
FillSchema | (Overrides SPClaimProvider.FillSchema(SPProviderSchema).) | |
FillSearch | (Overrides SPClaimProvider.FillSearch(Uri, [], String, String, Int32, SPProviderHierarchyTree).) | |
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.) | |
IsFarmClaim(SPClaim) | ||
IsFarmClaim(String, String, String, String) | ||
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