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 classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrappe for an facebook authenticatorclassGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an google authenticatorclassOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an openid connect authenticatorclassPluginWrapper<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<?>>>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 anIAuthenticatorWrapperby the givenIAuthenticatorentity 
 -