C# Class Website.Abstractions.Security.Authentication.AuthenticationManagerWrapper

Inheritance: IAuthenticationManager
Afficher le fichier Open project: herskinduk/Usergroup.SocialConnectedMvc

Méthodes publiques

Méthode Description
BuildVirtualUser ( string userName, bool isAuthenticated ) : User
CheckLegacyPassword ( User user, string password ) : bool
GetActiveUser ( ) : User
Login ( User user ) : bool
Login ( string userName ) : bool
Login ( string userName, bool persistent ) : bool
Login ( string userName, string password ) : bool
Login ( string userName, string password, bool persistent ) : bool
LoginVirtualUser ( User user ) : bool
Logout ( ) : void
SetActiveUser ( User user ) : void
SetActiveUser ( string userName ) : void

Method Details

BuildVirtualUser() public méthode

public BuildVirtualUser ( string userName, bool isAuthenticated ) : User
userName string
isAuthenticated bool
Résultat User

CheckLegacyPassword() public méthode

public CheckLegacyPassword ( User user, string password ) : bool
user User
password string
Résultat bool

GetActiveUser() public méthode

public GetActiveUser ( ) : User
Résultat User

Login() public méthode

public Login ( User user ) : bool
user User
Résultat bool

Login() public méthode

public Login ( string userName ) : bool
userName string
Résultat bool

Login() public méthode

public Login ( string userName, bool persistent ) : bool
userName string
persistent bool
Résultat bool

Login() public méthode

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

Login() public méthode

public Login ( string userName, string password, bool persistent ) : bool
userName string
password string
persistent bool
Résultat bool

LoginVirtualUser() public méthode

public LoginVirtualUser ( User user ) : bool
user User
Résultat bool

Logout() public méthode

public Logout ( ) : void
Résultat void

SetActiveUser() public méthode

public SetActiveUser ( User user ) : void
user User
Résultat void

SetActiveUser() public méthode

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