Class IdentifierWithOptionalURIRepresentation

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.IdentifierWithOptionalURIRepresentation
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware
Direct Known Subclasses:
AuthorizationType, Location

The base class for representing identifiers with an optional URI representation.

Extending classes must override the Identifier.equals(java.lang.Object) method.

See Also:
  • Constructor Details

  • Method Details

    • getURI

      public URI getURI()
      Returns the URI representation.
      Returns:
      The URI, null if the identifier value cannot be parsed to a URI.