| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QOAuthClient.aclEntries |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QAclObjectIdentity.aclEntries |
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QBasicUser.aclEntries |
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QAclSid.aclEntries |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
AclSid.getAclEntries()
Gets the acl entries.
|
List<AclEntry> |
AclObjectIdentity.getAclEntries()
Gets the acl entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclSid.setAclEntries(List<AclEntry> aclEntries)
Sets the acl entries.
|
void |
AclObjectIdentity.setAclEntries(List<AclEntry> aclEntries)
Sets the acl entries.
|
| Constructor and Description |
|---|
QAclEntry(Class<? extends AclEntry> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QAclEntry(com.querydsl.core.types.Path<? extends AclEntry> path) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SidPermissions> |
AclEntriesToPermissions.convert(List<AclEntry> aclEntries) |
static List<SidPermissions> |
SidPermissions.fromEntries(List<AclEntry> aclEntries)
Convert List of
AclEntry to List of SidPermissions. |
| Modifier and Type | Field and Description |
|---|---|
List<AclEntry> |
CustomAclService.AclObjectIdentityExt.inherited
The inherited.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclService.getAclEntries(AclAwareModel entity)
Gets the acl entries.
|
List<AclEntry> |
CustomAclService.getAclEntries(AclObjectIdentity objectIdentity)
Gets the acl entries.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclAwareModel entity) |
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclObjectIdentity objectIdentity) |
Copyright © 2020 Global Crop Diversity Trust. All rights reserved.