| Package | Description |
|---|---|
| com.amazon.redshift | |
| com.amazon.redshift.plugin |
| Modifier and Type | Method and Description |
|---|---|
NativeTokenHolder |
INativePlugin.getCredentials() |
static NativeTokenHolder |
NativeTokenHolder.newInstance(String accessToken) |
static NativeTokenHolder |
NativeTokenHolder.newInstance(String accessToken,
Date expiration) |
| Modifier and Type | Method and Description |
|---|---|
protected NativeTokenHolder |
BrowserIdcAuthPlugin.getAuthToken()
Overridden method to obtain the auth token from plugin specific implementation
|
protected abstract NativeTokenHolder |
CommonCredentialsProvider.getAuthToken() |
protected NativeTokenHolder |
IdpTokenAuthPlugin.getAuthToken()
This overridden method needs to return the auth token provided by the client
|
NativeTokenHolder |
BrowserOktaSAMLCredentialsProvider.getCredentials() |
NativeTokenHolder |
CommonCredentialsProvider.getCredentials() |
NativeTokenHolder |
JwtCredentialsProvider.getCredentials() |
protected NativeTokenHolder |
BrowserIdcAuthPlugin.getIdcToken()
Returns the retrieved access token from IdC authorization server
|
protected NativeTokenHolder |
BrowserIdcAuthPlugin.processCreateTokenResult(CreateTokenResult createTokenResult)
Takes a created token result as input and returns an object of type NativeTokenHolder that contains the access token and expiration
|
Copyright © 2024 Amazon.com Inc.. All rights reserved.