Interface IPluginFormAuthenticatorRetVal

  • All Known Implementing Classes:
    PluginAuthenticatorRetVal

    public interface IPluginFormAuthenticatorRetVal
    Interface for the return value of an authenticator type plugin.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getClient

        org.pac4j.core.client.IndirectClient getClient()
        The client to be used for authenticating the user.
        Returns:
        The IndirectClient created by the plugin.