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 returns
RelyingPartyContext.getRelyingPartyId()
from a
RelyingPartyContext
obtained via a lookup function, by default a child of the ProfileRequestContext
.
If a specific setting is unavailable, a null value is returned.
-
Constructor Summary
Constructors Constructor Description RelyingPartyIdLookupFunction()
-
Method Summary
Modifier and Type Method Description String
apply(ProfileRequestContext input)
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
RelyingPartyIdLookupFunction
public RelyingPartyIdLookupFunction()
-
-
Method Details
-
apply
-