Class DataType

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.rar.DataType
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class DataType extends Identifier
Data type.

Related specifications:

  • OAuth 2.0 Rich Authorization Requests (RFC 9396)
See Also:
  • Constructor Details

    • DataType

      public DataType(String value)
      Creates a new data type.
      Parameters:
      value - The value. Must not be null.
  • Method Details