public class NativeInterfaceManagementInterface<T extends NativeInterfaceManagementInterface<T>> extends Object
| 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 | 
saslAuthenticationFactory()
The SASL authentication policy to use to secure this interface. 
 | 
T | 
saslAuthenticationFactory(String value)
The SASL authentication policy to use to secure this interface. 
 | 
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 legacy security realm to use for the native management interface. 
 | 
T | 
securityRealm(String value)
The legacy 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. 
 | 
String | 
sslContext()
Reference to the SSLContext to use for this management interface. 
 | 
T | 
sslContext(String value)
Reference to the SSLContext to use for this management interface. 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String saslAuthenticationFactory()
public T saslAuthenticationFactory(String value)
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()
public T socketBinding(String value)
public String sslContext()
Copyright © 2018 JBoss by Red Hat. All rights reserved.