|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationCredentialsNotFoundException | |
---|---|
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. |
Uses of AuthenticationCredentialsNotFoundException in org.acegisecurity.context.httpinvoker |
---|
Methods in org.acegisecurity.context.httpinvoker that throw AuthenticationCredentialsNotFoundException | |
---|---|
protected void |
AuthenticationSimpleHttpInvokerRequestExecutor.prepareConnection(java.net.HttpURLConnection con,
int contentLength)
Called every time a HTTP invocation is made. |
Uses of AuthenticationCredentialsNotFoundException in org.acegisecurity.event.authorization |
---|
Methods in org.acegisecurity.event.authorization that return AuthenticationCredentialsNotFoundException | |
---|---|
AuthenticationCredentialsNotFoundException |
AuthenticationCredentialsNotFoundEvent.getCredentialsNotFoundException()
|
Constructors in org.acegisecurity.event.authorization with parameters of type AuthenticationCredentialsNotFoundException | |
---|---|
AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event. |
Uses of AuthenticationCredentialsNotFoundException in org.acegisecurity.ui.switchuser |
---|
Methods in org.acegisecurity.ui.switchuser that throw AuthenticationCredentialsNotFoundException | |
---|---|
protected Authentication |
SwitchUserProcessingFilter.attemptExitUser(javax.servlet.http.HttpServletRequest request)
Attempt to exit from an already switched user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |