Class EsbEvents
java.lang.Object
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbEvents
container around esb event
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEsbEvent
(EsbEvent esbEvent) this is the encrypted payload which is another entire EsbEvents objectthe 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 usedEsbEvent[]
boolean
if this transmission is encryptedvoid
setEncrypted
(boolean encrypted) if this transmission is encryptedvoid
setEncryptedPayload
(String encryptedPayload) this is the encrypted payload which is another entire EsbEvents objectvoid
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 usedvoid
setEsbEvent
(EsbEvent[] esbEvent)
-
Constructor Details
-
EsbEvents
public EsbEvents()
-
-
Method Details
-
getEncryptedPayload
this is the encrypted payload which is another entire EsbEvents object- Returns:
- the encryptedPayload
-
setEncryptedPayload
this is the encrypted payload which is another entire EsbEvents object- Parameters:
encryptedPayload
- the encryptedPayload to set
-
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
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
- Returns:
- event array
-
setEsbEvent
- Parameters:
esbEvent
-
-
addEsbEvent
- Parameters:
esbEvent
-
-