Package | Description |
---|---|
com.datastax.dse.driver.api.core.auth |
Modifier and Type | Method and Description |
---|---|
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.addSaslProperty(String name,
String value)
Add a SASL property to use when creating the SASL client.
|
static DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.builder() |
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.withAuthorizationId(String authorizationId)
Sets the authorization ID (allows proxy authentication).
|
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.withLoginConfiguration(Configuration loginConfiguration)
Sets a login configuration that will be used to create a
LoginContext . |
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.withLoginConfiguration(Map<String,String> loginConfiguration)
Sets a login configuration that will be used to create a
LoginContext . |
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.withSaslProtocol(String saslProtocol)
Sets the SASL protocol name to use; should match the username of the Kerberos service
principal used by the DSE server.
|
DseGssApiAuthProviderBase.GssApiOptions.Builder |
DseGssApiAuthProviderBase.GssApiOptions.Builder.withSubject(Subject subject)
Sets a previously authenticated subject to reuse.
|
Copyright © 2017–2024. All rights reserved.