public static class JmsAuditEventHandlerConfiguration.JndiConfiguration extends Object
| Constructor and Description |
|---|
JndiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionFactoryName()
Returns the jndi lookup name for the JMS
ConnectionFactory to which messages will be published. |
Map<String,String> |
getContextProperties()
Gets the Jndi
InitialContext properties. |
String |
getTopicName()
Returns the jndi lookup name for the JMS
Topic to which messages will be published. |
void |
setContextProperties(Map<String,String> contextProperties)
Sets the Jndi
InitialContext properties. |
void |
setJmsConnectionFactoryName(String jmsConnectionFactoryName)
Sets the jndi lookup name for the JMS
ConnectionFactory for which the messages will be published on. |
void |
setJmsTopicName(String jmsTopicName)
Sets the jndi lookup name for the JMS
Topic for which the messages will be published on. |
public Map<String,String> getContextProperties()
InitialContext properties.InitialContext properties.public void setContextProperties(Map<String,String> contextProperties)
InitialContext properties.contextProperties - The InitialContext properties.public String getTopicName()
Topic to which messages will be published.
Do not confuse this with Audit Topics.Topic to which messages will be published.InitialContext.lookup(String)public void setJmsTopicName(String jmsTopicName)
Topic for which the messages will be published on.jmsTopicName - The jndi lookup name for the JMS Topic.InitialContext.lookup(String)public String getConnectionFactoryName()
ConnectionFactory to which messages will be published.
Do not confuse this with Audit Topics.ConnectionFactory to which messages will be published.InitialContext.lookup(String)public void setJmsConnectionFactoryName(String jmsConnectionFactoryName)
ConnectionFactory for which the messages will be published on.jmsConnectionFactoryName - The jndi lookup name for the JMS ConnectionFactory.InitialContext.lookup(String)Copyright © 2025 Open Identity Platform Community. All rights reserved.