@Immutable public final class AuthorizationCode extends Identifier
Related specifications:
DEFAULT_BYTE_LENGTH
Constructor and Description |
---|
AuthorizationCode()
Creates a new authorisation code with a randomly generated 256-bit
(32-byte) value, Base64URL-encoded.
|
AuthorizationCode(int byteLength)
Creates a new authorisation code with a randomly generated value of
the specified byte length, Base64URL-encoded.
|
AuthorizationCode(java.lang.String value)
Creates a new authorisation code with the specified value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Overrides
Object.equals() . |
compareTo, getValue, hashCode, toJSONString, toString
public AuthorizationCode(java.lang.String value)
value
- The code value. Must not be null
or empty
string.public AuthorizationCode(int byteLength)
byteLength
- The byte length of the value to generate. Must be
greater than one.public AuthorizationCode()
public boolean equals(java.lang.Object object)
Identifier
Object.equals()
.equals
in class Identifier
object
- The object to compare to.true
if the objects have the same value, otherwise
false
.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.