C# Class N2.Security.MembershipAccountManager

Inheritance: N2.Security.AccountManager
Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode Description
AddUserToRole ( string userName, string roleName ) : void
AreRolesEnabled ( ) : bool
ChangePassword ( string userName, string newPassword ) : bool
CreateRole ( string roleName ) : void
DeleteRole ( string roleName ) : bool
DeleteUser ( string userName ) : void
FindUserByName ( string userName ) : IAccountInfo
GetAllRoles ( ) : string[]
GetRolesForUser ( string userName ) : string[]
GetUsers ( int start, int max ) : IList
GetUsersCount ( ) : int
GetUsersInRole ( string roleName ) : string[]
HasUsersInRole ( string roleName ) : bool
IsUserInRole ( string userName, string roleName ) : bool
MembershipAccountManager ( ) : System
RemoveUserFromRole ( string userName, string roleName ) : void
UnlockUser ( string userName ) : void
UpdateUserEmail ( string userName, string email ) : void

Private Methods

Méthode Description
ToAccountInfo ( System.Web.Security.MembershipUser muser ) : N2.Security.AccountInfo

Method Details

AddUserToRole() public méthode

public AddUserToRole ( string userName, string roleName ) : void
userName string
roleName string
Résultat void

AreRolesEnabled() public méthode

public AreRolesEnabled ( ) : bool
Résultat bool

ChangePassword() public méthode

public ChangePassword ( string userName, string newPassword ) : bool
userName string
newPassword string
Résultat bool

CreateRole() public méthode

public CreateRole ( string roleName ) : void
roleName string
Résultat void

DeleteRole() public méthode

public DeleteRole ( string roleName ) : bool
roleName string
Résultat bool

DeleteUser() public méthode

public DeleteUser ( string userName ) : void
userName string
Résultat void

FindUserByName() public méthode

public FindUserByName ( string userName ) : IAccountInfo
userName string
Résultat IAccountInfo

GetAllRoles() public méthode

public GetAllRoles ( ) : string[]
Résultat string[]

GetRolesForUser() public méthode

public GetRolesForUser ( string userName ) : string[]
userName string
Résultat string[]

GetUsers() public méthode

public GetUsers ( int start, int max ) : IList
start int
max int
Résultat IList

GetUsersCount() public méthode

public GetUsersCount ( ) : int
Résultat int

GetUsersInRole() public méthode

public GetUsersInRole ( string roleName ) : string[]
roleName string
Résultat string[]

HasUsersInRole() public méthode

public HasUsersInRole ( string roleName ) : bool
roleName string
Résultat bool

IsUserInRole() public méthode

public IsUserInRole ( string userName, string roleName ) : bool
userName string
roleName string
Résultat bool

MembershipAccountManager() public méthode

public MembershipAccountManager ( ) : System
Résultat System

RemoveUserFromRole() public méthode

public RemoveUserFromRole ( string userName, string roleName ) : void
userName string
roleName string
Résultat void

UnlockUser() public méthode

public UnlockUser ( string userName ) : void
userName string
Résultat void

UpdateUserEmail() public méthode

public UpdateUserEmail ( string userName, string email ) : void
userName string
email string
Résultat void