public class RelyingPartyContextLookupByLabel extends Object implements Function<MultiRelyingPartyContext,Collection<RelyingPartyContext>>
RelyingPartyContexts based on a label.| Modifier and Type | Field and Description |
|---|---|
private String |
label
Label to use for auto-creation.
|
| Constructor and Description |
|---|
RelyingPartyContextLookupByLabel(String theLabel)
Constructor.
|
public RelyingPartyContextLookupByLabel(@Nonnull@NotEmpty@ParameterName(name="theLabel") String theLabel)
theLabel - indicates context should be created if not present, using this label@Nullable public Collection<RelyingPartyContext> apply(@Nullable MultiRelyingPartyContext input)
apply in interface Function<MultiRelyingPartyContext,Collection<RelyingPartyContext>>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.