OAuth2AccessTokenProvider instead@Deprecated public interface OAuth2TokenProvider extends ControllerService
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor |
ACCESS_TOKEN_URL
Deprecated.
|
static List<PropertyDescriptor> |
PROPERTIES
Deprecated.
|
static PropertyDescriptor |
SSL_CONTEXT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
getAccessTokenByClientCredentials(String clientId,
String clientSecret)
Deprecated.
|
AccessToken |
getAccessTokenByPassword(String clientId,
String clientSecret,
String username,
String password)
Deprecated.
|
AccessToken |
refreshToken(AccessToken refreshThis)
Deprecated.
|
initialize, isStatefulgetIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validatestatic final PropertyDescriptor SSL_CONTEXT
static final PropertyDescriptor ACCESS_TOKEN_URL
static final List<PropertyDescriptor> PROPERTIES
AccessToken getAccessTokenByPassword(String clientId, String clientSecret, String username, String password) throws AccessTokenAcquisitionException
AccessTokenAcquisitionExceptionAccessToken getAccessTokenByClientCredentials(String clientId, String clientSecret) throws AccessTokenAcquisitionException
AccessTokenAcquisitionExceptionAccessToken refreshToken(AccessToken refreshThis) throws AccessTokenAcquisitionException
AccessTokenAcquisitionExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.