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

      Constructors 
      Constructor Description
      BindingLocationCriterion​(String locationUri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
    • Field Detail

      • 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 Detail

      • 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 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.
        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