Interface AuthenticationConfig

All Known Implementing Classes:
DefaultAuthenticationConfig, JaasAuthenticationConfig, LdapAuthenticationConfig, 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
    LoginModuleConfig[] asLoginModuleConfigs()
    Converts current configuration to stack of login modules.