Package com.nimbusds.oauth2.sdk.rar
Class AuthorizationType
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.IdentifierWithOptionalURIRepresentation
com.nimbusds.oauth2.sdk.rar.AuthorizationType
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
OAuth 2.0 Rich Authorisation Request (RAR) detail type.
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
ConstructorsConstructorDescriptionAuthorizationType(String value) Creates a new authorisation type.AuthorizationType(URI uri) Creates a new authorisation type. -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.IdentifierWithOptionalURIRepresentation
getURIMethods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
AuthorizationType
Creates a new authorisation type.- Parameters:
value- The type value. Must not benull.
-
AuthorizationType
Creates a new authorisation type.- Parameters:
uri- The type value as URI. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-