public class ExtensionDescriptor
extends Object
This descriptor contains an extension supported by the authenticator.
-
Constructor Summary
Constructors
-
Method Summary
-
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
-