Class AutoFailApprovalListener
java.lang.Object
com.tremolosecurity.provisioning.core.UnisonMessageListener
com.tremolosecurity.provisioning.listeners.AutoFailApprovalListener
- All Implemented Interfaces:
jakarta.jms.MessageListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ConfigManager cfg, HashMap<String, Attribute> attributes) void
onMessage
(ConfigManager cfg, Object payload, jakarta.jms.Message msg) Methods inherited from class com.tremolosecurity.provisioning.core.UnisonMessageListener
isEncrypted, onMessage, setListenerSession
-
Constructor Details
-
AutoFailApprovalListener
public AutoFailApprovalListener()
-
-
Method Details
-
onMessage
public void onMessage(ConfigManager cfg, Object payload, jakarta.jms.Message msg) throws ProvisioningException - Specified by:
onMessage
in classUnisonMessageListener
- Throws:
ProvisioningException
-
init
public void init(ConfigManager cfg, HashMap<String, Attribute> attributes) throws ProvisioningException- Specified by:
init
in classUnisonMessageListener
- Throws:
ProvisioningException
-