Package com.atlassian.bamboo.security
Class SecureTokenEventListener
- java.lang.Object
-
- com.atlassian.bamboo.security.SecureTokenEventListener
-
public class SecureTokenEventListener extends Object
This implementation responds toBuildFinishedEvent
andChainCompletedEvent
by automatically callingSecureTokenService.invalidate(com.atlassian.bamboo.Key)
-
-
Constructor Summary
Constructors Constructor Description SecureTokenEventListener(SecureTokenService secureTokenService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChainCompletedEvent(ChainCompletedEvent event)
-
-
-
Constructor Detail
-
SecureTokenEventListener
public SecureTokenEventListener(SecureTokenService secureTokenService)
-
-
Method Detail
-
onChainCompletedEvent
@EventListener public void onChainCompletedEvent(ChainCompletedEvent event)
-
-