Class SamlConfig

java.lang.Object
org.forgerock.openig.handler.saml.SamlConfig

public final class SamlConfig extends Object
A simple container for the key SAML configuration items.
  • Method Details

    • requestUri

      public URI requestUri(Context context, URI requestUri)
      Return the request URI. Either from the UriRouterContext or from the passed URI depending of the config.
      Parameters:
      context - the request context
      requestUri - the request URI which could override the original one.
      Returns:
      the request URI.