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 Modifier and Type Field Description private org.slf4j.Logger
log
Logger. -
Constructor Summary
Constructors Constructor Description LibertySSOSEndpointURLStrategy()
-
Method Summary
Modifier and Type Method Description String
apply(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>
-