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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Pair<ProfileRequestContext, javax.servlet.http.HttpServletRequest> input)
-
Field Details
-
log
private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
LibertySSOSEndpointURLStrategy
public LibertySSOSEndpointURLStrategy()
-
-
Method Details
-
apply
@Nullable public String apply(@Nullable Pair<ProfileRequestContext, javax.servlet.http.HttpServletRequest> input) - Specified by:
apply
in interfaceFunction<Pair<ProfileRequestContext,
javax.servlet.http.HttpServletRequest>, String>
-