Package | Description |
---|---|
org.springframework.security.access.event |
Authorization event and listener classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationCredentialsNotFoundEvent
Indicates a secure object invocation failed because the
Authentication could not be obtained from
the SecurityContextHolder . |
class |
AuthorizationFailureEvent
Indicates a secure object invocation failed because the principal could not
be authorized for the request.
|
class |
AuthorizedEvent
Event indicating a secure object was invoked successfully.
|
class |
PublicInvocationEvent
Event that is generated whenever a public secure object is invoked.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerListener.onApplicationEvent(AbstractAuthorizationEvent event) |
Copyright © 2019. All rights reserved.