Uses of Class
net.shibboleth.idp.profile.context.MultiRelyingPartyContext
-
Packages that use MultiRelyingPartyContext Package Description net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions.net.shibboleth.idp.profile.context.navigate Functions dealing with traversing and extracting data from profile request contexts. -
-
Uses of MultiRelyingPartyContext in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as MultiRelyingPartyContext Modifier and Type Field Description private MultiRelyingPartyContextMultiRelyingPartyContext.RelyingPartyContextIterator. multiCtxOuter ctx.Constructors in net.shibboleth.idp.profile.context with parameters of type MultiRelyingPartyContext Constructor Description RelyingPartyContextIterator(MultiRelyingPartyContext ctx)Constructor. -
Uses of MultiRelyingPartyContext in net.shibboleth.idp.profile.context.navigate
Methods in net.shibboleth.idp.profile.context.navigate with parameters of type MultiRelyingPartyContext Modifier and Type Method Description RelyingPartyContextRelyingPartyContextLookupByCurrent. apply(MultiRelyingPartyContext input)Collection<RelyingPartyContext>RelyingPartyContextLookupByLabel. apply(MultiRelyingPartyContext input)Method parameters in net.shibboleth.idp.profile.context.navigate with type arguments of type MultiRelyingPartyContext Modifier and Type Method Description RelyingPartyContextRelyingPartyContextLookupById. apply(net.shibboleth.utilities.java.support.collection.Pair<MultiRelyingPartyContext,String> input)
-