Class SamlFederationHandlerHeaplet
java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.handler.saml.AbstractSamlFederationHeaplet
org.forgerock.openig.handler.saml.SamlFederationHandlerHeaplet
- All Implemented Interfaces:
- Heaplet
@Deprecated(since="2023.4.0")
public final class SamlFederationHandlerHeaplet
extends AbstractSamlFederationHeaplet
Deprecated.
The SAML federation handler.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcompleteSamlConfig(JsonValue config, String logoutUri, org.forgerock.openig.handler.saml.SamlConfig.Builder builder) Deprecated.Permit to complement the SamlConfigSamlConfig.Builder.protected Objectcreate(SamlConfig samlConfig) Deprecated.Create the final Heap Object.Methods inherited from class org.forgerock.openig.handler.saml.AbstractSamlFederationHeapletcreate, defaultFailureHandler, destroyMethods inherited from class org.forgerock.openig.heap.GenericHeapletcreate, endpointRegistry, evaluatedWithHeapProperties, expression, getConfig, getHeap, getType, initialBindings, meterRegistryHolder, start
- 
Field Details- 
NAMEDeprecated.Public name used by resolver.- See Also:
 
 
- 
- 
Constructor Details- 
SamlFederationHandlerHeapletpublic SamlFederationHandlerHeaplet()Deprecated.
 
- 
- 
Method Details- 
completeSamlConfigprotected void completeSamlConfig(JsonValue config, String logoutUri, org.forgerock.openig.handler.saml.SamlConfig.Builder builder) throws HeapException Deprecated.Description copied from class:AbstractSamlFederationHeapletPermit to complement the SamlConfigSamlConfig.Builder.- Specified by:
- completeSamlConfigin class- AbstractSamlFederationHeaplet
- Parameters:
- config- the Heaplet configuration
- logoutUri- the logout URI
- builder- the- SamlConfigbuilder to complement
- Throws:
- HeapException- in case of any error.
 
- 
createDeprecated.Description copied from class:AbstractSamlFederationHeapletCreate the final Heap Object.- Specified by:
- createin class- AbstractSamlFederationHeaplet
- Parameters:
- samlConfig- the Saml configuration to base this object on.
- Returns:
- the final heap object to return.
 
 
- 
SamlFederationFilterHeapletas a replacement