Package org.opensaml.saml.criterion
Class BindingCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.BindingCriterion
-
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.resolver.Criterion
public final class BindingCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterionrepresenting an ordered list of SAML bindings.
-
-
Constructor Summary
Constructors Constructor Description BindingCriterion(List<String> bindingURIs)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getBindings()Get the SAML binding URI.inthashCode()StringtoString()
-