Property | Type | Description | |
---|---|---|---|
SimpleUuid | System.Guid |
Method | Description | |
---|---|---|
Configure ( ) : void | ||
Starting ( ) : void | ||
Stopping ( ) : void | ||
UsernameModPlugin ( ) : System |
Method | Description | |
---|---|---|
IPluginAuthentication ( SessionProperties properties ) : |
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 ) : |
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 ) : |
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.
|