org.springframework.security.access.event
Class AuthenticationCredentialsNotFoundEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.access.event.AbstractAuthorizationEvent
org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent
- All Implemented Interfaces:
- 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 3927 2009-10-06 19:46:44Z ltaylor $
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationCredentialsNotFoundEvent
public AuthenticationCredentialsNotFoundEvent(Object secureObject,
Collection<ConfigAttribute> attributes,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
- Construct the event.
- Parameters:
secureObject
- the secure objectattributes
- that apply to the secure objectcredentialsNotFoundException
- exception returned to the caller (contains reason)
getConfigAttributes
public Collection<ConfigAttribute> getConfigAttributes()
getCredentialsNotFoundException
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.