C# Class BgEngine.Infraestructure.Security.CodeFirstRoleProvider

Inheritance: System.Web.Security.RoleProvider
Datei anzeigen Open project: yagopv/BgEngine Class Usage Examples

Public Methods

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, System config ) : void
IsUserInRole ( string userName, string roleName ) : bool
RemoveUsersFromRoles ( string usernames, string roleNames ) : void
RoleExists ( string roleName ) : bool

Private Methods

Method Description
CreateArgumentNullOrEmptyException ( string paramName ) : ArgumentException

Method Details

AddUsersToRoles() public method

public AddUsersToRoles ( string usernames, string roleNames ) : void
usernames string
roleNames string
return void

CreateRole() public method

public CreateRole ( string roleName ) : void
roleName string
return void

DeleteRole() public method

public DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool
roleName string
throwOnPopulatedRole bool
return bool

FindUsersInRole() public method

public FindUsersInRole ( string roleName, string usernameToMatch ) : string[]
roleName string
usernameToMatch string
return string[]

GetAllRoles() public method

public GetAllRoles ( ) : string[]
return string[]

GetRolesForUser() public method

public GetRolesForUser ( string userName ) : string[]
userName string
return string[]

GetUsersInRole() public method

public GetUsersInRole ( string roleName ) : string[]
roleName string
return string[]

Initialize() public method

public Initialize ( string name, System config ) : void
name string
config System
return void

IsUserInRole() public method

public IsUserInRole ( string userName, string roleName ) : bool
userName string
roleName string
return bool

RemoveUsersFromRoles() public method

public RemoveUsersFromRoles ( string usernames, string roleNames ) : void
usernames string
roleNames string
return void

RoleExists() public method

public RoleExists ( string roleName ) : bool
roleName string
return bool