Class DeferredAuthentication

  • All Implemented Interfaces:
    org.eclipse.jetty.server.Authentication, org.eclipse.jetty.server.Authentication.Deferred

    public class DeferredAuthentication
    extends Object
    implements org.eclipse.jetty.server.Authentication.Deferred
    • Constructor Detail

      • DeferredAuthentication

        public DeferredAuthentication​(LoginAuthenticator authenticator)
    • Method Detail

      • authenticate

        public org.eclipse.jetty.server.Authentication authenticate​(ServletRequest request)
        Specified by:
        authenticate in interface org.eclipse.jetty.server.Authentication.Deferred
        See Also:
        Authentication.Deferred.authenticate(ServletRequest)
      • authenticate

        public org.eclipse.jetty.server.Authentication authenticate​(ServletRequest request,
                                                                    ServletResponse response)
        Specified by:
        authenticate in interface org.eclipse.jetty.server.Authentication.Deferred
        See Also:
        Authentication.Deferred.authenticate(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
      • login

        public org.eclipse.jetty.server.Authentication login​(String username,
                                                             Object password,
                                                             ServletRequest request)
        Specified by:
        login in interface org.eclipse.jetty.server.Authentication.Deferred
        See Also:
        Authentication.Deferred.login(String, Object, ServletRequest)
      • getPreviousAssociation

        public Object getPreviousAssociation()