Package com.sas.lsaf.security.membership
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
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 Summary
ConstructorsConstructorDescriptionMembershipDescriptor(ObjectIdentity context) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
MembershipDescriptor
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
-
getContext
Gets the context identity with which the membership is associated.- Returns:
- The context identity with which the membership is associated.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-