public final class BindingCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion representing an ordered list of SAML bindings.| 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() |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.