Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
org.springframework.vault.config |
Spring configuration for Vault.
|
org.springframework.vault.core |
Vault core support.
|
Modifier and Type | Class and Description |
---|---|
class |
AppIdAuthentication
AppId implementation of
ClientAuthentication . |
class |
AppRoleAuthentication
AppRole implementation of
ClientAuthentication . |
class |
AwsEc2Authentication
AWS-EC2 login implementation.
|
class |
AwsIamAuthentication
AWS IAM authentication using signed HTTP requests to query the current identity.
|
class |
ClientCertificateAuthentication
TLS Client Certificate
ClientAuthentication . |
class |
CubbyholeAuthentication
Cubbyhole
ClientAuthentication implementation. |
class |
LoginTokenAdapter
Adapts tokens created by a
ClientAuthentication to a LoginToken . |
class |
TokenAuthentication
Static Token-based
ClientAuthentication method. |
Constructor and Description |
---|
LifecycleAwareSessionManager(ClientAuthentication clientAuthentication,
org.springframework.scheduling.TaskScheduler taskScheduler,
org.springframework.web.client.RestOperations restOperations)
Create a
LifecycleAwareSessionManager given ClientAuthentication ,
AsyncTaskExecutor and RestOperations . |
LifecycleAwareSessionManager(ClientAuthentication clientAuthentication,
org.springframework.scheduling.TaskScheduler taskScheduler,
org.springframework.web.client.RestOperations restOperations,
LifecycleAwareSessionManager.RefreshTrigger refreshTrigger)
Create a
LifecycleAwareSessionManager given ClientAuthentication ,
AsyncTaskExecutor and RestOperations . |
LoginTokenAdapter(ClientAuthentication delegate,
org.springframework.web.client.RestOperations restOperations)
|
SimpleSessionManager(ClientAuthentication clientAuthentication)
Create a new
SimpleSessionManager using a ClientAuthentication . |
Modifier and Type | Method and Description |
---|---|
protected ClientAuthentication |
EnvironmentVaultConfiguration.appIdAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.appRoleAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.awsEc2Authentication() |
abstract ClientAuthentication |
AbstractVaultConfiguration.clientAuthentication()
Annotate with
Bean in case you want to expose a
ClientAuthentication instance to the
ApplicationContext . |
ClientAuthentication |
EnvironmentVaultConfiguration.clientAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.cubbyholeAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.tokenAuthentication() |
Constructor and Description |
---|
VaultTemplate(VaultEndpoint vaultEndpoint,
ClientAuthentication clientAuthentication)
|
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.