| 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<AclObjectIdentity,QAclObjectIdentity> |
QAclSid.objectIdentities |
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
AclEntry.getAclObjectIdentity() |
AclObjectIdentity |
AclObjectIdentity.getParentObject() |
| Modifier and Type | Method and Description |
|---|---|
List<AclObjectIdentity> |
AclSid.getObjectIdentities() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclEntry.setAclObjectIdentity(AclObjectIdentity aclObjectIdentity) |
void |
AclObjectIdentity.setParentObject(AclObjectIdentity parentObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
AclSid.setObjectIdentities(List<AclObjectIdentity> objectIdentities) |
| 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.findByObjectIdIdentityAndClassName(long objectIdentityId,
String aclClass) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
AclEntryPersistence.findByObjectIdentity(AclObjectIdentity aclObjectIdentity) |
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
CustomAclService.ensureObjectIdentity(String className,
long objectIdIdentity) |
AclObjectIdentity |
CustomAclService.getObjectIdentity(AclAwareModel entity) |
AclObjectIdentity |
CustomAclService.getObjectIdentity(long id) |
AclObjectIdentity |
CustomAclService.getObjectIdentity(String clazz,
long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclService.getAclEntries(AclObjectIdentity objectIdentity) |
void |
CustomAclService.updatePermission(AclObjectIdentity entity,
String 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(long id) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(String className,
long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclObjectIdentity objectIdentity) |
void |
CustomAclServiceImpl.updatePermission(AclObjectIdentity entity,
String sid,
Map<Integer,Boolean> permissionMap) |
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.