Class Action

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

@Immutable public final class Action extends Identifier
Action.

Related specifications:

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

    • Action

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