Interface AuthorizerConfiguration.ScopedRoleListener

    • Method Detail

      • scopedRoleAdded

        void scopedRoleAdded​(AuthorizerConfiguration.ScopedRole added)
        Notification that a scoped role is being added. The notification will be received before the role becomes visible in the roles collections exposed by the AuthorizerConfiguration.
        Parameters:
        added - the scoped role
      • scopedRoleRemoved

        void scopedRoleRemoved​(AuthorizerConfiguration.ScopedRole removed)
        Notification that a scoped role has been removed. The notification will be received after the role is no longer visible in the roles collections exposed by the AuthorizerConfiguration.
        Parameters:
        removed - the scoped role