SPClaimsAuthRoleProvider members
Defines the ASP.NET claims-based role provider integration into the claims-based authentication context.
The SPClaimsAuthRoleProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClaimsAuthRoleProvider | Initializes a new instance of the SPClaimsAuthRoleProvider class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationName | Gets or sets the name of the application for which information is stored or retrieved. (Overrides RoleProvider.ApplicationName.) | |
Description | (Inherited from ProviderBase.) | |
Name | Gets the name of the application. (Overrides ProviderBase.Name.) |
Top
Methods
Name | Description | |
---|---|---|
AddUsersToRoles | Adds the specified user names to the specified roles for the application represented by the ApplicationName property. (Overrides RoleProvider.AddUsersToRoles([], []).) | |
CreateRole | Adds a new role to the data source for the application represented by the ApplicationName property. (Overrides RoleProvider.CreateRole(String).) | |
DeleteRole | Removes a role from the data source for the application represented by the ApplicationName property. (Overrides RoleProvider.DeleteRole(String, Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindUsersInRole | Gets an array of user names in a specified role where the user name matches the specified user name. (Overrides RoleProvider.FindUsersInRole(String, String).) | |
GetAllRoles | Gets a list of the roles for the application represented by the ApplicationName property. (Overrides RoleProvider.GetAllRoles().) | |
GetHashCode | (Inherited from Object.) | |
GetRolesForUser | Gets a list of role names that include the specified user in the application represented by the ApplicationName property. (Overrides RoleProvider.GetRolesForUser(String).) | |
GetType | (Inherited from Object.) | |
GetUsersInRole(String) | Gets the list of users in the specified role for the application represented by the ApplicationName property. (Overrides RoleProvider.GetUsersInRole(String).) | |
GetUsersInRole(SPWeb, String, Int32, Boolean) | Gets a list of the users in the specified role for the application represented by the ApplicationName property. | |
Initialize | Initializes the application with the specified name. (Overrides ProviderBase.Initialize(String, NameValueCollection).) | |
IsUserInRole | Determines whether the specified user is a member of the specified role. (Overrides RoleProvider.IsUserInRole(String, String).) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveUsersFromRoles | Removes the specified users from the specified roles for the application represented by the ApplicationName property. (Overrides RoleProvider.RemoveUsersFromRoles([], []).) | |
RoleExists | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides RoleProvider.RoleExists(String).) | |
ToString | (Inherited from Object.) |
Top