org.acegisecurity.event.authorization
public class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent
Authentication
could not be obtained from
the SecurityContextHolder
.Constructor and Description |
---|
AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
ConfigAttributeDefinition |
getConfigAttributeDefinition() |
AuthenticationCredentialsNotFoundException |
getCredentialsNotFoundException() |
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject, ConfigAttributeDefinition configAttribs, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
secureObject
- the secure objectconfigAttribs
- that apply to the secure objectcredentialsNotFoundException
- exception returned to the caller
(contains reason)java.lang.IllegalArgumentException
- DOCUMENT ME!public ConfigAttributeDefinition getConfigAttributeDefinition()
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.