Class JmsAuditEventHandlerConfiguration.JndiConfiguration

java.lang.Object
org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Enclosing class:
JmsAuditEventHandlerConfiguration

public static class JmsAuditEventHandlerConfiguration.JndiConfiguration extends Object
Stores the JNDI context properties and lookup names.
  • Constructor Details

    • JndiConfiguration

      public JndiConfiguration()
  • Method Details

    • getContextProperties

      public Map<String,String> getContextProperties()
      Gets the Jndi InitialContext properties.
      Returns:
      The InitialContext properties.
    • setContextProperties

      public void setContextProperties(Map<String,String> contextProperties)
      Sets the Jndi InitialContext properties.
      Parameters:
      contextProperties - The InitialContext properties.
    • getTopicName

      public String getTopicName()
      Returns the jndi lookup name for the JMS Topic to which messages will be published. Do not confuse this with Audit Topics.
      Returns:
      The jndi lookup name for the JMS Topic to which messages will be published.
      See Also:
    • setJmsTopicName

      public void setJmsTopicName(String jmsTopicName)
      Sets the jndi lookup name for the JMS Topic for which the messages will be published on.
      Parameters:
      jmsTopicName - The jndi lookup name for the JMS Topic.
      See Also:
    • getConnectionFactoryName

      public String getConnectionFactoryName()
      Returns the jndi lookup name for the JMS ConnectionFactory to which messages will be published. Do not confuse this with Audit Topics.
      Returns:
      The jndi lookup name for the JMS ConnectionFactory to which messages will be published.
      See Also:
    • setJmsConnectionFactoryName

      public void setJmsConnectionFactoryName(String jmsConnectionFactoryName)
      Sets the jndi lookup name for the JMS ConnectionFactory for which the messages will be published on.
      Parameters:
      jmsConnectionFactoryName - The jndi lookup name for the JMS ConnectionFactory.
      See Also: