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:
  • Constructor Details

    • AuthenticationCredentialsNotFoundEvent

      public AuthenticationCredentialsNotFoundEvent(Object secureObject, Collection<ConfigAttribute> attributes, org.springframework.security.authentication.AuthenticationCredentialsNotFoundException credentialsNotFoundException)
      Deprecated.
      Construct the event.
      Parameters:
      secureObject - the secure object
      attributes - that apply to the secure object
      credentialsNotFoundException - exception returned to the caller (contains reason)
  • Method Details

    • getConfigAttributes

      public Collection<ConfigAttribute> getConfigAttributes()
      Deprecated.
    • getCredentialsNotFoundException

      public org.springframework.security.authentication.AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
      Deprecated.