C# Class pGina.Core.PluginDriver

Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticateUser ( ) : BooleanResult
AuthorizeUser ( ) : BooleanResult
BeginChain ( ) : void
EndChain ( ) : void
GatewayProcess ( ) : BooleanResult
PerformLoginProcess ( ) : BooleanResult
PluginDriver ( ) : System
Starting ( ) : void
Stopping ( ) : void

Private Methods

Méthode Description
ExecuteLoginChain ( ) : BooleanResult

Method Details

AuthenticateUser() public méthode

public AuthenticateUser ( ) : BooleanResult
Résultat pGina.Shared.Types.BooleanResult

AuthorizeUser() public méthode

public AuthorizeUser ( ) : BooleanResult
Résultat pGina.Shared.Types.BooleanResult

BeginChain() public méthode

public BeginChain ( ) : void
Résultat void

EndChain() public méthode

public EndChain ( ) : void
Résultat void

GatewayProcess() public méthode

public GatewayProcess ( ) : BooleanResult
Résultat pGina.Shared.Types.BooleanResult

PerformLoginProcess() public méthode

public PerformLoginProcess ( ) : BooleanResult
Résultat pGina.Shared.Types.BooleanResult

PluginDriver() public méthode

public PluginDriver ( ) : System
Résultat System

Starting() public static méthode

public static Starting ( ) : void
Résultat void

Stopping() public static méthode

public static Stopping ( ) : void
Résultat void