| Package | Description |
|---|---|
| org.springframework.extensions.webscripts |
| Modifier and Type | Method and Description |
|---|---|
Description.RequiredAuthentication |
AbstractRuntimeContainer.getRequiredAuthentication() |
Description.RequiredAuthentication |
Description.getRequiredAuthentication()
Gets the required authentication level for execution of this service
|
Description.RequiredAuthentication |
RuntimeContainer.getRequiredAuthentication()
Gets the required container authentication level (for matching web scripts)
|
Description.RequiredAuthentication |
DescriptionImpl.getRequiredAuthentication() |
static Description.RequiredAuthentication |
Description.RequiredAuthentication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Description.RequiredAuthentication[] |
Description.RequiredAuthentication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRuntimeContainer.authenticate(Authenticator auth,
Description.RequiredAuthentication required) |
boolean |
RuntimeContainer.authenticate(Authenticator auth,
Description.RequiredAuthentication required)
Pre-authenticate container, if required
|
boolean |
Authenticator.authenticate(Description.RequiredAuthentication required,
boolean isGuest)
Authenticate Web Script execution
|
boolean |
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator.authenticate(Description.RequiredAuthentication required,
boolean isGuest)
Checks that the user has access to the webscript.
|
abstract boolean |
AbstractBasicHttpAuthenticatorFactory.doAuthorize(String username,
Description.RequiredAuthentication role)
Implement to authorize against a specific user store.
|
void |
DescriptionImpl.setRequiredAuthentication(Description.RequiredAuthentication requiredAuthentication)
Sets the required level of authentication
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.