Serialized Form
-
Package org.springframework.vault
-
Exception org.springframework.vault.VaultException
class VaultException extends NestedRuntimeException implements Serializable
-
-
Package org.springframework.vault.authentication
-
Exception org.springframework.vault.authentication.VaultLoginException
class VaultLoginException extends VaultException implements Serializable -
Exception org.springframework.vault.authentication.VaultSessionManagerException
class VaultSessionManagerException extends VaultException implements Serializable -
Exception org.springframework.vault.authentication.VaultTokenLookupException
class VaultTokenLookupException extends VaultException implements Serializable -
Exception org.springframework.vault.authentication.VaultTokenRenewalException
class VaultTokenRenewalException extends VaultSessionManagerException implements Serializable
-
-
Package org.springframework.vault.authentication.event
-
Class org.springframework.vault.authentication.event.AfterLoginEvent
class AfterLoginEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.AfterLoginTokenRenewedEvent
class AfterLoginTokenRenewedEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.AfterLoginTokenRevocationEvent
class AfterLoginTokenRevocationEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.AuthenticationErrorEvent
class AuthenticationErrorEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exception
Throwable exception
-
-
Class org.springframework.vault.authentication.event.AuthenticationEvent
class AuthenticationEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.BeforeLoginTokenRenewedEvent
class BeforeLoginTokenRenewedEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.BeforeLoginTokenRevocationEvent
class BeforeLoginTokenRevocationEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.LoginFailedEvent
class LoginFailedEvent extends AuthenticationErrorEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.LoginTokenExpiredEvent
class LoginTokenExpiredEvent extends AuthenticationEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.LoginTokenRenewalFailedEvent
class LoginTokenRenewalFailedEvent extends AuthenticationErrorEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.authentication.event.LoginTokenRevocationFailedEvent
class LoginTokenRevocationFailedEvent extends AuthenticationErrorEvent implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springframework.vault.client
-
Class org.springframework.vault.client.VaultEndpoint
class VaultEndpoint extends Object implements Serializable-
Serialized Fields
-
host
String host
Vault server host. -
path
String path
Context path of the Vault server. Defaults toVaultEndpoint.API_VERSION
. -
port
int port
Vault server port. -
scheme
String scheme
Protocol scheme. Can be either "http" or "https".
-
-
-
-
Package org.springframework.vault.core
-
Exception org.springframework.vault.core.SecretNotFoundException
class SecretNotFoundException extends VaultException implements Serializable-
Serialized Fields
-
path
String path
-
-
-
-
Package org.springframework.vault.core.env
-
Exception org.springframework.vault.core.env.VaultPropertySourceNotFoundException
class VaultPropertySourceNotFoundException extends VaultException implements Serializable
-
-
Package org.springframework.vault.core.lease.event
-
Class org.springframework.vault.core.lease.event.AfterSecretLeaseRenewedEvent
class AfterSecretLeaseRenewedEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.core.lease.event.AfterSecretLeaseRevocationEvent
class AfterSecretLeaseRevocationEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.core.lease.event.BeforeSecretLeaseRevocationEvent
class BeforeSecretLeaseRevocationEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.core.lease.event.SecretLeaseCreatedEvent
class SecretLeaseCreatedEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.core.lease.event.SecretLeaseErrorEvent
class SecretLeaseErrorEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exception
Throwable exception
-
-
Class org.springframework.vault.core.lease.event.SecretLeaseEvent
class SecretLeaseEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lease
Lease lease
-
-
Class org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent
class SecretLeaseExpiredEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.vault.core.lease.event.SecretLeaseRotatedEvent
class SecretLeaseRotatedEvent extends SecretLeaseCreatedEvent implements Serializable-
Serialized Fields
-
previousLease
Lease previousLease
-
-
-
Class org.springframework.vault.core.lease.event.SecretNotFoundEvent
class SecretNotFoundEvent extends SecretLeaseEvent implements Serializable- serialVersionUID:
- 1L
-