public class RelyingPartyContextLookupById extends Object implements com.google.common.base.Function<net.shibboleth.utilities.java.support.collection.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.
|
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyContext |
apply(net.shibboleth.utilities.java.support.collection.Pair<MultiRelyingPartyContext,String> input) |
public RelyingPartyContextLookupById()
@Nullable public RelyingPartyContext apply(@Nullable net.shibboleth.utilities.java.support.collection.Pair<MultiRelyingPartyContext,String> input)
apply in interface com.google.common.base.Function<net.shibboleth.utilities.java.support.collection.Pair<MultiRelyingPartyContext,String>,RelyingPartyContext>Copyright © 1999–2014. All rights reserved.