Class RelyingPartyContextLookupById

java.lang.Object
net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupById
All Implemented Interfaces:
Function<Pair<MultiRelyingPartyContext,String>,RelyingPartyContext>

public class RelyingPartyContextLookupById extends Object implements Function<Pair<MultiRelyingPartyContext,String>,RelyingPartyContext>
A function that returns a RelyingPartyContext based on ID.

If a label is provided, the context will be auto-created if it doesn't already exist.