메소드 | 설명 | |
---|---|---|
AddUsersToRoles ( string usernames, string roleNames ) : void | ||
CreateRole ( string roleName ) : void | ||
DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool | ||
FindUsersInRole ( string roleName, string usernameToMatch ) : string[] | ||
GetAllRoles ( ) : string[] | ||
GetConnection ( ) : |
||
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 |
메소드 | 설명 | |
---|---|---|
GetConfigValue ( string configValue, string defaultValue ) : string | ||
GetRoleUsersKey ( string role ) : string | ||
GetRolesKey ( ) : string | ||
GetUserRolesKey ( string user ) : string | ||
OnConnectionError ( object sender, BookSleeve.ErrorEventArgs args ) : void | ||
WriteToEventLog ( |
public AddUsersToRoles ( string usernames, string roleNames ) : void | ||
usernames | string | |
roleNames | string | |
리턴 | void |
public DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool | ||
roleName | string | |
throwOnPopulatedRole | bool | |
리턴 | bool |
public FindUsersInRole ( string roleName, string usernameToMatch ) : string[] | ||
roleName | string | |
usernameToMatch | string | |
리턴 | string[] |
public GetRolesForUser ( string username ) : string[] | ||
username | string | |
리턴 | string[] |
public GetUsersInRole ( string roleName ) : string[] | ||
roleName | string | |
리턴 | string[] |
public Initialize ( string name, |
||
name | string | |
config | ||
리턴 | void |
public IsUserInRole ( string username, string roleName ) : bool | ||
username | string | |
roleName | string | |
리턴 | bool |
public RemoveUsersFromRoles ( string usernames, string roleNames ) : void | ||
usernames | string | |
roleNames | string | |
리턴 | void |