Uses of Class
com.nimbusds.openid.connect.sdk.op.EndpointName
Packages that use EndpointName
-
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.ARAuthorisation request (endpoint).static final EndpointNameEndpointName.PARPushed authorisation request (endpoint).Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type EndpointNameModifier and TypeMethodDescriptionOIDCProviderMetadata.getClientRegistrationAuthnMethods()ReadOnlyOIDCProviderMetadata.getClientRegistrationAuthnMethods()Gets the supported client authentication methods for automatic federation client registration.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type EndpointNameModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setClientRegistrationAuthnMethods(Map<EndpointName, List<ClientAuthenticationMethod>> methods) Sets the supported client authentication methods for automatic federation client registration.