| Modifier and Type | Field and Description |
|---|---|
private List<String> |
bindings
The SAML binding URI.
|
| Constructor and Description |
|---|
BindingCriterion(List<String> bindingURIs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getBindings()
Get the SAML binding URI.
|
int |
hashCode() |
String |
toString() |
@Nonnull @NonnullElements private final List<String> bindings
public BindingCriterion(@Nonnull @NonnullElements List<String> bindingURIs)
bindingURIs - list of SAML binding URIs@Nonnull @NonnullElements @Unmodifiable @NotLive public List<String> getBindings()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.