@Entity public class AclSid extends AuditedVersionedModel
active| Constructor and Description |
|---|
AclSid() |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
getAclEntries()
Gets the acl entries.
|
String |
getFullName()
Subclasses should override this method and return a sensible display name for
the SID.
|
List<AclObjectIdentity> |
getObjectIdentities()
Gets the object identities.
|
String |
getSid()
Gets the sid.
|
boolean |
isPrincipal()
Checks if is principal.
|
void |
setAclEntries(List<AclEntry> aclEntries)
Sets the acl entries.
|
void |
setObjectIdentities(List<AclObjectIdentity> objectIdentities)
Sets the object identities.
|
void |
setPrincipal(boolean principal)
Sets the principal.
|
void |
setSid(String sid)
Sets the sid.
|
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getVersion, hashCode, isActive, setActive, setVersion, toStringgetId, isNew, setIdpublic boolean isPrincipal()
public void setPrincipal(boolean principal)
principal - the new principalpublic String getSid()
public void setSid(String sid)
sid - the new sidpublic List<AclObjectIdentity> getObjectIdentities()
public void setObjectIdentities(List<AclObjectIdentity> objectIdentities)
objectIdentities - the new object identitiespublic void setAclEntries(List<AclEntry> aclEntries)
aclEntries - the new acl entriespublic String getFullName()
Copyright © 2021 Global Crop Diversity Trust. All rights reserved.