Class Location

All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class Location extends IdentifierWithOptionalURIRepresentation
Location, such as resource server URI.

Related specifications:

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

    • Location

      public Location(URI uri)
      Creates a new location.
      Parameters:
      uri - The location URI. Must not be null.
    • Location

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