Uses of Class
org.kiwiproject.consul.model.acl.ImmutableToken
Packages that use ImmutableToken
-
Uses of ImmutableToken in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableTokenModifier and TypeMethodDescriptionImmutableToken.Builder.build()Builds a newImmutableToken.static ImmutableTokenCreates an immutable copy of aTokenvalue.final ImmutableTokenImmutableToken.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.final ImmutableTokenImmutableToken.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.final ImmutableTokenImmutableToken.withExpirationTime(String value) Copy the current immutable object by setting a present value for the optionalexpirationTimeattribute.final ImmutableTokenImmutableToken.withExpirationTime(Optional<String> optional) Copy the current immutable object by setting an optional value for theexpirationTimeattribute.final ImmutableTokenImmutableToken.withExpirationTTL(String value) Copy the current immutable object by setting a present value for the optionalexpirationTTLattribute.final ImmutableTokenImmutableToken.withExpirationTTL(Optional<String> optional) Copy the current immutable object by setting an optional value for theexpirationTTLattribute.final ImmutableTokenCopy the current immutable object by setting a present value for the optionalidattribute.final ImmutableTokenCopy the current immutable object by setting an optional value for theidattribute.final ImmutableTokenImmutableToken.withLocal(boolean value) Copy the current immutable object by setting a present value for the optionallocalattribute.final ImmutableTokenCopy the current immutable object by setting an optional value for thelocalattribute.final ImmutableTokenImmutableToken.withNamespace(String value) Copy the current immutable object by setting a present value for the optionalnamespaceattribute.final ImmutableTokenImmutableToken.withNamespace(Optional<String> optional) Copy the current immutable object by setting an optional value for thenamespaceattribute.final ImmutableTokenImmutableToken.withNodeIdentities(Iterable<? extends Token.NodeIdentity> elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableTokenImmutableToken.withNodeIdentities(Token.NodeIdentity... elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableTokenImmutableToken.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenImmutableToken.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenImmutableToken.withRoles(Iterable<? extends Token.RoleLink> elements) Copy the current immutable object with elements that replace the content ofroles.final ImmutableTokenImmutableToken.withRoles(Token.RoleLink... elements) Copy the current immutable object with elements that replace the content ofroles.final ImmutableTokenImmutableToken.withSecretId(String value) Copy the current immutable object by setting a present value for the optionalsecretIdattribute.final ImmutableTokenImmutableToken.withSecretId(Optional<String> optional) Copy the current immutable object by setting an optional value for thesecretIdattribute.final ImmutableTokenImmutableToken.withServiceIdentities(Iterable<? extends Token.ServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.final ImmutableTokenImmutableToken.withServiceIdentities(Token.ServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.