Class SamlConfig


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

      • 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.