@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetTokenKeyResponse extends AbstractTokenKey
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenKeyResponse.Builder
Builds instances of type
GetTokenKeyResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenKeyResponse.Builder |
builder()
Creates a builder for
GetTokenKeyResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenKeyResponse that have equal attribute values. |
String |
getAlgorithm()
The algorithm
|
String |
getE()
The exponent
|
String |
getId()
The id
|
KeyType |
getKeyType()
The key type
|
String |
getN()
The modulus
|
String |
getUse()
The use
|
String |
getValue()
The value
|
int |
hashCode()
Computes a hash code from attributes:
algorithm, e, id, keyType, n, use, value. |
String |
toString()
Prints the immutable value
GetTokenKeyResponse with attribute values. |
public String getAlgorithm()
getAlgorithm in class AbstractTokenKeypublic String getE()
getE in class AbstractTokenKeypublic String getId()
getId in class AbstractTokenKeypublic KeyType getKeyType()
getKeyType in class AbstractTokenKeypublic String getN()
getN in class AbstractTokenKeypublic String getUse()
getUse in class AbstractTokenKeypublic String getValue()
getValue in class AbstractTokenKeypublic boolean equals(Object another)
GetTokenKeyResponse that have equal attribute values.public int hashCode()
algorithm, e, id, keyType, n, use, value.public String toString()
GetTokenKeyResponse with attribute values.public static GetTokenKeyResponse.Builder builder()
GetTokenKeyResponse.
GetTokenKeyResponse.builder()
.algorithm(String) // required algorithm
.e(String) // required e
.id(String | null) // nullable id
.keyType(org.cloudfoundry.uaa.tokens.KeyType) // required keyType
.n(String) // required n
.use(String) // required use
.value(String) // required value
.build();
Copyright © 2020. All rights reserved.