- Enclosing class:
- AuthorizationClientHelper
public static final class AuthorizationClientHelper.Builder
extends Object
Helps in the creation of an instance of AuthorizationClientHelper.
Initialize the builder and call the following components to complete its construction:
tokenEndpoint - Authorization Service Token Endpoint address
clientIdentifier - Application's client identifier
keyStore - Application's keystore having its private key. The private key is used to sign a JWT (JSON Web Token) on
behalf of the cllent which is then used to authenticate the client with Authorization Service.
trustStore - Application's truststore. This should contain a CA certificate trusted both by the client and the node on
which Authorization Service runs.
- Since:
- 3.2
- Author:
- Avaya