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
OpenID provider endpoint name, used in specifying the applicable client
authentication methods in automatic registration in OpenID Connect
Federation 1.0.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointNameAuthorisation request (endpoint).static final EndpointNamePushed authorisation request (endpoint).Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
AR
Authorisation request (endpoint). -
PAR
Pushed authorisation request (endpoint).
-
-
Constructor Details
-
EndpointName
Creates a new endpoint name.- Parameters:
value- The endpoint name. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-