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 JndiManager
JndiManager. getDefaultManager()
Gets the default JndiManager using the defaultInitialContext
.static JndiManager
JndiManager. getDefaultManager(String name)
Gets a named JndiManager using the defaultInitialContext
.static JndiManager
JndiManager. getJndiManager(String initialContextFactoryName, String providerURL, String urlPkgPrefixes, String securityPrincipal, String securityCredentials, Properties additionalProperties)
Gets a JndiManager with the provided configuration information.static JndiManager
JndiManager. getJndiManager(Properties properties)
Gets a JndiManager with the provided configuration information.
-