Package | Description |
---|---|
org.acegisecurity.context.httpinvoker |
Enables use of Spring's
HttpInvoker extension points to
present the principal and credentials located
in the ContextHolder via BASIC authentication. |
org.acegisecurity.event.authorization |
Provides support objects for security event interception (ie authorization).
|
org.acegisecurity.ui.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthenticationSimpleHttpInvokerRequestExecutor.prepareConnection(HttpURLConnection con,
int contentLength)
Called every time a HTTP invocation is made.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationCredentialsNotFoundException |
AuthenticationCredentialsNotFoundEvent.getCredentialsNotFoundException() |
Constructor and Description |
---|
AuthenticationCredentialsNotFoundEvent(Object secureObject,
ConfigAttributeDefinition configAttribs,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
protected Authentication |
SwitchUserProcessingFilter.attemptExitUser(javax.servlet.http.HttpServletRequest request)
Attempt to exit from an already switched user.
|
Copyright © 2017. All rights reserved.