Class RelyingPartyContextLookupByCurrent
java.lang.Object
net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByCurrent
- All Implemented Interfaces:
Function<MultiRelyingPartyContext,,net.shibboleth.profile.context.RelyingPartyContext> ContextDataLookupFunction<MultiRelyingPartyContext,net.shibboleth.profile.context.RelyingPartyContext>
public class RelyingPartyContextLookupByCurrent
extends Object
implements ContextDataLookupFunction<MultiRelyingPartyContext,net.shibboleth.profile.context.RelyingPartyContext>
A function that returns
MultiRelyingPartyContext.getCurrentRelyingPartyContext().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.shibboleth.profile.context.RelyingPartyContextapply(MultiRelyingPartyContext input)
-
Constructor Details
-
RelyingPartyContextLookupByCurrent
public RelyingPartyContextLookupByCurrent()
-
-
Method Details
-
apply
@Nullable public net.shibboleth.profile.context.RelyingPartyContext apply(@Nullable MultiRelyingPartyContext input) - Specified by:
applyin interfaceFunction<MultiRelyingPartyContext,net.shibboleth.profile.context.RelyingPartyContext>
-