Class Login.Response
- java.lang.Object
 - 
- io.helidon.integrations.common.rest.ApiJsonParser
 - 
- io.helidon.integrations.common.rest.ApiResponse
 - 
- io.helidon.integrations.common.rest.ApiEntityResponse
 - 
- io.helidon.integrations.vault.VaultResponse
 - 
- io.helidon.integrations.vault.auths.k8s.Login.Response
 
 
 
 
 
 
- 
- Enclosing class:
 - Login
 
public static class Login.Response extends VaultResponse
Response object parsed from JSON returned by theRestApi. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaccessor()Accessor id.Map<String,String>metadata()Additional token metadata.List<String>policies()List of policy names of this token.VaultTokentoken()Token to use to access Vault.- 
Methods inherited from class io.helidon.integrations.vault.VaultResponse
vaultRequestId 
- 
Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, status 
- 
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
token
public VaultToken token()
Token to use to access Vault.- Returns:
 - token
 
 
- 
accessor
public String accessor()
Accessor id.- Returns:
 - accessor
 
 
 - 
 
 -