Class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator

    • Field Detail

      • servletReq

        protected org.springframework.extensions.webscripts.servlet.WebScriptServletRequest servletReq
      • servletRes

        protected org.springframework.extensions.webscripts.servlet.WebScriptServletResponse servletRes
      • authorization

        protected String authorization
      • ticket

        protected String ticket
    • Constructor Detail

      • BasicHttpAuthenticator

        public BasicHttpAuthenticator​(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
                                      org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res,
                                      AuthenticationListener listener)
        Construct
        Parameters:
        req - WebScriptServletRequest
        res - WebScriptServletResponse
        listener - AuthenticationListener
    • Method Detail

      • authenticate

        public boolean authenticate​(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
                                    boolean isGuest)
        Specified by:
        authenticate in interface org.springframework.extensions.webscripts.Authenticator
      • emptyCredentials

        public boolean emptyCredentials()
        Specified by:
        emptyCredentials in interface org.springframework.extensions.webscripts.Authenticator