Uses of Class
com.orbitz.consul.model.acl.Token
-
Packages that use Token Package Description com.orbitz.consul com.orbitz.consul.model.acl -
-
Uses of Token in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type Token Modifier and Type Method Description TokenResponseAclClient. createToken(Token token)TokenResponseAclClient. updateToken(java.lang.String id, Token token) -
Uses of Token in com.orbitz.consul.model.acl
Subclasses of Token in com.orbitz.consul.model.acl Modifier and Type Class Description classImmutableTokenImmutable implementation ofToken.Methods in com.orbitz.consul.model.acl with parameters of type Token Modifier and Type Method Description static ImmutableTokenImmutableToken. copyOf(Token instance)Creates an immutable copy of aTokenvalue.ImmutableToken.BuilderImmutableToken.Builder. from(Token instance)Fill a builder with attribute values from the providedTokeninstance.
-