Class AuthWrapperFactory
java.lang.Object
de.xima.fc.web.common.auth.wrapper.AuthWrapperFactory
Deprecated.
Factory the create
IAuthenticatorWrapper
s- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IAuthenticatorWrapper<?>
createWrapper
(IAuthenticator<?> auth) Deprecated.Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-
Constructor Details
-
AuthWrapperFactory
public AuthWrapperFactory()Deprecated.
-
-
Method Details
-
createWrapper
Deprecated.Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity- Parameters:
auth
- theIAuthenticator
entity- Returns:
- the
IAuthenticatorWrapper
-instance ornull
if the theIAuthenticator
isnull
or theEAuthClientType
is not mapped
-
ClientFactory
orFormClientFactory
instead if you want to create pac4j clients.