Class Name
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.Name
- All Implemented Interfaces:
Serializable
,Comparable<Identifier>
,net.minidev.json.JSONAware
Name.
Related specifications:
- OpenID Connect for Identity Assurance 1.0, sections 5.1.1.1 and 5.1.1.2.
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
Constructor Summary
-
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
Name
Creates a new name.- Parameters:
value
- The name value. Must not benull
or empty string.
-
-
Method Details
-
equals
- Overrides:
equals
in classIdentifier
-