SPClaimProviderOperations members
Provides operations on the claims providers registered in the farm.
The SPClaimProviderOperations type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClaimsForEntity(Uri, SPClaim) | Gets a set of claims for the user described by the input claim. | |
ClaimsForEntity(Uri, SPClaim, SPClaimProviderContext) | Performs logic to start Claim Provider augmentation | |
ClaimTypes | Gets the claim types for the specified claims providers in the context with an operation option. | |
ClaimValueTypes | Gets the claim value types for the specified claims providers in the context with an operation option. | |
CreateClaim | ||
EntityTypes | Gets the entity types for the specified claims providers in the context with an operation option. | |
GetHierarchy(Uri, SPClaimProviderOperationOptions, [], [], Int32) | Gets the array of hierarchy trees returned by the specified claims providers in the context with an operation option. | |
GetHierarchy(Uri, SPClaimProviderOperationOptions, String, [], String, Int32) | Gets the hierarchy tree starting at the specified node for the specified claims providers in the context with an operation option. | |
GetHierarchy(Uri, SPClaimProviderOperationOptions, [], [], Int32, Boolean) | Gets the array of hierarchy trees returned by the specified claims providers in the context with an operation option. | |
HierarchyProviderSchema | Returns the schema of the active claims provider. | |
IsClaimsMode | Determines whether claims authentication is enabled in the specified context. | |
ProviderSchemas | Returns an array of schemas for the specified claims providers in the specified context with the specified operation option. | |
Resolve(Uri, SPClaimProviderOperationOptions, [], [], SPClaim) | Resolves the specified claim to picker entities for the specified claims providers in the specified context with an operation option. | |
Resolve(Uri, SPClaimProviderOperationOptions, [], [], String) | Resolves the specified claim to picker entities for the specified claims providers in the specified context with an operation option. | |
Search(Uri, SPClaimProviderOperationOptions, [], [], String) | Performs a search for the entity types that match the specified pattern for the claims providers in the context using the search arguments and operation option. | |
Search(Uri, SPClaimProviderOperationOptions, [], [], String, Int32) | Performs a search for a maximum number of entity types that match the specified pattern for the claims providers in the context with an operation option. |
Top