Package com.sas.lsaf.security.acl
Class AclMembers
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.security.acl.AclMembers
- All Implemented Interfaces:
Identifiable,Principal,Serializable
A data object that represents the members ACL. For every repository item, there is one AclMembers entry that
designates the permissions for the members of the associated context of the object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sas.lsaf.core.Identifiable
getId, getTypeId
-
Constructor Details
-
AclMembers
AclMembers constructor.- Parameters:
principalId- pricipalId of the ACL members principal.
-
-
Method Details
-
getPrincipalId
Gets the principal identifier of the ACL members principal.- Specified by:
getPrincipalIdin interfacePrincipal- Returns:
- The principal identifier of the ACL members principal.
-
getPrincipalName
Gets the principal name of the ACL members principal.- Specified by:
getPrincipalNamein interfacePrincipal- Returns:
- The principal name of the ACL members principal.
-
hashCode
public int hashCode()Returns a hash code value for the object.- Specified by:
hashCodein interfacePrincipal- Overrides:
hashCodein classAbstractIdentifiable- See Also:
-
equals
Indicates whether another object is equal to this one.- Specified by:
equalsin interfacePrincipal- Overrides:
equalsin classAbstractIdentifiable- See Also:
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-