Package com.nimbusds.oauth2.sdk.id
Class SoftwareVersion
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.SoftwareVersion
- All Implemented Interfaces:
Serializable
,Comparable<Identifier>
,net.minidev.json.JSONAware
Version identifier for an OAuth 2.0 client software.
Related specifications:
- OAuth 2.0 Dynamic Client Registration Protocol (RFC 7591)
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
Constructor Summary
ConstructorsConstructorDescriptionSoftwareVersion
(String value) Creates a new OAuth 2.0 client software version identifier with the specified value. -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
SoftwareVersion
Creates a new OAuth 2.0 client software version identifier with the specified value.- Parameters:
value
- The software version identifier value. Must not benull
or empty string.
-
-
Method Details
-
equals
- Overrides:
equals
in classIdentifier
-