Package de.xima.fc.security.pac4j.client
Class ClientFactory
java.lang.Object
de.xima.fc.security.pac4j.client.ClientFactory
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 Summary
Modifier and TypeMethodDescriptionstatic IAuthenticatorClientsforDescriptor(IClientDescriptor clientDescriptor)
-
Method Details
-
forDescriptor
- Parameters:
clientDescriptor- describes the client to be created.- Returns:
- The Pac4j client for authenticating a user via the given authenticator.
-