- CertificateWithPrivateKey - Class in com.scalepoint.oauth_token_client
-
Container for RSA private key and its matching X509 certificate
- CertificateWithPrivateKey(PrivateKey, X509Certificate) - Constructor for class com.scalepoint.oauth_token_client.CertificateWithPrivateKey
-
Create new container for private key and certificate
- ClientCredentials - Interface in com.scalepoint.oauth_token_client
-
OAuth2 client credentials
- ClientCredentialsGrantTokenClient - Class in com.scalepoint.oauth_token_client
-
OAuth2 Token endpoint client with "client_credentials" flow support
Tokens are cached in-memory by default.
- ClientCredentialsGrantTokenClient(String, ClientCredentials) - Constructor for class com.scalepoint.oauth_token_client.ClientCredentialsGrantTokenClient
-
OAuth2 Creates new token client
- ClientCredentialsGrantTokenClient(String, ClientCredentials, TokenCache) - Constructor for class com.scalepoint.oauth_token_client.ClientCredentialsGrantTokenClient
-
OAuth2 Creates new token client
- ClientSecretCredentials - Class in com.scalepoint.oauth_token_client
-
OAuth2 "client_secret" client credentials
- ClientSecretCredentials(String, String) - Constructor for class com.scalepoint.oauth_token_client.ClientSecretCredentials
-
Creates new ClientSecretCredentials
- com.scalepoint.oauth_token_client - package com.scalepoint.oauth_token_client
-
- CustomGrantTokenClient - Class in com.scalepoint.oauth_token_client
-
- CustomGrantTokenClient(String, ClientCredentials, TokenCache) - Constructor for class com.scalepoint.oauth_token_client.CustomGrantTokenClient
-