@Entity public class AclEntry extends BasicModel
AclSid on a particular entity
(through AclObjectIdentity).| Constructor and Description |
|---|
AclEntry() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAceOrder()
Gets the ace order.
|
AclObjectIdentity |
getAclObjectIdentity()
Gets the acl object identity.
|
AclSid |
getAclSid()
Gets the acl sid.
|
int |
getMask()
Gets the mask.
|
boolean |
isAuditFailure()
Checks if is audit failure.
|
boolean |
isAuditSuccess()
Checks if is audit success.
|
boolean |
isGranting()
Checks if is granting.
|
void |
setAceOrder(long aceOrder)
Sets the ace order.
|
void |
setAclObjectIdentity(AclObjectIdentity aclObjectIdentity)
Sets the acl object identity.
|
void |
setAclSid(AclSid aclSid)
Sets the acl sid.
|
void |
setAuditFailure(boolean auditFailure)
Sets the audit failure.
|
void |
setAuditSuccess(boolean auditSuccess)
Sets the audit success.
|
void |
setGranting(boolean granting)
Sets the granting.
|
void |
setMask(int mask)
Sets the mask.
|
equals, getId, hashCode, isPersisted, setId, toStringpublic AclObjectIdentity getAclObjectIdentity()
public void setAclObjectIdentity(AclObjectIdentity aclObjectIdentity)
aclObjectIdentity - the new acl object identitypublic AclSid getAclSid()
public void setAclSid(AclSid aclSid)
aclSid - the new acl sidpublic long getAceOrder()
public void setAceOrder(long aceOrder)
aceOrder - the new ace orderpublic int getMask()
public void setMask(int mask)
mask - the new maskpublic boolean isGranting()
public void setGranting(boolean granting)
granting - the new grantingpublic boolean isAuditSuccess()
public void setAuditSuccess(boolean auditSuccess)
auditSuccess - the new audit successpublic boolean isAuditFailure()
public void setAuditFailure(boolean auditFailure)
auditFailure - the new audit failureCopyright © 2020 Global Crop Diversity Trust. All rights reserved.