連載形式
パッケージ org.springframework.vault
例外 org.springframework.vault.VaultException
class VaultException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.vault.authentication
例外 org.springframework.vault.authentication.VaultLoginException
class VaultLoginException extends VaultException implements SerializableSE例外 org.springframework.vault.authentication.VaultSessionManagerException
class VaultSessionManagerException extends VaultException implements SerializableSE例外 org.springframework.vault.authentication.VaultTokenLookupException
class VaultTokenLookupException extends VaultException implements SerializableSE例外 org.springframework.vault.authentication.VaultTokenRenewalException
class VaultTokenRenewalException extends VaultSessionManagerException implements SerializableSE
パッケージ org.springframework.vault.authentication.event
クラス org.springframework.vault.authentication.event.AfterLoginEvent
class AfterLoginEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.AfterLoginTokenRenewedEvent
class AfterLoginTokenRenewedEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.AfterLoginTokenRevocationEvent
class AfterLoginTokenRevocationEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.AuthenticationErrorEvent
class AuthenticationErrorEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
exception
ThrowableSE exception
クラス org.springframework.vault.authentication.event.AuthenticationEvent
class AuthenticationEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.BeforeLoginTokenRenewedEvent
class BeforeLoginTokenRenewedEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.BeforeLoginTokenRevocationEvent
class BeforeLoginTokenRevocationEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.LoginFailedEvent
class LoginFailedEvent extends AuthenticationErrorEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.LoginTokenExpiredEvent
class LoginTokenExpiredEvent extends AuthenticationEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.LoginTokenRenewalFailedEvent
class LoginTokenRenewalFailedEvent extends AuthenticationErrorEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.authentication.event.LoginTokenRevocationFailedEvent
class LoginTokenRevocationFailedEvent extends AuthenticationErrorEvent implements SerializableSE- serialVersionUID:
- 1L
パッケージ org.springframework.vault.client
クラス org.springframework.vault.client.VaultEndpoint
class VaultEndpoint extends ObjectSE implements SerializableSESerialized Fields
host
StringSE host
Vault サーバーホスト。path
StringSE path
Vault サーバーのコンテキストパス。デフォルトはVaultEndpoint.API_VERSIONです。port
int port
Vault サーバーポート。scheme
StringSE scheme
プロトコルスキーム。"http" または "https" のいずれかです。
パッケージ org.springframework.vault.core
例外 org.springframework.vault.core.SecretNotFoundException
class SecretNotFoundException extends VaultException implements SerializableSESerialized Fields
path
StringSE path
パッケージ org.springframework.vault.core.env
例外 org.springframework.vault.core.env.VaultPropertySourceNotFoundException
class VaultPropertySourceNotFoundException extends VaultException implements SerializableSE
パッケージ org.springframework.vault.core.lease.event
クラス org.springframework.vault.core.lease.event.AfterSecretLeaseRenewedEvent
class AfterSecretLeaseRenewedEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.core.lease.event.AfterSecretLeaseRevocationEvent
class AfterSecretLeaseRevocationEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.core.lease.event.BeforeSecretLeaseRevocationEvent
class BeforeSecretLeaseRevocationEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.core.lease.event.SecretLeaseCreatedEvent
class SecretLeaseCreatedEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.core.lease.event.SecretLeaseErrorEvent
class SecretLeaseErrorEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
exception
ThrowableSE exception
クラス org.springframework.vault.core.lease.event.SecretLeaseEvent
class SecretLeaseEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
lease
@Nullable Lease lease
クラス org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent
class SecretLeaseExpiredEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.vault.core.lease.event.SecretLeaseRotatedEvent
class SecretLeaseRotatedEvent extends SecretLeaseCreatedEvent implements SerializableSESerialized Fields
previousLease
Lease previousLease
クラス org.springframework.vault.core.lease.event.SecretNotFoundEvent
class SecretNotFoundEvent extends SecretLeaseEvent implements SerializableSE- serialVersionUID:
- 1L