Class EsbEvents
java.lang.Object
edu.internet2.middleware.grouperClientExt.xmpp.EsbEvents
container around esb event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEsbEvent(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[]booleanif this transmission is encryptedvoidsetEncrypted(boolean encrypted) if this transmission is encryptedvoidsetEncryptedPayload(String encryptedPayload) this is the encrypted payload which is another entire EsbEvents objectvoidsetEncryptionKeySha1First4(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 usedvoidsetEsbEvent(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-
-