| Package | Description |
|---|---|
| com.authlete.common.api |
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory). |
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationResponse |
AuthleteApi.backchannelAuthentication(BackchannelAuthenticationRequest request)
Call Authlete's
/api/backchannel/authentication API. |
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientCertificate(String certificate)
Set the client certificate used in the TLS connection between the
client application and the backchannel authentication endpoint of the
OpenID provider.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientCertificatePath(String[] path)
Set the client certificate path presented by the client during client
authentication.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientId(String clientId)
Set the client ID extracted from
Authorization header of the
backchannel authentication request from the client application. |
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientSecret(String clientSecret)
Set the client secret extracted from
Authorization header of
the backchannel authentication request from the client application. |
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setParameters(Map<String,String[]> parameters)
Set the value of
parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application. |
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setParameters(String parameters)
Set the value of
parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application. |
Copyright © 2019. All rights reserved.