Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorWrapper
-
Packages that use IAuthenticatorWrapper Package Description de.xima.fc.gui.bean de.xima.fc.web.common.auth.wrapper -
-
Uses of IAuthenticatorWrapper in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as IAuthenticatorWrapper Modifier and Type Field Description protected IAuthenticatorWrapper<E>AExternalUserBean. wrapperMethods in de.xima.fc.gui.bean that return IAuthenticatorWrapper Modifier and Type Method Description IAuthenticatorWrapper<?>AExternalUserBean. getWrapper() -
Uses of IAuthenticatorWrapper in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper that implement IAuthenticatorWrapper Modifier and Type Class Description classAzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for a plugin authenticatorclassSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.Methods in de.xima.fc.web.common.auth.wrapper that return IAuthenticatorWrapper Modifier and Type Method Description static IAuthenticatorWrapper<?>AuthWrapperFactory. createWrapper(IAuthenticator<?> auth)Deprecated.Creats anIAuthenticatorWrapperby the givenIAuthenticatorentity
-