Class JNDIConfigSource

  • All Implemented Interfaces:
    org.eclipse.microprofile.config.spi.ConfigSource

    public class JNDIConfigSource
    extends PayaraConfigSource
    A Configuration source that retrieved a String property from JNDI If the JNDI entry is not a String null is returned.
    Author:
    Steve Millidge (Payara Foundation)