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 org.alfresco.service.cmr.security.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(org.alfresco.service.cmr.security.AuthenticationService authenticationService) |
protected org.alfresco.service.cmr.security.AuthenticationService authenticationService
protected AuthenticationListener listener
public void setAuthenticationService(org.alfresco.service.cmr.security.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.ServletAuthenticatorFactoryCopyright © 2005–2018 Alfresco Software. All rights reserved.