Interface Authenticator.AuthConfiguration

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

public static interface Authenticator.AuthConfiguration
Authenticator Configuration
  • Method Details

    • getAuthMethod

      String getAuthMethod()
    • getRealmName

      String getRealmName()
    • getInitParameter

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

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

      org.eclipse.jetty.security.LoginService getLoginService()
    • getIdentityService

      org.eclipse.jetty.security.IdentityService getIdentityService()
    • isSessionRenewedOnAuthentication

      boolean isSessionRenewedOnAuthentication()