Class Privilege

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

@Immutable public class Privilege extends Identifier
Privilege.

Related specifications:

  • OAuth 2.0 Rich Authorization Requests (RFC 9396), section 2.2.
See Also:
  • Constructor Details

    • Privilege

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