Class AuthWrapperFactory
- java.lang.Object
-
- de.xima.fc.web.common.auth.wrapper.AuthWrapperFactory
-
public class AuthWrapperFactory extends Object
Factory the createIAuthenticatorWrappers- 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 anIAuthenticatorWrapperby the givenIAuthenticatorentity
-
-
-
Method Detail
-
createWrapper
public static IAuthenticatorWrapper<?> createWrapper(IAuthenticator<?> auth)
Creats anIAuthenticatorWrapperby the givenIAuthenticatorentity- Parameters:
auth- theIAuthenticatorentity- Returns:
- the
IAuthenticatorWrapper-instance ornullif the theIAuthenticatorisnullor theEAuthClientTypeis not mapped
-
-