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 |
AuthenticationStepsExecutor
Synchronous executor for
AuthenticationSteps using RestOperations to
login using authentication flows. |
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 |
KubernetesAuthentication
Kubernetes implementation of
ClientAuthentication . |
class |
LoginTokenAdapter
Adapts tokens created by a
ClientAuthentication to a LoginToken . |
class |
TokenAuthentication
Static Token-based
ClientAuthentication method. |
Constructor and Description |
---|
LifecycleAwareSessionManager(ClientAuthentication clientAuthentication,
TaskScheduler taskScheduler,
RestOperations restOperations)
|
LifecycleAwareSessionManager(ClientAuthentication clientAuthentication,
TaskScheduler taskScheduler,
RestOperations restOperations,
LifecycleAwareSessionManagerSupport.RefreshTrigger refreshTrigger)
|
LoginTokenAdapter(ClientAuthentication delegate,
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() |
ClientAuthentication |
EnvironmentVaultConfiguration.clientAuthentication() |
abstract ClientAuthentication |
AbstractVaultConfiguration.clientAuthentication()
Annotate with
Bean in case you want to expose a
ClientAuthentication instance to the
ApplicationContext . |
protected ClientAuthentication |
EnvironmentVaultConfiguration.cubbyholeAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.kubeAuthentication() |
protected ClientAuthentication |
EnvironmentVaultConfiguration.tokenAuthentication() |
Constructor and Description |
---|
VaultTemplate(VaultEndpoint vaultEndpoint,
ClientAuthentication clientAuthentication)
|
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.