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
AProxyOptions
to use when the system defined proxy must be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemProxyOptions.Heaplet
Creates and initializes aSystemProxyOptions
in a heap environment.
-
Field Summary
Fields Modifier and Type Field Description static SystemProxyOptions
INSTANCE
The 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: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.
-
-