@Immutable public final class SoftwareID extends Identifier
Related specifications:
DEFAULT_BYTE_LENGTH| Constructor and Description |
|---|
SoftwareID()
Creates a new OAuth 2.0 client software that is a type 4 UUID.
|
SoftwareID(java.lang.String value)
Creates a new OAuth 2.0 client software identifier with the
specified value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
compareTo, getValue, hashCode, toJSONString, toStringpublic SoftwareID(java.lang.String value)
value - The software identifier value. Must not be null
or empty string.public SoftwareID()
public boolean equals(java.lang.Object object)
equals in class IdentifierCopyright © 2016 Connect2id Ltd.. All Rights Reserved.