Class JaspiAuthenticator

java.lang.Object
org.eclipse.jetty.security.authentication.LoginAuthenticator
org.eclipse.jetty.security.jaspi.JaspiAuthenticator
All Implemented Interfaces:
Authenticator

public class JaspiAuthenticator extends LoginAuthenticator
Implementation of Jetty LoginAuthenticator that is a bridge from Jakarta Authentication to Jetty Security.
  • Constructor Details

    • JaspiAuthenticator

      public JaspiAuthenticator(Subject serviceSubject, String appContext, boolean allowLazyAuthentication)
    • JaspiAuthenticator

      @Deprecated public JaspiAuthenticator(jakarta.security.auth.message.config.ServerAuthConfig authConfig, Map authProperties, ServletCallbackHandler callbackHandler, Subject serviceSubject, boolean allowLazyAuthentication, IdentityService identityService)
      Deprecated.
  • Method Details