org.acegisecurity.event.authorization
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()
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.