Uses of Enum
de.stklcode.jvault.connector.model.AuthBackend
Packages that use 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
Methods in de.stklcode.jvault.connector that return types with arguments of type AuthBackendModifier and TypeMethodDescriptionfinal List<AuthBackend> HTTPVaultConnector.getAuthBackends()VaultConnector.getAuthBackends()Get all available authentication backends. -
Uses of AuthBackend in de.stklcode.jvault.connector.model
Subclasses with type arguments of type AuthBackend in de.stklcode.jvault.connector.modelMethods in de.stklcode.jvault.connector.model that return AuthBackendModifier and TypeMethodDescriptionstatic AuthBackendRetrieveAuthBackendvalue for given type string.static AuthBackendReturns 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
Methods in de.stklcode.jvault.connector.model.response.embedded that return AuthBackend