| Package | Description |
|---|---|
| io.continual.iam.access |
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntry |
AccessControlEntry.Builder.build() |
AccessControlEntry |
AccessControlEntry.clone() |
static AccessControlEntry |
AccessControlEntry.deserialize(org.json.JSONObject o)
Deserialize a JSON object created by serialize()
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessControlEntry> |
AccessControlList.getEntries()
Get the list of ACL entries on this ACL
|
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
AccessControlList.addAclEntry(AccessControlEntry acle)
Add the given ACL entry to this ACL's list of entries.
|
AccessControlList.Builder |
AccessControlList.Builder.withEntry(AccessControlEntry ace) |
| Constructor and Description |
|---|
AccessControlEntry(AccessControlEntry that) |
Copyright © 2022 continual.io. All rights reserved.