Class AccessTokenExpiredEvent
- java.lang.Object
-
- com.atlassian.bamboo.accesstoken.event.AccessTokenExpiredEvent
-
@AsynchronousPreferred public class AccessTokenExpiredEvent extends Object
The token identified as expired.- Since:
- 9.4.0
-
-
Constructor Summary
Constructors Constructor Description AccessTokenExpiredEvent(String tokenId, Date expirationDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getExpirationDate()
String
getTokenId()
-