public class RelyingPartyContextLookupByLabel extends Object implements com.google.common.base.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 com.google.common.base.Function<MultiRelyingPartyContext,Collection<RelyingPartyContext>>Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.