Uses of Enum
de.stklcode.jvault.connector.model.AuthBackend
Package
Description
Java Vault Connector base package - contains
VaultConnector
interface and
default implementation.Model classes for communication with the Vault API.
Embedded data classes for responses from the Vault API.
-
Uses of AuthBackend in de.stklcode.jvault.connector
Modifier and TypeMethodDescriptionfinal List
<AuthBackend> HTTPVaultConnector.getAuthBackends()
VaultConnector.getAuthBackends()
Get all available authentication backends. -
Uses of AuthBackend in de.stklcode.jvault.connector.model
Modifier and TypeMethodDescriptionstatic AuthBackend
RetrieveAuthBackend
value for given type string.static AuthBackend
Returns the enum constant of this type with the specified name.static AuthBackend[]
AuthBackend.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthBackend in de.stklcode.jvault.connector.model.response.embedded