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.
See Also: