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 request
authentication methods in automatic registration in OpenID Connect
Federation 1.0.
Related specifications:
- OpenID Connect Federation 1.0 (draft 23).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointName
Deprecated.static final EndpointName
Authorisation endpoint.static final EndpointName
Pushed 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
-
AUTHORIZATION
Authorisation endpoint. -
AR
Deprecated.Authorisation 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:
equals
in classIdentifier
-