Class 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
    • Constructor Detail

      • AuthenticationCredentialsNotFoundEvent

        public AuthenticationCredentialsNotFoundEvent​(java.lang.Object secureObject,
                                                      java.util.Collection<ConfigAttribute> attributes,
                                                      AuthenticationCredentialsNotFoundException credentialsNotFoundException)
        Construct the event.
        Parameters:
        secureObject - the secure object
        attributes - that apply to the secure object
        credentialsNotFoundException - exception returned to the caller (contains reason)