com.atlassian.bamboo.v2.build.agent.messages
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
static class AuthenticableMessage.Identification
           
 
Method Summary
 SecureToken getAuthenticationToken()
           
 ResultKey getIdentification()
           
 
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
deliver
 

Method Detail

getIdentification

ResultKey getIdentification()

getAuthenticationToken

SecureToken getAuthenticationToken()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.