Method | Description | |
---|---|---|
AddUsersToRoles ( string usernames, string rolenames ) : void | ||
CreateRole ( string rolename ) : void | ||
DeleteRole ( string rolename, bool throwOnPopulatedRole ) : bool | ||
FindUsersInRole ( string rolename, string usernameToMatch ) : string[] | ||
GetAllRoles ( ) : string[] | ||
GetRolesForUser ( string username ) : string[] | ||
GetUsersInRole ( string rolename ) : string[] | ||
Initialize ( string name, |
||
IsUserInRole ( string username, string rolename ) : bool | ||
RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
RoleExists ( string rolename ) : bool |
Method | Description | |
---|---|---|
GetConfigValue ( string configValue, string defaultValue ) : string | ||
GetRole ( string roleName ) : |
||
WriteToEventLog ( |
public AddUsersToRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |
public DeleteRole ( string rolename, bool throwOnPopulatedRole ) : bool | ||
rolename | string | |
throwOnPopulatedRole | bool | |
return | bool |
public FindUsersInRole ( string rolename, string usernameToMatch ) : string[] | ||
rolename | string | |
usernameToMatch | string | |
return | string[] |
public GetRolesForUser ( string username ) : string[] | ||
username | string | |
return | string[] |
public GetUsersInRole ( string rolename ) : string[] | ||
rolename | string | |
return | string[] |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |
public IsUserInRole ( string username, string rolename ) : bool | ||
username | string | |
rolename | string | |
return | bool |
public RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |