| 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 |
|---|---|
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.findByIdAndClassname(long objectIdentityId,
String aclClass)
Find by object id identity and class name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
AclEntryPersistence.findByObjectIdentity(AclObjectIdentity aclObjectIdentity)
Find by object identity.
|
List<AclEntry> |
AclEntryPersistence.findBySidAndObjectIdentity(AclSid sid,
AclObjectIdentity objectIdentity)
List by SID and Object Identity
|
List<AclSid> |
AclEntryPersistence.getSids(AclObjectIdentity objectIdentity)
Gets the sids.
|
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
CustomAclService.ensureObjectIdentity(String className,
long objectIdIdentity)
Ensure object identity.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(AclAwareModel entity)
Gets the object identity.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(String clazz,
long id)
Gets the object identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclService.getAclEntries(AclObjectIdentity objectIdentity)
Gets the acl entries.
|
void |
CustomAclService.updatePermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Map<Integer,Boolean> permissionMap) |
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
CustomAclServiceImpl.ensureObjectIdentity(String className,
long objectIdIdentity) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(AclAwareModel entity) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(String className,
long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclObjectIdentity objectIdentity) |
void |
CustomAclServiceImpl.updatePermissions(AclObjectIdentity objectIdentity,
AclSid sid,
Map<Integer,Boolean> permissions) |
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.