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 request authentication methods in automatic registration in OpenID Connect Federation 1.0.

Related specifications:

  • OpenID Connect Federation 1.0
See Also: