Uses of Class
org.apache.logging.log4j.core.net.JndiManager
-
Packages that use JndiManager Package Description org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of JndiManager in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return JndiManager Modifier and Type Method Description static JndiManagerJndiManager. getDefaultManager()Gets the default JndiManager using the defaultInitialContext.static JndiManagerJndiManager. getDefaultManager(String name)Gets a named JndiManager using the defaultInitialContext.static JndiManagerJndiManager. getJndiManager(String initialContextFactoryName, String providerURL, String urlPkgPrefixes, String securityPrincipal, String securityCredentials, Properties additionalProperties)Gets a JndiManager with the provided configuration information.static JndiManagerJndiManager. getJndiManager(Properties properties)Gets a JndiManager with the provided configuration information.
-