public class AuthorizedEvent extends AbstractAuthorizationEvent
Published just before the secure object attempts to proceed.
| Constructor and Description |
|---|
AuthorizedEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
Authentication authentication)
Construct the event.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication() |
ConfigAttributeDefinition |
getConfigAttributeDefinition() |
public AuthorizedEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
Authentication authentication)
secureObject - the secure objectconfigAttribs - that apply to the secure objectauthentication - that successfully called the secure objectjava.lang.IllegalArgumentException - DOCUMENT ME!public Authentication getAuthentication()
public ConfigAttributeDefinition getConfigAttributeDefinition()