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 ofRelyingPartyContexts based on a label.
-
-
Constructor Summary
Constructors Constructor Description RelyingPartyContextLookupByLabel(String theLabel)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<RelyingPartyContext>apply(MultiRelyingPartyContext input)
-
-
-
Field Detail
-
label
@Nullable private final String label
Label to use for auto-creation.
-
-
Constructor Detail
-
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 Detail
-
apply
@Nullable public Collection<RelyingPartyContext> apply(@Nullable MultiRelyingPartyContext input)
- Specified by:
applyin interfaceFunction<MultiRelyingPartyContext,Collection<RelyingPartyContext>>
-
-