Package org.opensaml.saml.criterion
Class BindingLocationCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.BindingLocationCriterion
-
- All Implemented Interfaces:
Criterion
@Deprecated(since="4.2.0", forRemoval=true) public final class BindingLocationCriterion extends Object implements Criterion
Deprecated, for removal: This API element is subject to removal in a future version.Criterionrepresenting a SAML binding location.There appears to be no use of this class throughout the library, so it is proposed for removal.
-
-
Constructor Summary
Constructors Constructor Description BindingLocationCriterion(String locationUri)Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated, for removal: This API element is subject to removal in a future version.StringgetLocation()Deprecated, for removal: This API element is subject to removal in a future version.Get the binding location URI.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getLocation
@Nonnull @NotEmpty public String getLocation()
Deprecated, for removal: This API element is subject to removal in a future version.Get the binding location URI.- Returns:
- the binding location URI
-
toString
public String toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-