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