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.
getIdentification
ResultKey getIdentification()
getAuthenticationToken
SecureToken getAuthenticationToken()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.