C# Class Epiworx.Business.Security.BusinessPrincipal

Afficher le fichier Open project: mattruma/epiworx-csla Class Usage Examples

Méthodes publiques

Méthode Description
BusinessPrincipal ( ) : System
GetCurrentIdentity ( ) : BusinessIdentity
GetCurrentPrincipal ( ) : BusinessPrincipal
IsInRole ( string role ) : bool
LoadPrincipal ( string username ) : void
Login ( string username, string password ) : bool
Logout ( ) : void

Private Methods

Méthode Description
BusinessPrincipal ( IIdentity identity ) : System
SetPrincipal ( BusinessIdentity identity ) : bool

Method Details

BusinessPrincipal() public méthode

public BusinessPrincipal ( ) : System
Résultat System

GetCurrentIdentity() public static méthode

public static GetCurrentIdentity ( ) : BusinessIdentity
Résultat BusinessIdentity

GetCurrentPrincipal() public static méthode

public static GetCurrentPrincipal ( ) : BusinessPrincipal
Résultat BusinessPrincipal

IsInRole() public méthode

public IsInRole ( string role ) : bool
role string
Résultat bool

LoadPrincipal() public static méthode

public static LoadPrincipal ( string username ) : void
username string
Résultat void

Login() public static méthode

public static Login ( string username, string password ) : bool
username string
password string
Résultat bool

Logout() public static méthode

public static Logout ( ) : void
Résultat void