| Package | Description |
|---|---|
| org.springframework.security.access.event |
Authorization event and listener classes.
|
| org.springframework.security.web.authentication.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCredentialsNotFoundException |
AuthenticationCredentialsNotFoundEvent.getCredentialsNotFoundException() |
| Constructor and Description |
|---|
AuthenticationCredentialsNotFoundEvent(Object secureObject,
Collection<ConfigAttribute> attributes,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
|
| Modifier and Type | Method and Description |
|---|---|
protected Authentication |
SwitchUserFilter.attemptExitUser(javax.servlet.http.HttpServletRequest request)
Attempt to exit from an already switched user.
|
Copyright © 2016. All rights reserved.