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

@Deprecated public class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent
Deprecated.
Authentication is now separated from authorization. Consider AbstractAuthenticationFailureEvent instead.
Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder.
See Also: