Package | Description |
---|---|
org.acegisecurity.event.authorization |
Provides support objects for security event interception (ie authorization).
|
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.
|
Copyright © 2004–2019 Interface21, Inc. All rights reserved.