@Immutable public final class AMR extends Identifier
amr). It identifies the method
used in authentication.
The AMR is represented by a string or an URI string.
Related specifications:
DEFAULT_BYTE_LENGTH| Constructor and Description |
|---|
AMR(java.lang.String value)
Creates a new Authentication Method Reference (AMR) with the
specified value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Overrides
Object.equals(). |
compareTo, getValue, hashCode, toJSONString, toStringpublic AMR(java.lang.String value)
value - The AMR value. Must not be null.public boolean equals(java.lang.Object object)
IdentifierObject.equals().equals in class Identifierobject - The object to compare to.true if the objects have the same value, otherwise
false.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.