Class DecorateDelegatedAssertion.LibertySSOSEndpointURLStrategy

java.lang.Object
net.shibboleth.idp.saml.saml2.profile.delegation.impl.DecorateDelegatedAssertion.LibertySSOSEndpointURLStrategy
All Implemented Interfaces:
Function<Pair<ProfileRequestContext,javax.servlet.http.HttpServletRequest>,String>
Enclosing class:
DecorateDelegatedAssertion

public static class DecorateDelegatedAssertion.LibertySSOSEndpointURLStrategy extends Object implements Function<Pair<ProfileRequestContext,javax.servlet.http.HttpServletRequest>,String>
Strategy that builds the SSOS endpoint URL based on the current HTTP request using default values for scheme, port and URI path suffix.
  • Field Details

    • log

      private org.slf4j.Logger log
      Logger.
  • Constructor Details

    • LibertySSOSEndpointURLStrategy

      public LibertySSOSEndpointURLStrategy()
  • Method Details