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
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrappe for an facebook authenticatorclass
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an google authenticatorclass
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an openid connect authenticatorclass
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<?>>>
Wrapper for an saml authenticatorMethods in de.xima.fc.web.common.auth.wrapper that return IAuthenticatorWrapper Modifier and Type Method Description static IAuthenticatorWrapper<?>
AuthWrapperFactory. createWrapper(IAuthenticator<?> auth)
Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-