Package org.forgerock.openig.proxy
Class SystemProxyOptions
java.lang.Object
org.forgerock.openig.proxy.SystemProxyOptions
- All Implemented Interfaces:
ProxyOptions
A
ProxyOptions
to use when the system defined proxy must be used.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Creates and initializes aSystemProxyOptions
in a heap environment. -
Field Summary
Modifier and TypeFieldDescriptionstatic final SystemProxyOptions
The only instance ofSystemProxyOptions
. -
Method Summary
Modifier and TypeMethodDescriptionConfigure proxy settings.
-
Field Details
-
INSTANCE
The only instance ofSystemProxyOptions
.
-
-
Method Details
-
configure
Description copied from interface:ProxyOptions
Configure proxy settings.- Specified by:
configure
in interfaceProxyOptions
- Parameters:
options
- The options to add proxy configuration into.- Returns:
- The promise that options have been set.
-