Class AuthorizedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthorizedEvent​(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, Authentication authentication)
      Deprecated.
      Construct the event.
    • Constructor Detail

      • AuthorizedEvent

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

      • getAuthentication

        public Authentication getAuthentication()
        Deprecated.
      • getConfigAttributes

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