Uses of Class
de.stklcode.jvault.connector.model.AuthBackend
- 
Packages that use AuthBackend Package Description de.stklcode.jvault.connector Java Vault Connector base package - containsVaultConnectorinterface and default implementation.de.stklcode.jvault.connector.model Model classes for communication with the Vault API.de.stklcode.jvault.connector.model.response.embedded 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 AuthBackend Modifier and Type Method Description List<AuthBackend>HTTPVaultConnector. getAuthBackends()List<AuthBackend>VaultConnector. getAuthBackends()Get all availale authentication backends. - 
Uses of AuthBackend in de.stklcode.jvault.connector.model
Methods in de.stklcode.jvault.connector.model that return AuthBackend Modifier and Type Method Description static AuthBackendAuthBackend. forType(String type)RetrieveAuthBackendvalue for given type string.static AuthBackendAuthBackend. valueOf(String name)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
Methods in de.stklcode.jvault.connector.model.response.embedded that return AuthBackend Modifier and Type Method Description AuthBackendAuthMethod. getType() 
 -