Class MembershipDescriptor

  • All Implemented Interfaces:
    Identifiable, java.io.Serializable
    Direct Known Subclasses:
    Membership

    public class MembershipDescriptor
    extends AbstractIdentifiable
    A lightweight representation of a membership that is associated with a repository context with membership capability. Membership is the collection of principals that are associated with a context in the repository hierarchy.
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • MembershipDescriptor

        public MembershipDescriptor​(ObjectIdentity context)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the membership descriptors returned by the API.
        Parameters:
        context - the context identity with which the membership is associated.