Package com.nimbusds.oauth2.sdk.id
Class AuthorizedParty
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.AuthorizedParty
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Deprecated.
Authorised party.
Use
AuthorizedParty instead.- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizedParty(String value) Deprecated.Creates a new authorised party 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
-
AuthorizedParty
Deprecated.Creates a new authorised party identifier with the specified value.- Parameters:
value- The authorised party value. Must not benullor empty string.
-
-
Method Details
-
equals
Deprecated.- Overrides:
equalsin classIdentifier
-