| Package | Description |
|---|---|
| eu.europeana.aas.acl.repository |
| Modifier and Type | Method and Description |
|---|---|
Map<AclObjectIdentity,Set<AclEntry>> |
CassandraAclRepository.findAcls(List<AclObjectIdentity> objectIdsToLookup) |
Map<AclObjectIdentity,Set<AclEntry>> |
AclRepository.findAcls(List<AclObjectIdentity> objectIdsToLookup)
Loads the
AclEntry instances that apply for the passed
AclObjectIdentity objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraAclRepository.updateAcl(AclObjectIdentity aoi,
List<AclEntry> entries) |
void |
AclRepository.updateAcl(AclObjectIdentity aoi,
List<AclEntry> entries)
Changes an existing
AclObjectIdentity or the related
AclEntry records in the database. |
Copyright © 2013–2020 Europeana Cloud Development Team. All rights reserved.