Class AccessControlEntry
- java.lang.Object
-
- lumis.portal.structure.sync.model.common.AccessControlEntry
-
- All Implemented Interfaces:
Serializable
,IDefaultAware
public class AccessControlEntry extends Object implements Serializable, IDefaultAware
Access control list entry model.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see
AccessControlEntry
.- Since:
- 6.2.0
- Version:
- $Revision: 19136 $ $Date: 2016-06-02 18:14:45 -0300 (Thu, 02 Jun 2016) $
- See Also:
AccessControlEntry
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessControlEntry.PK
-
Constructor Summary
Constructors Constructor Description AccessControlEntry(String principalId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessControlList
getAccessControlList()
String
getAccessControlListId()
Returns this access control entrie's list identifier.AccessControlEntry.PK
getPk()
String
getPrincipalId()
boolean
isDefault()
Returns whether this object is equivalent to the default value.void
setAccessControlList(AccessControlList accessControlList)
void
setInherited(boolean inherited)
-
-
-
Constructor Detail
-
AccessControlEntry
public AccessControlEntry(String principalId)
-
-
Method Detail
-
getPk
public AccessControlEntry.PK getPk()
-
getPrincipalId
public String getPrincipalId()
-
getAccessControlList
public AccessControlList getAccessControlList()
-
setAccessControlList
public void setAccessControlList(AccessControlList accessControlList)
-
isDefault
public boolean isDefault()
Description copied from interface:IDefaultAware
Returns whether this object is equivalent to the default value.- Specified by:
isDefault
in interfaceIDefaultAware
- Returns:
- true if this object is equivalent to the default value, false otherwise.
-
setInherited
public void setInherited(boolean inherited)
-
getAccessControlListId
public String getAccessControlListId()
Returns this access control entrie's list identifier.- Returns:
- this access control entrie's list identifier.
- Since:
- 9.0.0
-
-