| Modifier and Type | Method and Description |
|---|---|
TokenKey.Builder |
algorithm(String algorithm)
Initializes the value for the
algorithm attribute. |
TokenKey |
build()
Builds a new
TokenKey. |
TokenKey.Builder |
e(String e)
Initializes the value for the
e attribute. |
TokenKey.Builder |
from(org.cloudfoundry.uaa.tokens._TokenKey instance)
Copy abstract value type
_TokenKey instance into builder. |
TokenKey.Builder |
from(AbstractTokenKey instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.tokens.AbstractTokenKey instance. |
TokenKey.Builder |
from(TokenKey instance)
Fill a builder with attribute values from the provided
TokenKey instance. |
TokenKey.Builder |
id(String id)
Initializes the value for the
id attribute. |
TokenKey.Builder |
keyType(KeyType keyType)
Initializes the value for the
keyType attribute. |
TokenKey.Builder |
n(String n)
Initializes the value for the
n attribute. |
TokenKey.Builder |
use(String use)
Initializes the value for the
use attribute. |
TokenKey.Builder |
value(String value)
Initializes the value for the
value attribute. |
public final TokenKey.Builder from(AbstractTokenKey instance)
org.cloudfoundry.uaa.tokens.AbstractTokenKey instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final TokenKey.Builder from(TokenKey instance)
TokenKey instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final TokenKey.Builder from(org.cloudfoundry.uaa.tokens._TokenKey instance)
_TokenKey instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final TokenKey.Builder algorithm(String algorithm)
algorithm attribute.algorithm - The value for algorithmthis builder for use in a chained invocationpublic final TokenKey.Builder e(String e)
e attribute.e - The value for ethis builder for use in a chained invocationpublic final TokenKey.Builder id(String id)
id attribute.id - The value for id (can be null)this builder for use in a chained invocationpublic final TokenKey.Builder keyType(KeyType keyType)
keyType attribute.keyType - The value for keyTypethis builder for use in a chained invocationpublic final TokenKey.Builder n(String n)
n attribute.n - The value for nthis builder for use in a chained invocationpublic final TokenKey.Builder use(String use)
use attribute.use - The value for usethis builder for use in a chained invocationpublic final TokenKey.Builder value(String value)
value attribute.value - The value for valuethis builder for use in a chained invocationpublic TokenKey build()
TokenKey.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.