Package com.guinetik.rr.auth
Interface RocketSSL.SSLAware
-
- All Known Implementing Classes:
AbstractOAuth2Strategy,OAuth2AssertionStrategy,OAuth2ClientCredentialsStrategy,OAuth2PasswordStrategy
- Enclosing class:
- RocketSSL
public static interface RocketSSL.SSLAwareInterface for authentication strategies that can be configured with an SSL context. This interface is implemented by strategies that need to make HTTPS requests, such as OAuth2 strategies that need to get tokens from a server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureSsl(SSLContext sslContext)Sets the SSL context to be used for HTTPS requests made by the strategy.
-
-
-
Method Detail
-
configureSsl
void configureSsl(SSLContext sslContext)
Sets the SSL context to be used for HTTPS requests made by the strategy.- Parameters:
sslContext- the SSL context to use
-
-