Package org.forgerock.openig.proxy
Class SystemProxyOptions
- java.lang.Object
 - 
- org.forgerock.openig.proxy.SystemProxyOptions
 
 
- 
- All Implemented Interfaces:
 ProxyOptions
public final class SystemProxyOptions extends Object implements ProxyOptions
AProxyOptionsto use when the system defined proxy must be used. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemProxyOptions.HeapletCreates and initializes aSystemProxyOptionsin a heap environment. 
- 
Field Summary
Fields Modifier and Type Field Description static SystemProxyOptionsINSTANCEThe only instance ofSystemProxyOptions. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Promise<Void,NeverThrowsException>configure(Options options)Configure proxy settings. 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final SystemProxyOptions INSTANCE
The only instance ofSystemProxyOptions. 
 - 
 
- 
Method Detail
- 
configure
public Promise<Void,NeverThrowsException> configure(Options options)
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.
 
 
 - 
 
 -