Package | Description |
---|---|
org.springframework.vault.authentication.event |
Support classes for authentication application events.
|
Modifier and Type | Class and Description |
---|---|
class |
AfterLoginEvent
Event published after logging into Vault.
|
class |
AfterLoginTokenRenewedEvent
Event published after renewing a
login token . |
class |
AfterLoginTokenRevocationEvent
Event published after revoking a
login token . |
class |
BeforeLoginTokenRenewedEvent
Event published before renewing a
login token . |
class |
BeforeLoginTokenRevocationEvent
Event published before revoking a
login token . |
class |
LoginTokenExpiredEvent
Event published when dropping an expired
login token . |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationListener.onAuthenticationEvent(AuthenticationEvent leaseEvent)
Callback for a
AuthenticationEvent |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.