Uses of Class
com.nimbusds.oauth2.sdk.auth.TLSClientAuthentication
Packages that use TLSClientAuthentication
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
-
Uses of TLSClientAuthentication in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TLSClientAuthenticationModifier and TypeMethodDescriptionRequestObjectPOSTRequest.getTLSClientAuthentication()
Deprecated.Returns the mutual TLS client authentication.Constructors in com.nimbusds.oauth2.sdk with parameters of type TLSClientAuthenticationModifierConstructorDescriptionRequestObjectPOSTRequest
(URI endpoint, TLSClientAuthentication tlsClientAuth, net.minidev.json.JSONObject requestJSONObject) Deprecated.Creates a new request object POST request where the parameters are submitted as plain JSON object, and the client authenticates by means of mutual TLS. -
Uses of TLSClientAuthentication in com.nimbusds.oauth2.sdk.auth
Subclasses of TLSClientAuthentication in com.nimbusds.oauth2.sdk.authModifier and TypeClassDescriptionclass
PKI mutual TLS client authentication at the Token endpoint.class
Self-signed certificate mutual TLS client authentication at the Token endpoint.