Uses of Interface
de.xima.fc.security.interfaces.authentication.IAuthenticatorProperties
Packages that use IAuthenticatorProperties
-
Uses of IAuthenticatorProperties in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as IAuthenticatorPropertiesModifier and TypeFieldDescriptionprotected IAuthenticatorProperties<E>
AExternalUserBean.authProps
Methods in de.xima.fc.gui.bean that return IAuthenticatorProperties -
Uses of IAuthenticatorProperties in de.xima.fc.security.authentication.model.properties
Classes in de.xima.fc.security.authentication.model.properties that implement IAuthenticatorPropertiesModifier and TypeClassDescriptionclass
AzureAdOauth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.AZURE_AD
.class
CommonRedirectAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for the properties of authenticators that use redirection to an external IDP.class
FacebookAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.FACEBOOK
in a structured manner.class
GoogleAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.GOOGLE
.class
KerberosExtensionAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.KERBEROS_EXTENSION
.class
LdapAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.LDAP
.class
OAuth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OAUTH2
in a structured manner.class
OpenIdConnectAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECT
in a structured manner.class
PluginAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.PLUGIN
in a structured manner.class
SamlAuthenticatorProperties<TAuthenticator extends IAuthenticator<E>,
E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECT
in a structured manner.Methods in de.xima.fc.security.authentication.model.properties that return IAuthenticatorPropertiesModifier and TypeMethodDescriptionstatic <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>>
IAuthenticatorProperties<T>AuthenticatorPropertiesFactory.createPropertiesModel
(T authenticator)