Class ResponderIdLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<String>
-
- net.shibboleth.idp.profile.context.navigate.ResponderIdLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>,ContextDataLookupFunction<ProfileRequestContext,String>
public class ResponderIdLookupFunction extends AbstractRelyingPartyLookupFunction<String>
A function that returnsRelyingPartyConfiguration.getResponderId(org.opensaml.profile.context.ProfileRequestContext)() if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A special case applies if an active
OverriddenIssuerProfileConfigurationis in effect, allowing the profile to override the usual value.If a specific setting is unavailable, a null value is returned.
-
-
Constructor Summary
Constructors Constructor Description ResponderIdLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
-
-