Class EndpointName

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.op.EndpointName
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class EndpointName extends Identifier
OpenID provider endpoint name, used in specifying the applicable client authentication methods in automatic registration in OpenID Connect Federation 1.0.
See Also:
  • Field Details

    • AR

      public static final EndpointName AR
      Authorisation request (endpoint).
    • PAR

      public static final EndpointName PAR
      Pushed authorisation request (endpoint).
  • Constructor Details

    • EndpointName

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