Interface IAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>

Type Parameters:
T - the type of the IAuthenticator
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 an IAuthenticator.
Since:
8.0.0
Author:
XIMA Media GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getAuthenticator

      T getAuthenticator()