Skip navigation links
C E G H I J N R T 

C

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
 

E

equals(Object) - Method in class com.scalepoint.oauth_token_client.NameValuePair
 
ExpiringToken - Class in com.scalepoint.oauth_token_client
Container for token and its expiration in seconds

G

get(String, TokenSource) - Method in class com.scalepoint.oauth_token_client.InMemoryTokenCache
 
get(String, TokenSource) - Method in class com.scalepoint.oauth_token_client.NoCache
 
get(String, TokenSource) - Method in interface com.scalepoint.oauth_token_client.TokenCache
 
getAmr() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
 
getAmrString() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
 
getCertificate() - Method in class com.scalepoint.oauth_token_client.CertificateWithPrivateKey
 
getCredentialThumbprint() - Method in interface com.scalepoint.oauth_token_client.ClientCredentials
Get client credentials thumbprint value
getCredentialThumbprint() - Method in class com.scalepoint.oauth_token_client.ClientSecretCredentials
 
getCredentialThumbprint() - Method in class com.scalepoint.oauth_token_client.JwtBearerClientAssertionCredentials
 
getExpiresInSeconds() - Method in class com.scalepoint.oauth_token_client.ExpiringToken
 
getGrantType() - Method in class com.scalepoint.oauth_token_client.ClientCredentialsGrantTokenClient
 
getGrantType() - Method in class com.scalepoint.oauth_token_client.CustomGrantTokenClient
 
getGrantType() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantTokenClient
 
getPostParams() - Method in interface com.scalepoint.oauth_token_client.ClientCredentials
Get client credentials token request parameters
getPostParams() - Method in class com.scalepoint.oauth_token_client.ClientSecretCredentials
 
getPostParams() - Method in class com.scalepoint.oauth_token_client.JwtBearerClientAssertionCredentials
 
getPrivateKey() - Method in class com.scalepoint.oauth_token_client.CertificateWithPrivateKey
 
getResource() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
 
getScope() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
 
getTenantId() - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
 
getToken(String...) - Method in class com.scalepoint.oauth_token_client.ClientCredentialsGrantTokenClient
Retrieve access token for the configured "client_id" and specified scopes.
getToken() - Method in class com.scalepoint.oauth_token_client.ExpiringToken
 
getToken(ResourceScopedAccessGrantParameters) - Method in class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantTokenClient
Retrieve access token for the configured "client_id", specified scope and resource
getTokenInternal(List<NameValuePair>, String...) - Method in class com.scalepoint.oauth_token_client.CustomGrantTokenClient
Retrieve access token for the configured "client_id" and specified scopes.

H

hashCode() - Method in class com.scalepoint.oauth_token_client.NameValuePair
 

I

InMemoryTokenCache - Class in com.scalepoint.oauth_token_client
Simple in-memory token cache implementation
InMemoryTokenCache() - Constructor for class com.scalepoint.oauth_token_client.InMemoryTokenCache
Create new in-memory cache instance

J

JwtBearerClientAssertionCredentials - Class in com.scalepoint.oauth_token_client
OAuth2 "client_assertion" client credentials with "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" assertion type
JwtBearerClientAssertionCredentials(String, String, CertificateWithPrivateKey) - Constructor for class com.scalepoint.oauth_token_client.JwtBearerClientAssertionCredentials
Creates new JwtBearerClientAssertionCredentials

N

NameValuePair - Class in com.scalepoint.oauth_token_client
Name value pair
NameValuePair(String, String) - Constructor for class com.scalepoint.oauth_token_client.NameValuePair
 
NoCache - Class in com.scalepoint.oauth_token_client
No-cache token cache implementation
NoCache() - Constructor for class com.scalepoint.oauth_token_client.NoCache
 

R

ResourceScopedAccessGrantParameters - Class in com.scalepoint.oauth_token_client
OAuth2 Token endpoint parameters for urn:scalepoint:params:oauth:grant-type:resource-scoped-access grant.
ResourceScopedAccessGrantParameters(String, String) - Constructor for class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
Creates new ResourceScopedAccessGrantParameters
ResourceScopedAccessGrantParameters(String, String, String, String[]) - Constructor for class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters
Creates new ResourceScopedAccessGrantParameters
ResourceScopedAccessGrantTokenClient - Class in com.scalepoint.oauth_token_client
OAuth2 Token endpoint client for urn:scalepoint:params:oauth:grant-type:resource-scoped-access grant.
ResourceScopedAccessGrantTokenClient(String, ClientCredentials) - Constructor for class com.scalepoint.oauth_token_client.ResourceScopedAccessGrantTokenClient
 

T

TokenCache - Interface in com.scalepoint.oauth_token_client
Read-through cache for access tokens
C E G H I J N R T 
Skip navigation links

Copyright © 2016 Scalepoint Technologies Ltd.. All rights reserved.