public abstract class AuthenticationEvent extends ApplicationEvent
ApplicationEvent
,
Serialized Formsource
Modifier | Constructor and Description |
---|---|
protected |
AuthenticationEvent(VaultToken source)
Create a new
AuthenticationEvent given VaultToken . |
Modifier and Type | Method and Description |
---|---|
VaultToken |
getSource() |
getTimestamp
toString
protected AuthenticationEvent(VaultToken source)
AuthenticationEvent
given VaultToken
.source
- the VaultToken
associated with this event, must not be
null.public VaultToken getSource()
getSource
in class EventObject
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.