Uses of Class
com.nimbusds.openid.connect.sdk.op.EndpointName
Packages that use EndpointName
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Provider (OP) classes.
-
Uses of EndpointName in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type EndpointNameModifier and TypeMethodDescriptionAuthorizationServerMetadata.getClientRegistrationAuthnMethods()ReadOnlyAuthorizationServerMetadata.getClientRegistrationAuthnMethods()Gets the supported request authentication methods for automatic OpenID Connect Federation 1.0 client registration.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type EndpointNameModifier and TypeMethodDescriptionvoidAuthorizationServerMetadata.setClientRegistrationAuthnMethods(Map<EndpointName, List<ClientAuthenticationMethod>> methods) Sets the supported request authentication methods for automatic OpenID Connect Federation 1.0 client registration. -
Uses of EndpointName in com.nimbusds.openid.connect.sdk.op
Fields in com.nimbusds.openid.connect.sdk.op declared as EndpointNameModifier and TypeFieldDescriptionstatic final EndpointNameEndpointName.ARDeprecated.static final EndpointNameEndpointName.AUTHORIZATIONAuthorisation endpoint.static final EndpointNameEndpointName.PARPushed authorisation request endpoint.