| Package | Description |
|---|---|
| org.genesys.blocks.security.model | |
| org.genesys.blocks.security.persistence | |
| org.genesys.blocks.security.service | |
| org.genesys.blocks.security.service.impl |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QAclObjectIdentity.aclEntries |
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> |
QAclSid.aclEntries |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
AclSid.getAclEntries() |
List<AclEntry> |
AclObjectIdentity.getAclEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclSid.setAclEntries(List<AclEntry> aclEntries) |
void |
AclObjectIdentity.setAclEntries(List<AclEntry> aclEntries) |
| 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) |
List<AclEntry> |
AclEntryPersistence.findByObjectIdentityAndObjectClassIdAndSid(long objectIdentityId,
String aclClass,
String sid) |
List<AclEntry> |
AclEntryPersistence.findBySidAndAclClass(String sid,
String aclClass) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclService.getAclEntries(AclAwareModel entity) |
List<AclEntry> |
CustomAclService.getAclEntries(AclObjectIdentity objectIdentity) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclAwareModel entity) |
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclObjectIdentity objectIdentity) |
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.