Class AuthorizationDeniedEvent<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthorizationDeniedEvent<T>
    extends AuthorizationEvent
    An ApplicationEvent which indicates failed authorization.
    Since:
    5.7
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getObject()
      Get the object to which access was requested
      • 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
    • Method Detail

      • getObject

        public T getObject()
        Get the object to which access was requested
        Overrides:
        getObject in class AuthorizationEvent
        Returns:
        the object to which access was requested
        Since:
        5.8