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.
  • Method Details

    • getIdentification

      ResultKey getIdentification()
    • getAuthenticationToken

      SecureToken getAuthenticationToken()