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