public class AuthorizedEvent extends AbstractAuthorizationEvent
Published just before the secure object attempts to proceed.
source
Constructor and Description |
---|
AuthorizedEvent(Object secureObject,
Collection<ConfigAttribute> attributes,
Authentication authentication)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication() |
Collection<ConfigAttribute> |
getConfigAttributes() |
getTimestamp
getSource, toString
public AuthorizedEvent(Object secureObject, Collection<ConfigAttribute> attributes, Authentication authentication)
secureObject
- the secure objectattributes
- that apply to the secure objectauthentication
- that successfully called the secure objectpublic Authentication getAuthentication()
public Collection<ConfigAttribute> getConfigAttributes()