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. wrapper
Methods 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 class
AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for a plugin authenticatorclass
SAMLWrapper<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-security
in 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 anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-