| Modifier and Type | Class and Description |
|---|---|
class |
BaseBasicAuthenticationConnectionProvider<C extends DefaultRestConnection>
Base class for
RestConnections that authenticate using Basic mechanism. |
class |
BasicAuthenticationConnectionProvider
Base abstract class that already defines the
Parameter for supporting a
basic authentication connection provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBearerAuthenticationConnectionProvider<C extends BearerRestConnection>
Base class for
RestConnections that authenticate using Bearer mechanism. |
class |
BearerAuthenticationConnectionProvider
Base abstract class that already defines the
Parameter for supporting a
bearer authentication connection provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAuthorizationCodeConnectionProvider<C extends OAuthRestConnection>
Base class for
OAuthRestConnections that authenticate using OAuth with the Authorization Code Grant Type. |
class |
BaseClientCredentialsConnectionProvider<C extends OAuthRestConnection>
Base class for
OAuthRestConnections that authenticate using OAuth with the Authorization Client Credentials. |
Copyright © 2022. All rights reserved.