public class BasicHttpAuthenticatorFactory extends Object implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
HTTP Basic Authentication
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationService |
authenticationService |
protected AuthenticationListener |
listener |
Constructor and Description |
---|
BasicHttpAuthenticatorFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.webscripts.Authenticator |
create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res) |
void |
setAuthenticationListener(AuthenticationListener listener)
Set the listener for authentication events, generated by
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator instances. |
void |
setAuthenticationService(AuthenticationService authenticationService) |
protected AuthenticationService authenticationService
protected AuthenticationListener listener
public void setAuthenticationService(AuthenticationService authenticationService)
authenticationService
- AuthenticationServicepublic void setAuthenticationListener(AuthenticationListener listener)
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
instances.public org.springframework.extensions.webscripts.Authenticator create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
create
in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Copyright © 2005–2017 Alfresco Software. All rights reserved.