Class AuthWrapperFactory
- java.lang.Object
-
- de.xima.fc.web.common.auth.wrapper.AuthWrapperFactory
-
@Deprecated public class AuthWrapperFactory extends Object
Deprecated.Wrappers will be replaced by properties models in modulefc-security
in version 8.0.0.Factory the createIAuthenticatorWrapper
s- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description AuthWrapperFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IAuthenticatorWrapper<?>
createWrapper(IAuthenticator<?> auth)
Deprecated.Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-
-
-
Method Detail
-
createWrapper
public static IAuthenticatorWrapper<?> createWrapper(IAuthenticator<?> auth)
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
-
-