java.lang.Object
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbEvents

public class EsbEvents extends Object
container around esb event
  • Constructor Details

    • EsbEvents

      public EsbEvents()
  • Method Details

    • getEncryptedPayload

      public String getEncryptedPayload()
      this is the encrypted payload which is another entire EsbEvents object
      Returns:
      the encryptedPayload
    • setEncryptedPayload

      public void setEncryptedPayload(String encryptedPayload)
      this is the encrypted payload which is another entire EsbEvents object
      Parameters:
      encryptedPayload - the encryptedPayload to set
    • getEncryptionKeySha1First4

      public String getEncryptionKeySha1First4()
      the encryption key used to encrypt, sha1 that, and take the first 4, this is like a checksum so the receiver knows which key is being used
      Returns:
      the encryptionKeySha1First4
    • setEncryptionKeySha1First4

      public void setEncryptionKeySha1First4(String _encryptionKeySha1First4)
      the encryption key used to encrypt, sha1 that, and take the first 4, this is like a checksum so the receiver knows which key is being used
      Parameters:
      _encryptionKeySha1First4 - the encryptionKeySha1First4 to set
    • isEncrypted

      public boolean isEncrypted()
      if this transmission is encrypted
      Returns:
      the encrypted
    • setEncrypted

      public void setEncrypted(boolean encrypted)
      if this transmission is encrypted
      Parameters:
      encrypted - the encrypted to set
    • getEsbEvent

      public EsbEvent[] getEsbEvent()
      Returns:
      event array
    • setEsbEvent

      public void setEsbEvent(EsbEvent[] esbEvent)
      Parameters:
      esbEvent -
    • addEsbEvent

      public void addEsbEvent(EsbEvent esbEvent)
      Parameters:
      esbEvent -