com.dtolabs.rundeck.core.authorization
Class JndiConfigParser

java.lang.Object
  extended by com.dtolabs.rundeck.core.authorization.JndiConfigParser

public class JndiConfigParser
extends java.lang.Object

JndiConfigParser


Field Summary
static java.lang.String JNDI_RESOURCE_FACTORY
           
 
Constructor Summary
protected JndiConfigParser(IPropertyLookup propertyLookup)
           
 
Method Summary
protected  JndiConfig parse()
          Access the supplied Map object to pull out the properties that contain the JNDI config
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_RESOURCE_FACTORY

public static final java.lang.String JNDI_RESOURCE_FACTORY
See Also:
Constant Field Values
Constructor Detail

JndiConfigParser

protected JndiConfigParser(IPropertyLookup propertyLookup)
Method Detail

parse

protected JndiConfig parse()
Access the supplied Map object to pull out the properties that contain the JNDI config

Returns: