Interface Authenticator.AuthConfiguration

All Known Implementing Classes:
ConstraintSecurityHandler, SecurityHandler
Enclosing interface:
Authenticator

@Deprecated(since="2021-05-27") public static interface Authenticator.AuthConfiguration
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Authenticator Configuration
  • Method Details

    • getAuthMethod

      String getAuthMethod()
      Deprecated.
    • getRealmName

      String getRealmName()
      Deprecated.
    • getInitParameter

      String getInitParameter(String param)
      Deprecated.
      Get a SecurityHandler init parameter
      Parameters:
      param - parameter name
      Returns:
      Parameter value or null
      See Also:
    • getInitParameterNames

      Set<String> getInitParameterNames()
      Deprecated.
      Get a SecurityHandler init parameter names
      Returns:
      Set of parameter names
      See Also:
    • getLoginService

      LoginService getLoginService()
      Deprecated.
    • getIdentityService

      IdentityService getIdentityService()
      Deprecated.
    • isSessionRenewedOnAuthentication

      boolean isSessionRenewedOnAuthentication()
      Deprecated.