Interface IAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>>
- Type Parameters:
T- the type of theIAuthenticator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AzureAdAuthenticatorProperties, AzureAdOauth2AuthenticatorProperties, CommonRedirectAuthenticatorProperties, FacebookAuthenticatorProperties, GoogleAuthenticatorProperties, KerberosExtensionAuthenticatorProperties, LdapAuthenticatorProperties, OAuth2AuthenticatorProperties, OpenIdConnectAuthenticatorProperties, PluginAuthenticatorProperties, SamlAuthenticatorProperties
public interface IAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>>
extends Serializable
Common interfaces for models representing the properties of an
IAuthenticator.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
-
Method Details
-
getAuthenticator
T getAuthenticator()
-