Uses of Class
org.kiwiproject.consul.model.acl.Token.PolicyLink
Packages that use Token.PolicyLink
-
Uses of Token.PolicyLink in org.kiwiproject.consul.model.acl
Subclasses of Token.PolicyLink in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl that return types with arguments of type Token.PolicyLinkModifier and TypeMethodDescriptionabstract List<Token.PolicyLink>BaseTokenResponse.policies()com.google.common.collect.ImmutableList<Token.PolicyLink>ImmutableToken.policies()com.google.common.collect.ImmutableList<Token.PolicyLink>ImmutableTokenListResponse.policies()com.google.common.collect.ImmutableList<Token.PolicyLink>ImmutableTokenResponse.policies()abstract List<Token.PolicyLink>Token.policies()Methods in org.kiwiproject.consul.model.acl with parameters of type Token.PolicyLinkModifier and TypeMethodDescriptionfinal ImmutableToken.BuilderImmutableToken.Builder.addPolicies(Token.PolicyLink element) Adds one element topolicieslist.final ImmutableToken.BuilderImmutableToken.Builder.addPolicies(Token.PolicyLink... elements) Adds elements topolicieslist.ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink element) Adds one element topolicieslist.ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink... elements) Adds elements topolicieslist.ImmutableTokenResponse.Builder.addPolicies(Token.PolicyLink element) Adds one element topolicieslist.ImmutableTokenResponse.Builder.addPolicies(Token.PolicyLink... elements) Adds elements topolicieslist.static ImmutablePolicyLinkImmutablePolicyLink.copyOf(Token.PolicyLink instance) Creates an immutable copy of aToken.PolicyLinkvalue.ImmutablePolicyLink.Builder.from(Token.PolicyLink instance) Fill a builder with attribute values from the providedPolicyLinkinstance.final ImmutableTokenImmutableToken.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.ImmutableTokenListResponse.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenResponseImmutableTokenResponse.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.Method parameters in org.kiwiproject.consul.model.acl with type arguments of type Token.PolicyLinkModifier and TypeMethodDescriptionfinal ImmutableToken.BuilderImmutableToken.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements) Adds elements topolicieslist.ImmutableTokenListResponse.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements) Adds elements topolicieslist.ImmutableTokenResponse.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements) Adds elements topolicieslist.final ImmutableToken.BuilderImmutableToken.Builder.policies(Iterable<? extends Token.PolicyLink> elements) Sets or replaces all elements forpolicieslist.ImmutableTokenListResponse.Builder.policies(Iterable<? extends Token.PolicyLink> elements) Sets or replaces all elements forpolicieslist.ImmutableTokenResponse.Builder.policies(Iterable<? extends Token.PolicyLink> elements) Sets or replaces all elements forpolicieslist.final ImmutableTokenImmutableToken.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.ImmutableTokenListResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenResponseImmutableTokenResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.