|
|||||||||
| Home >> All >> org >> acegisecurity >> event >> [ authorization overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.event.authorization
Class AuthenticationCredentialsNotFoundEvent

java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authorization.AbstractAuthorizationEvent
org.acegisecurity.event.authorization.AuthenticationCredentialsNotFoundEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class AuthenticationCredentialsNotFoundEvent
- extends AbstractAuthorizationEvent
Indicates a secure object invocation failed because the
Authentication could not be obtained from the
SecurityContextHolder.
- Version:
- $Id: AuthenticationCredentialsNotFoundEvent.java,v 1.3 2005/11/17 00:56:09 benalex Exp $
| Field Summary | |
private ConfigAttributeDefinition |
configAttributeDefinition
|
private org.acegisecurity.AuthenticationCredentialsNotFoundException |
credentialsNotFoundException
|
| Fields inherited from class org.springframework.context.ApplicationEvent |
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
ConfigAttributeDefinition configAttribs,
org.acegisecurity.AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event. |
|
| Method Summary | |
ConfigAttributeDefinition |
getConfigAttributeDefinition()
|
org.acegisecurity.AuthenticationCredentialsNotFoundException |
getCredentialsNotFoundException()
|
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
credentialsNotFoundException
private org.acegisecurity.AuthenticationCredentialsNotFoundException credentialsNotFoundException
configAttributeDefinition
private ConfigAttributeDefinition configAttributeDefinition
| Constructor Detail |
AuthenticationCredentialsNotFoundEvent
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject, ConfigAttributeDefinition configAttribs, org.acegisecurity.AuthenticationCredentialsNotFoundException credentialsNotFoundException)
- Construct the event.
| Method Detail |
getConfigAttributeDefinition
public ConfigAttributeDefinition getConfigAttributeDefinition()
getCredentialsNotFoundException
public org.acegisecurity.AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
|
|||||||||
| Home >> All >> org >> acegisecurity >> event >> [ authorization overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC