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:
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 anIAuthenticator
.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getAuthenticator()
-
-
-
Method Detail
-
getAuthenticator
T getAuthenticator()
-
-