public class AuthorizedEvent extends AbstractAuthorizationEvent
Published just before the secure object attempts to proceed.
source
Constructor and Description |
---|
AuthorizedEvent(Object secureObject,
ConfigAttributeDefinition configAttribs,
Authentication authentication)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication() |
ConfigAttributeDefinition |
getConfigAttributeDefinition() |
getSource, toString
public AuthorizedEvent(Object secureObject, ConfigAttributeDefinition configAttribs, Authentication authentication)
secureObject
- the secure objectconfigAttribs
- that apply to the secure objectauthentication
- that successfully called the secure objectIllegalArgumentException
- DOCUMENT ME!public Authentication getAuthentication()
public ConfigAttributeDefinition getConfigAttributeDefinition()
Copyright © 2017. All rights reserved.