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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
HTTP Basic Authentication -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationService
protected AuthorityService
protected AuthenticationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.extensions.webscripts.Authenticator
create
(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res) void
Set the listener for authentication events, generated byBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
instances.void
setAuthenticationService
(AuthenticationService authenticationService) void
setAuthorityService
(AuthorityService authorityService)
-
Field Details
-
authenticationService
-
authorityService
-
listener
-
-
Constructor Details
-
BasicHttpAuthenticatorFactory
public BasicHttpAuthenticatorFactory()
-
-
Method Details
-
setAuthenticationService
- Parameters:
authenticationService
- AuthenticationService
-
setAuthenticationListener
Set the listener for authentication events, generated byBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
instances. -
getAuthorityService
-
setAuthorityService
-
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 interfaceorg.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
-