Class GcDecodeEsbEvents
java.lang.Object
edu.internet2.middleware.grouperClientExt.xmpp.GcDecodeEsbEvents
translate json to esb events
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EsbEventsdecodeEsbEvents(String json) static EsbEventsunencryptEsbEvents(EsbEvents esbEvents) static EsbEventsunencryptEsbEvents(EsbEvents esbEvents, GcEncryptionInterface gcEncryptionInterface, Set<String> keys)
-
Constructor Details
-
GcDecodeEsbEvents
public GcDecodeEsbEvents()
-
-
Method Details
-
decodeEsbEvents
- Parameters:
json-- Returns:
- esb events
-
unencryptEsbEvents
- Parameters:
esbEvents-- Returns:
- esb events
-
unencryptEsbEvents
public static EsbEvents unencryptEsbEvents(EsbEvents esbEvents, GcEncryptionInterface gcEncryptionInterface, Set<String> keys) - Parameters:
esbEvents-gcEncryptionInterface-keys-- Returns:
- esb events
-