@Entity public class AclObjectIdentity extends BasicModel
AclClass and {#link objectIdIdentity}).
It records the owner of the entity and entity's parent object if any.| Constructor and Description |
|---|
AclObjectIdentity() |
| Modifier and Type | Method and Description |
|---|---|
AclClass |
getAclClass()
Gets the acl class.
|
List<AclEntry> |
getAclEntries()
Gets the acl entries.
|
long |
getObjectIdIdentity()
Gets the object id identity.
|
AclSid |
getOwnerSid()
Gets the owner sid.
|
AclObjectIdentity |
getParentObject()
Gets the parent object.
|
boolean |
isEntriesInheriting()
Checks if is entries inheriting.
|
void |
setAclClass(AclClass aclClass)
Sets the acl class.
|
void |
setAclEntries(List<AclEntry> aclEntries)
Sets the acl entries.
|
void |
setEntriesInheriting(boolean entriesInheriting)
Sets the entries inheriting.
|
void |
setObjectIdIdentity(long objectIdIdentity)
Sets the object id identity.
|
void |
setOwnerSid(AclSid ownerSid)
Sets the owner sid.
|
void |
setParentObject(AclObjectIdentity parentObject)
Sets the parent object.
|
public AclClass getAclClass()
public void setAclClass(AclClass aclClass)
aclClass - the new acl classpublic AclObjectIdentity getParentObject()
public void setParentObject(AclObjectIdentity parentObject)
parentObject - the new parent objectpublic AclSid getOwnerSid()
public void setOwnerSid(AclSid ownerSid)
ownerSid - the new owner sidpublic long getObjectIdIdentity()
public void setObjectIdIdentity(long objectIdIdentity)
objectIdIdentity - the new object id identitypublic boolean isEntriesInheriting()
public void setEntriesInheriting(boolean entriesInheriting)
entriesInheriting - the new entries inheritingCopyright © 2021 Global Crop Diversity Trust. All rights reserved.