Class AuthWrapperFactory
java.lang.Object
de.xima.fc.web.common.auth.wrapper.AuthWrapperFactory
Deprecated.
Factory the create
IAuthenticatorWrappers- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IAuthenticatorWrapper<?>createWrapper(IAuthenticator<?> auth) Deprecated.Creats anIAuthenticatorWrapperby the givenIAuthenticatorentity
-
Constructor Details
-
AuthWrapperFactory
public AuthWrapperFactory()Deprecated.
-
-
Method Details
-
createWrapper
Deprecated.Creats anIAuthenticatorWrapperby the givenIAuthenticatorentity- Parameters:
auth- theIAuthenticatorentity- Returns:
- the
IAuthenticatorWrapper-instance ornullif the theIAuthenticatorisnullor theEAuthClientTypeis not mapped
-
ClientFactoryorFormClientFactoryinstead if you want to create pac4j clients.