Class ClientFactory


  • public final class ClientFactory
    extends Object
    Factory for creating Pac4j Clients. This factory creates general clients for IAuthenticators that can be used in various contexts. You will need to set the callback URL and other settings yourself.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • forDescriptor

        public static IAuthenticatorClients forDescriptor​(IClientDescriptor clientDescriptor)
        Parameters:
        clientDescriptor - describes the client to be created.
        Returns:
        The Pac4j client for authenticating a user via the given authenticator.