public class RelyingPartyContextLookupById extends Object implements com.google.common.base.Function<Pair<MultiRelyingPartyContext,String>,RelyingPartyContext>
RelyingPartyContext based on ID.
If a label is provided, the context will be auto-created if it doesn't already exist.
| Modifier and Type | Field and Description |
|---|---|
private String |
label
Label to use for auto-creation.
|
| Constructor and Description |
|---|
RelyingPartyContextLookupById()
Constructor.
|
RelyingPartyContextLookupById(String theLabel)
Constructor.
|
public RelyingPartyContextLookupById()
public RelyingPartyContextLookupById(@Nonnull@NotEmpty@ParameterName(name="theLabel") String theLabel)
theLabel - indicates context should be created if not present, using this label@Nullable public RelyingPartyContext apply(@Nullable Pair<MultiRelyingPartyContext,String> input)
apply in interface com.google.common.base.Function<Pair<MultiRelyingPartyContext,String>,RelyingPartyContext>Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.