Uses of Class
org.kiwiproject.consul.model.acl.TokenResponse
Packages that use TokenResponse
-
Uses of TokenResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return TokenResponseModifier and TypeMethodDescriptionAclClient.cloneToken(String id, Token token) AclClient.createToken(Token token) AclClient.readSelfToken()AclClient.updateToken(String id, Token token) -
Uses of TokenResponse in org.kiwiproject.consul.model.acl
Subclasses of TokenResponse in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl with parameters of type TokenResponseModifier and TypeMethodDescriptionstatic ImmutableTokenResponseImmutableTokenResponse.copyOf(TokenResponse instance) Creates an immutable copy of aTokenResponsevalue.ImmutableTokenResponse.Builder.from(TokenResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.TokenResponseinstance.