public class ConfigUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENABLE_ADF_SESSION_OPTIONS_PROPERTY |
Constructor and Description |
---|
ConfigUtils() |
Modifier and Type | Method and Description |
---|---|
static SessionOptionsFactory |
findSessionOptionsFactory(ADFContext context)
Returns the SessionOptionsFactory that may was installed.
|
static boolean |
isADFSOEnabled()
Check if ADFSessionOptions is enabled by default for MDSSession creation.
|
static void |
setSessionOptionsFactory(ADFContext context,
SessionOptionsFactory factory)
Installs a SessionOptionsFactory to be used for customization of the SessionOptions.
|
public static final java.lang.String ENABLE_ADF_SESSION_OPTIONS_PROPERTY
public static boolean isADFSOEnabled()
public static SessionOptionsFactory findSessionOptionsFactory(ADFContext context)
context
- public static void setSessionOptionsFactory(ADFContext context, SessionOptionsFactory factory)
context
- factory
-