Class AuthWrapperFactory
- java.lang.Object
-
- de.xima.fc.web.common.auth.wrapper.AuthWrapperFactory
-
public class AuthWrapperFactory extends Object
Factory the createIAuthenticatorWrapper
s- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description AuthWrapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAuthenticatorWrapper<?>
createWrapper(IAuthenticator<?> auth)
Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-
-
-
Method Detail
-
createWrapper
public static IAuthenticatorWrapper<?> createWrapper(IAuthenticator<?> auth)
Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity- Parameters:
auth
- theIAuthenticator
entity- Returns:
- the
IAuthenticatorWrapper
-instance ornull
if the theIAuthenticator
isnull
or theEAuthClientType
is not mapped
-
-