public class NativeInterfaceManagementInterface<T extends NativeInterfaceManagementInterface<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NativeInterfaceManagementInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
saslProtocol()
The name of the protocol to be passed to the SASL mechanisms used for
authentication.
|
T |
saslProtocol(String value)
The name of the protocol to be passed to the SASL mechanisms used for
authentication.
|
String |
securityRealm()
The security realm to use for the native management interface.
|
T |
securityRealm(String value)
The security realm to use for the native management interface.
|
String |
serverName()
The name of the server used in the initial Remoting exchange and within
the SASL mechanisms.
|
T |
serverName(String value)
The name of the server used in the initial Remoting exchange and within
the SASL mechanisms.
|
String |
socketBinding()
The name of the socket binding configuration to use for the native
management interface's socket.
|
T |
socketBinding(String value)
The name of the socket binding configuration to use for the native
management interface's socket.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String saslProtocol()
public T saslProtocol(String value)
public String securityRealm()
public T securityRealm(String value)
public String serverName()
public T serverName(String value)
public String socketBinding()
Copyright © 2017 JBoss by Red Hat. All rights reserved.