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.in 2023.4.0, useSamlFederationFilterHeapletas a replacementThe SAML federation handler. 
- 
- 
Constructor Summary
Constructors Constructor Description SamlFederationHandlerHeaplet()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected 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.AbstractSamlFederationHeaplet
create, defaultFailureHandler, destroy 
- 
Methods inherited from class org.forgerock.openig.heap.GenericHeaplet
create, endpointRegistry, evaluatedWithHeapProperties, expression, getConfig, getHeap, getSecretService, getSecretsProvider, getType, initialBindings, meterRegistryHolder, start 
 - 
 
 - 
 
- 
- 
Method Detail
- 
completeSamlConfig
protected 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 classAbstractSamlFederationHeaplet- Parameters:
 config- the Heaplet configurationlogoutUri- the logout URIbuilder- theSamlConfigbuilder to complement- Throws:
 HeapException- in case of any error.
 
- 
create
protected Object create(SamlConfig samlConfig)
Deprecated.Description copied from class:AbstractSamlFederationHeapletCreate the final Heap Object.- Specified by:
 createin classAbstractSamlFederationHeaplet- Parameters:
 samlConfig- the Saml configuration to base this object on.- Returns:
 - the final heap object to return.
 
 
 - 
 
 -