Class Specification

java.lang.Object
com.yubico.webauthn.meta.Specification

public final class Specification extends Object
Reference to a particular version of a specification document.
  • Method Details

    • getUrl

      public URL getUrl()
      Address to this version of the specification.
    • getLatestVersionUrl

      public URL getLatestVersionUrl()
      Address to the latest version of this specification.
    • getStatus

      public DocumentStatus getStatus()
      An object indicating the status of the specification document.
    • getReleaseDate

      public LocalDate getReleaseDate()
      The release date of the specification document.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object