| Package | Description |
|---|---|
| com.orbitz.consul.model.acl |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePolicyLink
Immutable implementation of
Token.PolicyLink. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Token.PolicyLink> |
ImmutableTokenListResponse.policies() |
com.google.common.collect.ImmutableList<Token.PolicyLink> |
ImmutableTokenResponse.policies() |
com.google.common.collect.ImmutableList<Token.PolicyLink> |
ImmutableToken.policies() |
abstract List<Token.PolicyLink> |
Token.policies() |
abstract List<Token.PolicyLink> |
BaseTokenResponse.policies() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTokenListResponse.Builder |
ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink... elements)
Adds elements to
policies list. |
ImmutableTokenResponse.Builder |
ImmutableTokenResponse.Builder.addPolicies(Token.PolicyLink... elements)
Adds elements to
policies list. |
ImmutableToken.Builder |
ImmutableToken.Builder.addPolicies(Token.PolicyLink... elements)
Adds elements to
policies list. |
ImmutableTokenListResponse.Builder |
ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink element)
Adds one element to
policies list. |
ImmutableTokenResponse.Builder |
ImmutableTokenResponse.Builder.addPolicies(Token.PolicyLink element)
Adds one element to
policies list. |
ImmutableToken.Builder |
ImmutableToken.Builder.addPolicies(Token.PolicyLink element)
Adds one element to
policies list. |
static ImmutablePolicyLink |
ImmutablePolicyLink.copyOf(Token.PolicyLink instance)
Creates an immutable copy of a
Token.PolicyLink value. |
ImmutablePolicyLink.Builder |
ImmutablePolicyLink.Builder.from(Token.PolicyLink instance)
Fill a builder with attribute values from the provided
PolicyLink instance. |
ImmutableTokenListResponse |
ImmutableTokenListResponse.withPolicies(Token.PolicyLink... elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(Token.PolicyLink... elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableToken |
ImmutableToken.withPolicies(Token.PolicyLink... elements)
Copy the current immutable object with elements that replace the content of
policies. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTokenListResponse.Builder |
ImmutableTokenListResponse.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements)
Adds elements to
policies list. |
ImmutableTokenResponse.Builder |
ImmutableTokenResponse.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements)
Adds elements to
policies list. |
ImmutableToken.Builder |
ImmutableToken.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements)
Adds elements to
policies list. |
ImmutableTokenListResponse.Builder |
ImmutableTokenListResponse.Builder.policies(Iterable<? extends Token.PolicyLink> elements)
Sets or replaces all elements for
policies list. |
ImmutableTokenResponse.Builder |
ImmutableTokenResponse.Builder.policies(Iterable<? extends Token.PolicyLink> elements)
Sets or replaces all elements for
policies list. |
ImmutableToken.Builder |
ImmutableToken.Builder.policies(Iterable<? extends Token.PolicyLink> elements)
Sets or replaces all elements for
policies list. |
ImmutableTokenListResponse |
ImmutableTokenListResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableToken |
ImmutableToken.withPolicies(Iterable<? extends Token.PolicyLink> elements)
Copy the current immutable object with elements that replace the content of
policies. |
Copyright © 2019. All rights reserved.