Class SamlConfig
java.lang.Object
org.forgerock.openig.handler.saml.SamlConfig
A simple container for the key SAML configuration items.
-
Method Summary
Modifier and TypeMethodDescriptionrequestUri
(Context context, URI requestUri) Return the request URI.
-
Method Details
-
requestUri
Return the request URI. Either from theUriRouterContext
or from the passed URI depending of the config.- Parameters:
context
- the request contextrequestUri
- the request URI which could override the original one.- Returns:
- the request URI.
-