| Package | Description |
|---|---|
| org.genesys.blocks.security.service | |
| org.genesys.blocks.security.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAclService.addCreatorPermissions(AclAwareModel target)
Adds the creator permissions.
|
boolean |
CustomAclService.addPermissions(AclAwareModel entity,
AclSid sid,
Map<Integer,Boolean> permissionMap)
Adds the permissions.
|
List<AclEntry> |
CustomAclService.getAclEntries(AclAwareModel entity)
Gets the acl entries.
|
AclObjectIdentity |
CustomAclService.getObjectIdentity(AclAwareModel entity)
Gets the object identity.
|
Map<String,Map<Integer,Boolean>> |
CustomAclService.getPermissions(AclAwareModel entity)
Gets the permissions.
|
List<AclSid> |
CustomAclService.getSids(AclAwareModel entity)
Gets the sids.
|
void |
CustomAclService.removePermissions(AclAwareModel target)
Removes the permissions on ACL model.
|
void |
CustomAclService.updatePermissions(AclAwareModel entity,
AclSid sid,
Map<Integer,Boolean> permissionMap)
Update permissions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
CustomAclService.listObjectIdentityIdsForSid(Class<? extends AclAwareModel> clazz,
AclSid sid,
org.springframework.security.acls.model.Permission permission)
List IDs of the specified class for the SID with specified permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAclServiceImpl.addCreatorPermissions(AclAwareModel target) |
boolean |
CustomAclServiceImpl.addPermissions(AclAwareModel entity,
AclSid sid,
Map<Integer,Boolean> permissions) |
List<AclEntry> |
CustomAclServiceImpl.getAclEntries(AclAwareModel entity) |
AclObjectIdentity |
CustomAclServiceImpl.getObjectIdentity(AclAwareModel entity) |
Map<String,Map<Integer,Boolean>> |
CustomAclServiceImpl.getPermissions(AclAwareModel entity) |
List<AclSid> |
CustomAclServiceImpl.getSids(AclAwareModel entity) |
void |
CustomAclServiceImpl.removePermissions(AclAwareModel target) |
void |
CustomAclServiceImpl.updatePermissions(AclAwareModel entity,
AclSid sid,
Map<Integer,Boolean> permissions) |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
CustomAclServiceImpl.listObjectIdentityIdsForSid(Class<? extends AclAwareModel> clazz,
AclSid sid,
org.springframework.security.acls.model.Permission permission) |
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.