Class AuthorizedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthorizedEvent
    extends AbstractAuthorizationEvent
    Event indicating a secure object was invoked successfully.

    Published just before the secure object attempts to proceed.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Detail

      • AuthorizedEvent

        public AuthorizedEvent​(java.lang.Object secureObject,
                               java.util.Collection<ConfigAttribute> attributes,
                               Authentication authentication)
        Construct the event.
        Parameters:
        secureObject - the secure object
        attributes - that apply to the secure object
        authentication - that successfully called the secure object
    • Method Detail

      • getConfigAttributes

        public java.util.Collection<ConfigAttribute> getConfigAttributes()