public final class Permission extends Object
CredentialRequest
.Modifier and Type | Class and Description |
---|---|
static class |
Permission.CredentialPermissionBuilder
A builder that provides a fluent API for constructing
Permission instances. |
Modifier and Type | Method and Description |
---|---|
static Permission.CredentialPermissionBuilder |
builder()
Create a builder that provides a fluent API for providing the values required to
construct a
Permission . |
boolean |
equals(Object o) |
Actor |
getActor()
Get the ID of the entity that will be allowed to access the credential.
|
List<Operation> |
getOperations()
Get the set of operations that the actor will be allowed to perform on the
credential.
|
int |
hashCode() |
String |
toString() |
public Actor getActor()
public List<Operation> getOperations()
public static Permission.CredentialPermissionBuilder builder()
Permission
.