Class ExtensionDescriptor

java.lang.Object
com.webauthn4j.metadata.data.statement.ExtensionDescriptor

public class ExtensionDescriptor extends Object
This descriptor contains an extension supported by the authenticator.
  • Constructor Details

    • ExtensionDescriptor

      public ExtensionDescriptor(@NotNull @NotNull String id, @Nullable @Nullable Integer tag, @Nullable @Nullable String data, @NotNull @NotNull Boolean failIfUnknown)
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getTag

      @Nullable public @Nullable Integer getTag()
    • getData

      @Nullable public @Nullable String getData()
    • getFailIfUnknown

      @NotNull public @NotNull Boolean getFailIfUnknown()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object