Class FapiPassThroughFilterChainHeaplet
java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.fapi.FapiGenericHeaplet
org.forgerock.openig.fapi.passthrough.FapiPassThroughFilterChainHeaplet
- All Implemented Interfaces:
Heaplet
Pass-through filter chain for any unprotected Identity Platform endpoints (such as the XUI).
{
"type": "FapiPassThroughFilterChain"
"forwardedHost" : String [REQUIRED - The forwarded host added to the endpoint request. ]
}
{
"name": "fapiPassThroughFilterChain",
"type": "FapiPassThroughFilterChain",
"config": {
"forwardedHost" : "&{as.fqdn}"
}
}
-
Field Summary
FieldsFields inherited from class org.forgerock.openig.fapi.FapiGenericHeaplet
CONFIG_FORWARDED_HOST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.forgerock.openig.fapi.FapiGenericHeaplet
createMethods inherited from class org.forgerock.openig.heap.GenericHeaplet
create, destroy, endpointRegistry, evaluatedWithHeapProperties, expression, getConfig, getHeap, getType, initialBindings, meterRegistryHolder, start
-
Field Details
-
NAME
Public name used by resolver.- See Also:
-
-
Constructor Details
-
FapiPassThroughFilterChainHeaplet
public FapiPassThroughFilterChainHeaplet()Default constructor forFapiPassThroughFilterChainHeaplet.
-
-
Method Details
-
createFilterChain
Description copied from class:FapiGenericHeaplet- Specified by:
createFilterChainin classFapiGenericHeaplet- Returns:
ListofFilter
-