Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorWrapper
Packages that use IAuthenticatorWrapper
-
Uses of IAuthenticatorWrapper in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper that implement IAuthenticatorWrapperModifier and TypeClassDescriptionclass
AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.class
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.UseFacebookAuthenticatorProperties
instead.class
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.UseGoogleAuthenticatorProperties
instead.class
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.UseOAuth2AuthenticatorProperties
instead.class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.UseOpenIdConnectAuthenticatorProperties
instead.class
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Deprecated.UsePluginAuthenticatorProperties
instead.class
SAMLWrapper<T extends IAuthenticator<E>,
E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Deprecated.UseSamlAuthenticatorProperties
instead.Methods in de.xima.fc.web.common.auth.wrapper that return IAuthenticatorWrapperModifier and TypeMethodDescriptionstatic IAuthenticatorWrapper<?>
AuthWrapperFactory.createWrapper
(IAuthenticator<?> auth) Deprecated.Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
AzureAdOauth2AuthenticatorProperties
instead.