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
    Modifier and Type
    Field
    Description
    private final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The binding location URI.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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
    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.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • location

      @Nonnull @NotEmpty private final String location
      Deprecated, for removal: This API element is subject to removal in a future version.
      The binding location URI.
  • Constructor Details

    • BindingLocationCriterion

      public BindingLocationCriterion(@Nonnull @NotEmpty String locationUri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      locationUri - the binding location URI
  • Method Details

    • 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.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object