Uses of Enum
de.stklcode.jvault.connector.model.Token.Type
Packages that use Token.Type
Package
Description
Model classes for communication with the Vault API.
-
Uses of Token.Type in de.stklcode.jvault.connector.model
Methods in de.stklcode.jvault.connector.model that return Token.TypeModifier and TypeMethodDescriptionstatic Token.TypeReturns the enum constant of this type with the specified name.static Token.Type[]Token.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.stklcode.jvault.connector.model with parameters of type Token.TypeModifier and TypeMethodDescriptionAppRole.Builder.withTokenType(Token.Type tokenType) Set type of generated token.TokenRole.Builder.withTokenType(Token.Type tokenType) Set token type.Token.Builder.withType(Token.Type type) Specify token type.