public class

AuthenticationCredentialsNotFoundEvent

extends AbstractAuthorizationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.security.access.event.AbstractAuthorizationEvent
         ↳ org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent

Class Overview

Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AuthenticationCredentialsNotFoundEvent(Object secureObject, Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
Public Methods
Collection<ConfigAttribute> getConfigAttributes()
AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
[Expand]
Inherited Methods
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AuthenticationCredentialsNotFoundEvent (Object secureObject, Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)

Construct the event.

Parameters
secureObject the secure object
attributes that apply to the secure object
credentialsNotFoundException exception returned to the caller (contains reason)

Public Methods

public Collection<ConfigAttribute> getConfigAttributes ()

public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException ()