Package com.nimbusds.oauth2.sdk.rar
Class Location
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.IdentifierWithOptionalURIRepresentation
com.nimbusds.oauth2.sdk.rar.Location
- All Implemented Interfaces:
Serializable
,Comparable<Identifier>
,net.minidev.json.JSONAware
Location, such as resource server URI.
Related specifications:
- OAuth 2.0 Rich Authorization Requests (RFC 9396)
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.IdentifierWithOptionalURIRepresentation
getURI
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
Location
Creates a new location.- Parameters:
uri
- The location URI. Must not benull
.
-
Location
Creates a new location.- Parameters:
value
- The location value. Must not benull
.
-
-
Method Details
-
equals
- Overrides:
equals
in classIdentifier
-