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.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description LibertySSOSEndpointURLStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(Pair<ProfileRequestContext,javax.servlet.http.HttpServletRequest> input)
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable Pair<ProfileRequestContext,javax.servlet.http.HttpServletRequest> input)
- Specified by:
applyin interfaceFunction<Pair<ProfileRequestContext,javax.servlet.http.HttpServletRequest>,String>
-
-