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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
completeSamlConfig
(JsonValue config, String logoutUri, org.forgerock.openig.handler.saml.SamlConfig.Builder builder) Deprecated.Permit to complement the SamlConfigSamlConfig.Builder
.protected Object
create
(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, getType, initialBindings, meterRegistryHolder, start
-
Field Details
-
NAME
Deprecated.Public name used by resolver.- See Also:
-
-
Constructor Details
-
SamlFederationHandlerHeaplet
public SamlFederationHandlerHeaplet()Deprecated.
-
-
Method Details
-
completeSamlConfig
protected void completeSamlConfig(JsonValue config, String logoutUri, org.forgerock.openig.handler.saml.SamlConfig.Builder builder) throws HeapException Deprecated.Description copied from class:AbstractSamlFederationHeaplet
Permit to complement the SamlConfigSamlConfig.Builder
.- Specified by:
completeSamlConfig
in classAbstractSamlFederationHeaplet
- Parameters:
config
- the Heaplet configurationlogoutUri
- the logout URIbuilder
- theSamlConfig
builder to complement- Throws:
HeapException
- in case of any error.
-
create
Deprecated.Description copied from class:AbstractSamlFederationHeaplet
Create the final Heap Object.- Specified by:
create
in classAbstractSamlFederationHeaplet
- Parameters:
samlConfig
- the Saml configuration to base this object on.- Returns:
- the final heap object to return.
-
SamlFederationFilterHeaplet
as a replacement