public class BasicHttpAuthenticatorFactory extends Object implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
HTTP Basic Authentication
|
| 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 |
setConnectorService(org.springframework.extensions.webscripts.connector.ConnectorService connectorService) |
void |
setDelegate(boolean delegate) |
void |
setEndpointId(String endpointId) |
public void setConnectorService(org.springframework.extensions.webscripts.connector.ConnectorService connectorService)
connectorService - the ConnectorService to usepublic void setEndpointId(String endpointId)
endpointId - EndPoint Id to usepublic void setDelegate(boolean delegate)
delegate - True to delegate actual auth to the connector framework
False to perform the authentication directlypublic 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–2016 Alfresco Software. All rights reserved.