com.atlassian.bamboo.v2.build.agent.messages
Interface AuthenticableMessage

All Known Implementing Classes:
ArtifactAckMessage, ArtifactRequestMessage

public interface AuthenticableMessage

This interface should be implemented by all messages that require additional (i.e. besides fingerprint) authentication upon reception.


Method Summary
 SecureToken getAuthenticationToken()
           
 PlanResultKey getIdentification()
           
 

Method Detail

getIdentification

PlanResultKey getIdentification()

getAuthenticationToken

SecureToken getAuthenticationToken()


Copyright © 2012 Atlassian. All Rights Reserved.