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 @Immutable public final class AuthorizedParty extends Identifier
Deprecated.Authorised party. UseAuthorizedParty
instead.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
-
Constructor Summary
Constructors Constructor Description AuthorizedParty(String value)
Deprecated.Creates a new authorised party identifier with the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object object)
Deprecated.-
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
-
-
-
Constructor Detail
-
AuthorizedParty
public AuthorizedParty(String value)
Deprecated.Creates a new authorised party identifier with the specified value.- Parameters:
value
- The authorised party value. Must not benull
or empty string.
-
-
Method Detail
-
equals
public boolean equals(Object object)
Deprecated.- Overrides:
equals
in classIdentifier
-
-