Interface IAuthenticatorConfig

    • Method Detail

      • getAuthenticatorType

        EAuthClientType getAuthenticatorType()
        Returns:
        Type of authenticator represented by this config
      • getAuthenticatorToken

        String getAuthenticatorToken()
        Returns:
        name (if it is a system authenticator) or callback UUID (if it is a client authenticator)
      • getAuthenticator

        IAuthenticator<?> getAuthenticator()
        Returns:
        persisted authenticator entity to be used. If null then a custom authenticator is defined
      • getIdentifier

        String getIdentifier()
        Returns:
        a unique key identifying this authenticator config
      • getI18nPlaceholder

        String getI18nPlaceholder()
        Returns:
        the I18N placeholder for the authenticator button name