Class SamlFederationHandler
- java.lang.Object
-
- org.forgerock.openig.handler.saml.SamlFederationHandler
-
- All Implemented Interfaces:
org.forgerock.http.Handler
public class SamlFederationHandler extends Object implements org.forgerock.http.Handler
The SAML federation handler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SamlFederationHandler.Heaplet
Reads the actual federation servlet from the JSON configuration file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.util.promise.Promise<org.forgerock.http.protocol.Response,org.forgerock.util.promise.NeverThrowsException>
handle(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request)
-
-
-
Method Detail
-
handle
public org.forgerock.util.promise.Promise<org.forgerock.http.protocol.Response,org.forgerock.util.promise.NeverThrowsException> handle(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request)
- Specified by:
handle
in interfaceorg.forgerock.http.Handler
-
-