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>
A function that returns
RelyingPartyConfiguration.getResponderId(org.opensaml.profile.context.ProfileRequestContext)
() if
available from a RelyingPartyContext
obtained via a lookup function, by default a child of the
ProfileRequestContext
.
A special case applies if an active OverriddenIssuerProfileConfiguration
is in effect, allowing the
profile to override the usual value.
If a specific setting is unavailable, a null value is returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
ResponderIdLookupFunction
public ResponderIdLookupFunction()
-
-
Method Details
-
apply
-