Uses of Enum
de.stklcode.jvault.connector.model.Token.Type
Package
Description
Model classes for communication with the Vault API.
-
Uses of Token.Type in de.stklcode.jvault.connector.model
Modifier and TypeMethodDescriptionstatic Token.Type
Returns 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.Modifier 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.