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-securityin version 8.0.0.Factory the createIAuthenticatorWrappers- 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 anIAuthenticatorWrapperby the givenIAuthenticatorentity 
 - 
 
- 
- 
Method Detail
- 
createWrapper
public static IAuthenticatorWrapper<?> createWrapper(IAuthenticator<?> auth)
Deprecated.Creats anIAuthenticatorWrapperby the givenIAuthenticatorentity- Parameters:
 auth- theIAuthenticatorentity- Returns:
 - the 
IAuthenticatorWrapper-instance ornullif the theIAuthenticatorisnullor theEAuthClientTypeis not mapped 
 
 - 
 
 -