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:
- java.io.Serializable
public class AuthenticationCredentialsNotFoundEvent
- extends AbstractAuthorizationEvent
Indicates a secure object invocation failed because the Authentication could not be obtained from
the SecurityContextHolder.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
AuthenticationCredentialsNotFoundEvent
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
java.util.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 java.util.Collection<ConfigAttribute> getConfigAttributes()
getCredentialsNotFoundException
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()