| Package | Description |
|---|---|
| io.continual.iam.access | |
| io.continual.iam.impl | |
| io.continual.iam.impl.common |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtectedResource
A protected resource is a resource that carries its own ACL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleResource |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessDb.canUser(String id,
Resource resource,
String operation)
Can the given user perform the requested access?
|
AccessControlList |
AccessDb.getAclFor(Resource resource)
load an ACL for a resource
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiSourceDb.canUser(String id,
Resource resource,
String operation) |
AccessControlList |
MultiSourceDb.getAclFor(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonJsonDb.canUser(String id,
Resource resource,
String operation) |
AccessControlList |
CommonJsonDb.getAclFor(Resource resource) |
Copyright © 2022 continual.io. All rights reserved.