Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorWrapper
-
Packages that use IAuthenticatorWrapper Package Description de.xima.fc.web.common.auth.wrapper -
-
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.UseAzureAdOauth2AuthenticatorProperties
instead.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 IAuthenticatorWrapper Modifier and Type Method Description static IAuthenticatorWrapper<?>
AuthWrapperFactory. createWrapper(IAuthenticator<?> auth)
Deprecated.Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-