| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.algorithm(String algorithm)
Initializes the value for the
algorithm attribute. |
static GetTokenKeyResponse.Builder |
GetTokenKeyResponse.builder()
Creates a builder for
GetTokenKeyResponse. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.e(String e)
Initializes the value for the
e attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.from(AbstractTokenKey instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractTokenKey instance. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.from(GetTokenKeyResponse instance)
Fill a builder with attribute values from the provided
GetTokenKeyResponse instance. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.keyType(KeyType keyType)
Initializes the value for the
keyType attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.n(String n)
Initializes the value for the
n attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.use(String use)
Initializes the value for the
use attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.value(String value)
Initializes the value for the
value attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.