Interface AuthenticationConfig

All Known Implementing Classes:
AbstractClusterLoginConfig, DefaultAuthenticationConfig, JaasAuthenticationConfig, KerberosAuthenticationConfig, LdapAuthenticationConfig, SimpleAuthenticationConfig, TlsAuthenticationConfig

public interface AuthenticationConfig
This interface represents authentication configuration in a security realm. It provides a method to convert the configuration into LoginModuleConfig form.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts current configuration to stack of login modules.
  • Method Details

    • asLoginModuleConfigs

      LoginModuleConfig[] asLoginModuleConfigs()
      Converts current configuration to stack of login modules.
      Returns:
      login modules stack