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
Nested ClassesModifier and TypeClassDescriptionstatic classCreates and initializes aSystemProxyOptionsin a heap environment. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemProxyOptionsThe only instance ofSystemProxyOptions. - 
Method Summary
Modifier and TypeMethodDescriptionConfigure proxy settings. 
- 
Field Details
- 
INSTANCE
The only instance ofSystemProxyOptions. 
 - 
 - 
Method Details
- 
configure
Description copied from interface:ProxyOptionsConfigure proxy settings.- Specified by:
 configurein interfaceProxyOptions- Parameters:
 options- The options to add proxy configuration into.- Returns:
 - The promise that options have been set.
 
 
 -