Class BasicHttpAuthenticatorFactory

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
    Direct Known Subclasses:
    RemoteUserAuthenticatorFactory

    public class BasicHttpAuthenticatorFactory
    extends Object
    implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
    HTTP Basic Authentication
    Author:
    davidc
    • Field Detail

      • authenticationService

        protected org.alfresco.service.cmr.security.AuthenticationService authenticationService
    • Constructor Detail

      • BasicHttpAuthenticatorFactory

        public BasicHttpAuthenticatorFactory()
    • Method Detail

      • setAuthenticationService

        public void setAuthenticationService​(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
        Parameters:
        authenticationService - AuthenticationService
      • create

        public org.springframework.extensions.webscripts.Authenticator create​(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
                                                                              org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
        Specified by:
        create in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory