| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
TokenPolicy.Builder |
TokenPolicy.Builder.accessTokenValidity(Integer accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.activeKeyId(String activeKeyId)
Initializes the value for the
activeKeyId attribute. |
static TokenPolicy.Builder |
TokenPolicy.builder()
Creates a builder for
TokenPolicy. |
TokenPolicy.Builder |
TokenPolicy.Builder.from(TokenPolicy instance)
Fill a builder with attribute values from the provided
TokenPolicy instance. |
TokenPolicy.Builder |
TokenPolicy.Builder.jwtRevocable(Boolean jwtRevocable)
Initializes the value for the
jwtRevocable attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.key(Map.Entry<String,? extends Object> entry)
Put one entry to the
keys map. |
TokenPolicy.Builder |
TokenPolicy.Builder.key(String key,
Object value)
Put one entry to the
keys map. |
TokenPolicy.Builder |
TokenPolicy.Builder.keys(Map<String,? extends Object> keys)
Sets or replaces all mappings from the specified map as entries for the
keys map. |
TokenPolicy.Builder |
TokenPolicy.Builder.putAllKeys(Map<String,? extends Object> keys)
Put all mappings from the specified map as entries to
keys map. |
TokenPolicy.Builder |
TokenPolicy.Builder.refreshTokenValidity(Integer refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.