Class RelyingPartyContextLookupByCurrent
java.lang.Object
net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByCurrent
- All Implemented Interfaces:
Function<MultiRelyingPartyContext,
,RelyingPartyContext> ContextDataLookupFunction<MultiRelyingPartyContext,
RelyingPartyContext>
public class RelyingPartyContextLookupByCurrent
extends Object
implements ContextDataLookupFunction<MultiRelyingPartyContext,RelyingPartyContext>
A function that returns
MultiRelyingPartyContext.getCurrentRelyingPartyContext()
.-
Constructor Details
-
RelyingPartyContextLookupByCurrent
public RelyingPartyContextLookupByCurrent()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MultiRelyingPartyContext,
RelyingPartyContext>
-