com.ibm.itim.dataservices.model

Interface ProtectedObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.Collection getAccessRights()
      Returns a collection of access rights associated with the object.
      java.util.Collection getAuthorizationOwners()
      Returns a collection of entities who are authorized to to change access rights to the object.
      void setAccessRights(java.util.Collection rights)
      Replaces the access rights of the object.
      void setAuthorizationOwners(java.util.Collection owners)
      Replaces the entities authorized to change access rights of the object.
    • Method Detail

      • getAccessRights

        java.util.Collection getAccessRights()
        Returns a collection of access rights associated with the object.
        Returns:
        Collection of AccessRight objects.
      • setAccessRights

        void setAccessRights(java.util.Collection rights)
        Replaces the access rights of the object.
        Parameters:
        rights - Collection of AccessRight objects.
      • getAuthorizationOwners

        java.util.Collection getAuthorizationOwners()
        Returns a collection of entities who are authorized to to change access rights to the object.
        Returns:
        Collection of AuthorizationOwner objects.
      • setAuthorizationOwners

        void setAuthorizationOwners(java.util.Collection owners)
        Replaces the entities authorized to change access rights of the object.
        Parameters:
        owners - Collection of AuthorizationOwner objects.