Class VaultInternalTokenAuthMethod
- java.lang.Object
-
- io.quarkus.vault.runtime.client.VaultInternalBase
-
- io.quarkus.vault.runtime.client.authmethod.VaultInternalTokenAuthMethod
-
@Singleton public class VaultInternalTokenAuthMethod extends VaultInternalBase
-
-
Field Summary
-
Fields inherited from class io.quarkus.vault.runtime.client.VaultInternalBase
vaultClient
-
-
Constructor Summary
Constructors Constructor Description VaultInternalTokenAuthMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultLookupSelflookupSelf(String token)VaultRenewSelfrenewSelf(String token, String increment)-
Methods inherited from class io.quarkus.vault.runtime.client.VaultInternalBase
setVaultClient
-
-
-
-
Method Detail
-
renewSelf
public VaultRenewSelf renewSelf(String token, String increment)
-
lookupSelf
public VaultLookupSelf lookupSelf(String token)
-
-