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.
Criterion
representing a SAML binding location.
There appears to be no use of this class throughout the library, so it is proposed for removal.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBindingLocationCriterion
(String locationUri) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Get the binding location URI.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
location
Deprecated, for removal: This API element is subject to removal in a future version.The binding location URI.
-
-
Constructor Details
-
BindingLocationCriterion
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
locationUri
- the binding location URI
-
-
Method Details
-
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
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. -
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-