| AbstractOAuth2Strategy |
Abstract base class for OAuth 2.0 authentication strategies.
|
| AuthStrategyFactory |
|
| BasicAuthStrategy |
Authentication strategy that uses HTTP Basic authentication.
|
| BearerTokenStrategy |
Authentication strategy that uses Bearer token authentication.
|
| NoAuthStrategy |
Authentication strategy that performs no authentication.
|
| OAuth2AssertionStrategy |
Authentication strategy that implements OAuth 2.0 assertion flow.
|
| OAuth2ClientCredentialsStrategy |
Authentication strategy that implements OAuth 2.0 client credentials flow.
|
| OAuth2PasswordStrategy |
Authentication strategy that implements OAuth 2.0 password flow.
|
| RocketSSL |
Utility class for handling SSL (TLS 1.2 and 1.3) certificates and contexts.
|
| RocketSSL.SSLCertificate |
Class representing certificate information.
|