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 returnsMultiRelyingPartyContext.getCurrentRelyingPartyContext().
-
-
Constructor Summary
Constructors Constructor Description RelyingPartyContextLookupByCurrent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelyingPartyContextapply(MultiRelyingPartyContext input)
-
-
-
Method Detail
-
apply
@Nullable public RelyingPartyContext apply(@Nullable MultiRelyingPartyContext input)
- Specified by:
applyin interfaceFunction<MultiRelyingPartyContext,RelyingPartyContext>
-
-