UserProfileClaimProvider members
The UserProfileClaimProvider class is a claim provider for MOSS STS. This claim provider inserts group SIDs (https://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid),upn (https://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn), and primary SID (https://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid) claim type in the SAML token issued by MOSS STS. The value of this claim type will be the value of group SID properties and the primary sid present in the the Memberships of a user profile of the user in User Profile Store. Note: It adds one claim for each group SID value.
The UserProfileClaimProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
UserProfileClaimProvider | Constructor for the UserProfileClaimProvider class. It sets the displayName of the claim provider which gets displayed in the Central Administration UI for people picker name resolution |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
DisplayName | (Inherited from SPClaimProvider.) |
![]() |
Name | Returns the name of the claim provider. This name should be unique and developer has to make sure that this doesn't clashes with existing claim provider. (Overrides SPClaimProvider.Name.) |
![]() |
Schema | (Inherited from SPClaimProvider.) |
![]() |
SupportsEntityInformation | Tells if the claim provider supports entity information or not. The claim provider infrastructure adds the claims only if this SupportsEntityInformation is true. (Overrides SPClaimProvider.SupportsEntityInformation.) |
![]() |
SupportsHierarchy | Tells if we support hierarchy or not. This is used for people picker functionality. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsHierarchy.) |
![]() |
SupportsResolve | Tells if we support resolve entity feature or not. This is used for people picker functionality. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsResolve.) |
![]() |
SupportsSearch | Tells if we support search functionality on the basis of claims value or not. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsSearch.) |
![]() |
SupportsUserKey | (Inherited from SPClaimProvider.) |
![]() |
SupportsUserSpecificHierarchy | (Inherited from SPClaimProvider.) |
Top
Methods
Top
.gif)
.gif)
.gif)