| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> |
QOAuthClient.objectIdentities |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> |
QBasicUser.objectIdentities |
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> |
QAclSid.objectIdentities |
| Modifier and Type | Method and Description |
|---|---|
default AclObjectIdentity |
AclAwareModel.aclParentObjectIdentity()
A custom, persisted parent AclObjectIdentity reference.
|
AclObjectIdentity |
AclEntry.getAclObjectIdentity()
Gets the acl object identity.
|
AclObjectIdentity |
AclObjectIdentity.getParentObject()
Gets the parent object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclObjectIdentity> |
AclSid.getObjectIdentities()
Gets the object identities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclEntry.setAclObjectIdentity(AclObjectIdentity aclObjectIdentity)
Sets the acl object identity.
|
void |
AclObjectIdentity.setParentObject(AclObjectIdentity parentObject)
Sets the parent object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclSid.setObjectIdentities(List<AclObjectIdentity> objectIdentities)
Sets the object identities.
|
| Constructor and Description |
|---|
QAclObjectIdentity(Class<? extends AclObjectIdentity> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QAclObjectIdentity(com.querydsl.core.types.Path<? extends AclObjectIdentity> path) |
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
AclObjectIdentityPersistence.findByObjectIdAndClassname(long objectIdIdentity,
String aclClass)
Find by object id identity and class name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclObjectIdentity> |
AclObjectIdentityPersistence.findByParentObject(AclObjectIdentity parentObject) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
AclEntryPersistence.findByObjectIdentity(AclObjectIdentity aclObjectIdentity)
Find by object identity.
|
List<AclObjectIdentity> |
AclObjectIdentityPersistence.findByParentObject(AclObjectIdentity parentObject) |
List<AclEntry> |
AclEntryPersistence.findBySidAndObjectIdentity(AclSid sid,
AclObjectIdentity objectIdentity)
List by SID and Object Identity.
|
List<AclSid> |
AclEntryPersistence.getSids(AclObjectIdentity objectIdentity)
Gets the sids.
|
void |
AclObjectIdentityPersistence.resetChildrenOfOID(AclObjectIdentity oID)
Clear the parentObject of child OID that use this oID as parentObject.
|
| Modifier and Type | Field and Description |
|---|---|
AclObjectIdentity |
CustomAclService.AclObjectIdentityExt.original
The original.
|
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
CustomAclService.ensureObjectIdentity(long id,
String className)
Ensure object identity.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(AclAwareModel entity)
Gets the object identity of the entity.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(long id)
Get object identity by internal id.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(long id,
String className)
Gets the object identity for object of type className with specified id.
|
AclObjectIdentity |
CustomAclService.removePermissions(AclObjectIdentity objectIdentity,
AclSid aclSid)
Removes the permissions for SID on ACL OID.
|
AclObjectIdentity |
CustomAclService.setAclParent(AclAwareModel target,
AclAwareModel parent)
Set ACL parent object for inherited permissions.
|
AclObjectIdentity |
CustomAclService.setPermissions(AclAwareModel entity,
AclSid sid,
Permissions permissions)
Update permissions.
|
AclObjectIdentity |
CustomAclService.setPermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Permissions permissions)
Update permissions.
|
AclObjectIdentity |
CustomAclService.updateInheriting(long objectIdIdentity,
boolean entriesInheriting)
Updates inheriting status of object identity.
|
AclObjectIdentity |
CustomAclService.updateParentObject(long objectIdIdentity,
long parentObjectId)
Updates parent object of object identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclService.getAclEntries(AclObjectIdentity objectIdentity)
Gets the acl entries.
|
CustomAclService.AclObjectIdentityExt |
CustomAclService.loadObjectIdentityExt(AclObjectIdentity objectIdentity)
Load object identity extended information.
|
AclObjectIdentity |
CustomAclService.removePermissions(AclObjectIdentity objectIdentity,
AclSid aclSid)
Removes the permissions for SID on ACL OID.
|
AclObjectIdentity |
CustomAclService.setPermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Permissions permissions)
Update permissions.
|
| Constructor and Description |
|---|
AclObjectIdentityExt(AclObjectIdentity source)
Instantiates a new acl object identity ext.
|
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
CustomAclServiceImpl.ensureObjectIdentity(long objectIdIdentity,
String className) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(AclAwareModel entity) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(long id) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(long id,
String className) |
AclObjectIdentity |
CustomAclServiceImpl.removePermissions(AclObjectIdentity objectIdentity,
AclSid sid) |
AclObjectIdentity |
CustomAclServiceImpl.setAclParent(AclAwareModel target,
AclAwareModel parent) |
AclObjectIdentity |
CustomAclServiceImpl.setPermissions(AclAwareModel entity,
AclSid sid,
Permissions permissions) |
AclObjectIdentity |
CustomAclServiceImpl.setPermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Permissions permissions) |
AclObjectIdentity |
CustomAclServiceImpl.updateInheriting(long objectIdIdentity,
boolean entriesInheriting) |
AclObjectIdentity |
CustomAclServiceImpl.updateParentObject(long objectIdIdentity,
long parentObjectId) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclObjectIdentity objectIdentity) |
CustomAclService.AclObjectIdentityExt |
CustomAclServiceImpl.loadObjectIdentityExt(AclObjectIdentity objectIdentity) |
AclObjectIdentity |
CustomAclServiceImpl.removePermissions(AclObjectIdentity objectIdentity,
AclSid sid) |
AclObjectIdentity |
CustomAclServiceImpl.setPermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Permissions permissions) |
Copyright © 2020 Global Crop Diversity Trust. All rights reserved.