|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationCredentialsNotFoundException | |
|---|---|
| org.springframework.security.context.httpinvoker | Enables use of Spring's HttpInvoker extension points to
present the principal and credentials located
in the ContextHolder via BASIC authentication. |
| org.springframework.security.event.authorization | Provides support objects for security event interception (ie authorization). |
| org.springframework.security.ui.switchuser | Provides HTTP-based "switch user" (su) capabilities. |
| Uses of AuthenticationCredentialsNotFoundException in org.springframework.security.context.httpinvoker |
|---|
| Methods in org.springframework.security.context.httpinvoker that throw AuthenticationCredentialsNotFoundException | |
|---|---|
protected void |
AuthenticationSimpleHttpInvokerRequestExecutor.prepareConnection(HttpURLConnection con,
int contentLength)
Called every time a HTTP invocation is made. |
| Uses of AuthenticationCredentialsNotFoundException in org.springframework.security.event.authorization |
|---|
| Methods in org.springframework.security.event.authorization that return AuthenticationCredentialsNotFoundException | |
|---|---|
AuthenticationCredentialsNotFoundException |
AuthenticationCredentialsNotFoundEvent.getCredentialsNotFoundException()
|
| Constructors in org.springframework.security.event.authorization with parameters of type AuthenticationCredentialsNotFoundException | |
|---|---|
AuthenticationCredentialsNotFoundEvent(Object secureObject,
ConfigAttributeDefinition configAttribs,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event. |
|
| Uses of AuthenticationCredentialsNotFoundException in org.springframework.security.ui.switchuser |
|---|
| Methods in org.springframework.security.ui.switchuser that throw AuthenticationCredentialsNotFoundException | |
|---|---|
protected Authentication |
SwitchUserProcessingFilter.attemptExitUser(HttpServletRequest request)
Attempt to exit from an already switched user. |
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||