Uses of Class
de.stklcode.jvault.connector.model.response.AuthResponse
Package
Description
Java Vault Connector base package - contains
VaultConnector
interface and
default implementation.-
Uses of AuthResponse in de.stklcode.jvault.connector
Modifier and TypeMethodDescriptionfinal AuthResponse
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.As of Vault 0.6.1 App-ID is superseded by AppRole.final AuthResponse
HTTPVaultConnector.authAppRole
(String roleID, String secretID) default AuthResponse
VaultConnector.authAppRole
(String roleID) Authorize to Vault using AppRole method without secret ID.VaultConnector.authAppRole
(String roleID, String secretID) Authorize to Vault using AppRole method.final AuthResponse
HTTPVaultConnector.authUserPass
(String username, String password) VaultConnector.authUserPass
(String username, String password) Authorize to Vault using username and password.final AuthResponse
HTTPVaultConnector.createToken
(Token token) final AuthResponse
HTTPVaultConnector.createToken
(Token token, boolean orphan) final AuthResponse
HTTPVaultConnector.createToken
(Token token, String role) VaultConnector.createToken
(Token token) Create a new token.VaultConnector.createToken
(Token token, boolean orphan) Create a new token.VaultConnector.createToken
(Token token, String role) Create a new token for specific role.