Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.event.authorization
Class AuthenticationCredentialsNotFoundEvent  view AuthenticationCredentialsNotFoundEvent download AuthenticationCredentialsNotFoundEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended byorg.acegisecurity.event.authorization.AbstractAuthorizationEvent
              extended byorg.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()