public class AclObjectIdentity extends Object
| Constructor and Description |
|---|
AclObjectIdentity()
Constructs a new
AclObjectIdentity |
AclObjectIdentity(org.springframework.security.acls.model.Acl acl)
Constructs a new
AclObjectIdentity out of the provided Acl. |
AclObjectIdentity(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
Constructs a new
AclObjectIdentity out of the provided ObjectIdentity. |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getObjectClass() |
String |
getOwnerId() |
org.springframework.security.acls.model.Sid |
getOwnerSid() |
String |
getParentObjectClass() |
String |
getParentObjectId() |
org.springframework.security.acls.model.ObjectIdentity |
getParentObjectIdentity() |
String |
getParentRowId() |
String |
getRowId() |
boolean |
isEntriesInheriting() |
boolean |
isOwnerPrincipal() |
void |
setEntriesInheriting(boolean entriesInheriting) |
void |
setId(String id) |
void |
setObjectClass(String objectClass) |
void |
setOwnerId(String ownerId) |
void |
setOwnerPrincipal(boolean ownerPrincipal) |
void |
setParentObjectClass(String parentObjectClass) |
void |
setParentObjectId(String parentObjectId) |
org.springframework.security.acls.model.ObjectIdentity |
toObjectIdentity() |
String |
toString() |
public AclObjectIdentity()
AclObjectIdentitypublic AclObjectIdentity(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
AclObjectIdentity out of the provided ObjectIdentity.objectIdentity - the ObjectIdentity to use for parameter population.public AclObjectIdentity(org.springframework.security.acls.model.Acl acl)
AclObjectIdentity out of the provided Acl.acl - the Acl to use for parameter population.public String getId()
AclObjectIdentity.public void setId(String id)
id - the identifier of this AclObjectIdentity.public String getObjectClass()
AclObjectIdentity.public boolean isOwnerPrincipal()
AclObjectIdentity is of type PrincipalSid
of false if it is of type GrantedAuthoritySid.public void setOwnerPrincipal(boolean ownerPrincipal)
ownerPrincipal - whether the owner of this AclObjectIdentity is of type PrincipalSid.public void setObjectClass(String objectClass)
objectClass - the type of the domain object managed by this AclObjectIdentity.public String getParentObjectId()
AclObjectIdentity.public void setParentObjectId(String parentObjectId)
parentObjectId - the identifier of the parent for this AclObjectIdentity.public String getOwnerId()
AclObjectIdentity.public org.springframework.security.acls.model.Sid getOwnerSid()
Sid object of the owner for this AclObjectIdentity.public void setOwnerId(String ownerId)
ownerId - the identifier of the owner for this AclObjectIdentity.public boolean isEntriesInheriting()
AclObjectIdentity.public void setEntriesInheriting(boolean entriesInheriting)
entriesInheriting - true if parent entries inherit into the current AclObjectIdentity.public String getParentObjectClass()
AclObjectIdentity.public org.springframework.security.acls.model.ObjectIdentity getParentObjectIdentity()
ObjectIdentity for the parent of this AclObjectIdentity.public void setParentObjectClass(String parentObjectClass)
parentObjectClass - the type of the domain object of the parent of this AclObjectIdentity.public org.springframework.security.acls.model.ObjectIdentity toObjectIdentity()
ObjectIdentity for this AclObjectIdentity.public String getRowId()
AclObjectIdentity is stored in the database.public String getParentRowId()
AclObjectIdentity is stored in the database.Copyright © 2013–2019 Europeana Cloud Development Team. All rights reserved.