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 Summary
Constructors Constructor Description RelyingPartyContextLookupByCurrent()
-
Method Summary
Modifier and Type Method Description RelyingPartyContext
apply(MultiRelyingPartyContext input)
-
Constructor Details
-
RelyingPartyContextLookupByCurrent
public RelyingPartyContextLookupByCurrent()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MultiRelyingPartyContext,RelyingPartyContext>
-