CMSADRoleProvider MembersKentico 8.0 API Reference
The CMSADRoleProvider type exposes the following members.
Constructors

  NameDescription
Public methodCMSADRoleProvider
Back to Top
Methods

  NameDescription
Public methodAddUsersToRoles
Adds user to role.
(Overrides OnlineRoleProvider AddUsersToRoles( String ,  String ).)
Public methodCreateRole
Creates role.
(Overrides OnlineRoleProvider CreateRole(String).)
Public methodDeleteRole
Deletes specified role.
(Overrides OnlineRoleProvider DeleteRole(String, Boolean).)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFindUsersInRole
Find all user in specified role.
(Overrides OnlineRoleProvider FindUsersInRole(String, String).)
Public methodGetAllRoles
Returns all roles.
(Overrides OnlineRoleProvider GetAllRoles .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetRolesForUser
Get roles for specified user
(Overrides OnlineRoleProvider GetRolesForUser(String).)
Public methodGetRolesForUserInDefaultFormat
Gets the roles for specified user.
Public methodGetRolesForUserInDomainSamFormat
Get roles for specified user in NetbiosDomainName\SamAccountName format.
Public methodGetRolesForUserInSamFormat
Get roles for specified user in SamAccountName format.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUsersInRole
Returns all user in specified role.
(Overrides OnlineRoleProvider GetUsersInRole(String).)
Public methodInitialize
Initializes the provider.
(Overrides OnlineProviderBase Initialize(String, NameValueCollection).)
Public methodIsUserInRole
Returns true if the user is in specific role.
(Overrides OnlineRoleProvider IsUserInRole(String, String).)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRemoveUsersFromRoles
Removes user from role.
(Overrides OnlineRoleProvider RemoveUsersFromRoles( String ,  String ).)
Public methodRoleExists
Determines whether specified role exists.
(Overrides OnlineRoleProvider RoleExists(String).)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyApplicationName
Application name.
(Overrides OnlineRoleProvider ApplicationName.)
Public propertyDescription
Description.
(Overrides OnlineProviderBase Description.)
Public propertyName
Name.
(Overrides OnlineProviderBase Name.)
Public propertyRoleImportFormat
Format of imported roles. This applies for both display name and code name.
Public propertyRoleNameImporter
Import user Ad role according to CMSRoleImportFormat.
Back to Top
See Also