Returns the implementing class for Vault's core/logical operations (e.g. read, write). @return The implementing class for Vault's core/logical operations (e.g. read, write)
()
| 149 | * @return The implementing class for Vault's core/logical operations (e.g. read, write) |
| 150 | */ |
| 151 | public Logical logical() { |
| 152 | return new Logical(vaultConfig); |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * Returns the implementing class for operations on Vault's <code>/v1/auth/*</code> REST endpoints |
no outgoing calls