Uses of Class
com.nimbusds.openid.connect.sdk.op.EndpointName
-
Packages that use EndpointName Package Description com.nimbusds.oauth2.sdk.as OAuth 2.0 Authorisation Server (AS) classes.com.nimbusds.openid.connect.sdk.op 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 EndpointName Modifier and Type Method Description Map<EndpointName,List<ClientAuthenticationMethod>>AuthorizationServerMetadata. getClientRegistrationAuthnMethods()Map<EndpointName,List<ClientAuthenticationMethod>>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 EndpointName Modifier and Type Method Description voidAuthorizationServerMetadata. 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 EndpointName Modifier and Type Field Description static EndpointNameEndpointName. ARDeprecated.static EndpointNameEndpointName. AUTHORIZATIONAuthorisation endpoint.static EndpointNameEndpointName. PARPushed authorisation request endpoint.
-