Class RelyingPartyContextLookupByLabel
java.lang.Object
net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByLabel
- All Implemented Interfaces:
Function<MultiRelyingPartyContext,
Collection<RelyingPartyContext>>
public class RelyingPartyContextLookupByLabel
extends Object
implements Function<MultiRelyingPartyContext,Collection<RelyingPartyContext>>
A function that returns a collection of
RelyingPartyContext
s based on a label.-
Field Details
-
label
Label to use for auto-creation.
-
-
Constructor Details
-
RelyingPartyContextLookupByLabel
public RelyingPartyContextLookupByLabel(@Nonnull @NotEmpty @ParameterName(name="theLabel") String theLabel) Constructor.- Parameters:
theLabel
- indicates context should be created if not present, using this label
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MultiRelyingPartyContext,
Collection<RelyingPartyContext>>
-