Interface AuthenticableMessage
-
- All Superinterfaces:
BambooAgentMessage
,Serializable
- All Known Implementing Classes:
ArtifactAckMessage
public interface AuthenticableMessage extends BambooAgentMessage
This interface should be implemented by all messages that require additional (i.e. besides fingerprint) authentication upon reception.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AuthenticableMessage.Identification
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecureToken
getAuthenticationToken()
ResultKey
getIdentification()
-
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
deliver, shouldBeSentDuringHeartAttack
-
-
-
-
Method Detail
-
getIdentification
ResultKey getIdentification()
-
getAuthenticationToken
SecureToken getAuthenticationToken()
-
-