Interface Authenticator.Factory

All Known Implementing Classes:
DefaultAuthenticatorFactory
Enclosing interface:
Authenticator

public static interface Authenticator.Factory
Authenticator Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    getAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, org.eclipse.jetty.security.IdentityService identityService, org.eclipse.jetty.security.LoginService loginService)
     
  • Method Details

    • getAuthenticator

      Authenticator getAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, org.eclipse.jetty.security.IdentityService identityService, org.eclipse.jetty.security.LoginService loginService)