Interface ILoginAssistantPlugin
-
public interface ILoginAssistantPlugin
ADVANCED USERS ONLYAllows to plug custom code in the LoginAssistant process flow. This is useful if you want to implement advanced functionalities, such as processing the password, generating runtime user names, sending custom login data, etc...
You can attach a plugin either BEFORE or AFTER the credential check and manipulate all the available fields coming from the database.
- See Also:
LoginConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(LoginData loginData)
This is the method that executes the custom plugin logic.
-