Uses of Interface
de.xima.fc.security.interfaces.authentication.IAuthenticatorProperties
-
Packages that use IAuthenticatorProperties Package Description de.xima.fc.gui.bean de.xima.fc.security.authentication.model.properties -
-
Uses of IAuthenticatorProperties in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as IAuthenticatorProperties Modifier and Type Field Description protected IAuthenticatorProperties<E>
AExternalUserBean. authProps
Methods in de.xima.fc.gui.bean that return IAuthenticatorProperties Modifier and Type Method Description IAuthenticatorProperties<E>
AExternalUserBean. getAuthProps()
-
Uses of IAuthenticatorProperties in de.xima.fc.security.authentication.model.properties
Classes in de.xima.fc.security.authentication.model.properties that implement IAuthenticatorProperties Modifier and Type Class Description class
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 IAuthenticatorProperties Modifier and Type Method Description static <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
IAuthenticatorProperties<T>AuthenticatorPropertiesFactory. createPropertiesModel(T authenticator)
-