public class WebAppEnv
extends java.lang.Object
Constructor and Description |
---|
WebAppEnv() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getEnvEntryValue(java.lang.String envEntryName)
Returns an environment entry value for the given
environment entry.
|
static boolean |
useAppServerSecurity()
Returns whether the Web Application is enabled to
use Application Server security or not.
|
public static java.lang.String getEnvEntryValue(java.lang.String envEntryName)
envEntryName
- an environment entry namepublic static boolean useAppServerSecurity()