Class MembershipDescriptor

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.security.membership.MembershipDescriptor
All Implemented Interfaces:
Identifiable, 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:
  • Constructor Details

    • 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.
  • Method Details