public class SecurityPropertiesBuilder extends Object
| Constructor and Description |
|---|
SecurityPropertiesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
build() |
SecurityPropertiesBuilder |
withSASLJassConfig(String username,
String password) |
SecurityPropertiesBuilder |
withSASLMechanism(String mechanism) |
SecurityPropertiesBuilder |
withSecurityProtocol(SecurityProtocol protocol) |
SecurityPropertiesBuilder |
withSSLKeyPassword(String password) |
SecurityPropertiesBuilder |
withSSLKeystoreLocation(String location) |
SecurityPropertiesBuilder |
withSSLKeystorePassword(String password) |
SecurityPropertiesBuilder |
withSSLTruststoreLocation(String location) |
SecurityPropertiesBuilder |
withSSLTruststorePassword(String password) |
public SecurityPropertiesBuilder withSSLTruststoreLocation(String location)
public SecurityPropertiesBuilder withSSLTruststorePassword(String password)
public SecurityPropertiesBuilder withSSLKeystoreLocation(String location)
public SecurityPropertiesBuilder withSSLKeystorePassword(String password)
public SecurityPropertiesBuilder withSSLKeyPassword(String password)
public SecurityPropertiesBuilder withSASLJassConfig(String username, String password)
public SecurityPropertiesBuilder withSecurityProtocol(SecurityProtocol protocol)
public SecurityPropertiesBuilder withSASLMechanism(String mechanism)
public Properties build() throws RemotingKafkaSecurityException
RemotingKafkaSecurityExceptionCopyright © 2004–2019. All rights reserved.