| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.portlet | |
| org.springframework.extensions.webscripts.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
HTTP Basic Authentication
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
AbstractBasicHttpAuthenticatorFactory.create(WebScriptServletRequest req,
WebScriptServletResponse res)
Factory's create method.
|
protected abstract Authenticator |
AbstractRuntime.createAuthenticator()
Create a Web Script Authenticator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuntimeContainer.authenticate(Authenticator auth,
Description.RequiredAuthentication required)
Pre-authenticate container, if required
|
boolean |
AbstractRuntimeContainer.authenticate(Authenticator auth,
Description.RequiredAuthentication required) |
void |
PresentationContainer.executeScript(WebScriptRequest scriptReq,
WebScriptResponse scriptRes,
Authenticator auth) |
void |
RuntimeContainer.executeScript(WebScriptRequest scriptReq,
WebScriptResponse scriptRes,
Authenticator auth)
Execute the script in the context of the provided request and response
|
protected void |
AbstractRuntime.executeScript(WebScriptRequest scriptReq,
WebScriptResponse scriptRes,
Authenticator auth)
Execute script given the specified context
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
PortletAuthenticatorFactory.create(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
Create Authenticator
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
ServletAuthenticatorFactory.create(WebScriptServletRequest req,
WebScriptServletResponse res)
Create Servlet Authenticator
|
protected Authenticator |
WebScriptServletRuntime.createAuthenticator() |
Copyright © 2005–2016 Alfresco Software. All rights reserved.