Class BasicHttpAuthenticatorFactory

java.lang.Object
org.alfresco.repo.web.scripts.servlet.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 Details

  • Constructor Details

    • BasicHttpAuthenticatorFactory

      public BasicHttpAuthenticatorFactory()
  • Method Details

    • setAuthenticationService

      public void setAuthenticationService(AuthenticationService authenticationService)
      Parameters:
      authenticationService - AuthenticationService
    • setAuthenticationListener

      public void setAuthenticationListener(AuthenticationListener listener)
      Set the listener for authentication events, generated by BasicHttpAuthenticatorFactory.BasicHttpAuthenticator instances.
    • getAuthorityService

      public AuthorityService getAuthorityService()
    • setAuthorityService

      public void setAuthorityService(AuthorityService authorityService)
    • 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