C# Класс pGina.Plugin.UsernameMod.UsernameModPlugin

Наследование: IPluginConfiguration, IPluginAuthentication, IPluginAuthorization, IPluginAuthenticationGateway
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SimpleUuid System.Guid

Открытые методы

Метод Описание
Configure ( ) : void
Starting ( ) : void
Stopping ( ) : void
UsernameModPlugin ( ) : System

Приватные методы

Метод Описание
IPluginAuthentication ( SessionProperties properties ) : BooleanResult

Runs the rules against the username, modifying it for future plugins. If a IMatchRule is present and matches, it will allow a login for that user regardless of an entered password.

IPluginAuthenticationGateway ( SessionProperties properties ) : BooleanResult

Runs the rules against the username, modifying it for future plugins. If an IMatchRule is present, AuthenticatedUserGateway will only return true if the username matches the rule.

IPluginAuthorization ( SessionProperties properties ) : BooleanResult

Runs the rules against the username, modifying it for future plugins. If an IMatchRule is present, AuthorizeUser will only return true if the username matches the rule.

Описание методов

Configure() публичный Метод

public Configure ( ) : void
Результат void

Starting() публичный Метод

public Starting ( ) : void
Результат void

Stopping() публичный Метод

public Stopping ( ) : void
Результат void

UsernameModPlugin() публичный Метод

public UsernameModPlugin ( ) : System
Результат System

Описание свойств

SimpleUuid публичное статическое свойство

public static Guid,System SimpleUuid
Результат System.Guid