Class RelyingPartyIdLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<String>
-
- net.shibboleth.idp.profile.context.navigate.RelyingPartyIdLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>,ContextDataLookupFunction<ProfileRequestContext,String>
public class RelyingPartyIdLookupFunction extends AbstractRelyingPartyLookupFunction<String>
A function that returnsRelyingPartyContext.getRelyingPartyId()from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, a null value is returned.
-
-
Constructor Summary
Constructors Constructor Description RelyingPartyIdLookupFunction()
-
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)
-
-