Configurablepublic class IngressPortBasedResolver extends SaslPropertiesResolver
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
IngressPortBasedResolver() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getServerProperties(java.net.InetAddress clientAddress,
int ingressPort) |
Identify the Sasl Properties to be used for a connection with a client.
|
void |
setConf(Configuration conf) |
Set the configuration to be used by this object.
|
getClientProperties, getClientProperties, getConf, getDefaultProperties, getInstance, getServerPropertiespublic void setConf(Configuration conf)
ConfigurablesetConf in interface ConfigurablesetConf in class SaslPropertiesResolverconf - configuration to be used@VisibleForTesting
public java.util.Map<java.lang.String,java.lang.String> getServerProperties(java.net.InetAddress clientAddress,
int ingressPort)
getServerProperties in class SaslPropertiesResolverclientAddress - client's addressingressPort - the port that the client is connectingCopyright © 2008–2025 Apache Software Foundation. All rights reserved.