Class AccessTokenDeletedEvent
- java.lang.Object
-
- com.atlassian.bamboo.accesstoken.event.AbstractAccessTokenEvent
-
- com.atlassian.bamboo.accesstoken.event.AccessTokenDeletedEvent
-
@AsynchronousPreferred public class AccessTokenDeletedEvent extends AbstractAccessTokenEvent
Occurs when aAccessTokenhas been deleted.- Since:
- 6.10
-
-
Constructor Summary
Constructors Constructor Description AccessTokenDeletedEvent(@NotNull AccessToken accessToken, @NotNull String revokedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRevokedBy()-
Methods inherited from class com.atlassian.bamboo.accesstoken.event.AbstractAccessTokenEvent
getAccessToken
-
-
-
-
Constructor Detail
-
AccessTokenDeletedEvent
public AccessTokenDeletedEvent(@NotNull @NotNull AccessToken accessToken, @NotNull @NotNull String revokedBy)
-
-
Method Detail
-
getRevokedBy
public String getRevokedBy()
- Returns:
- username who returned access token.
-
-