@Address(value="/core-service=management/management-interface=native-interface") @Implicit public class NativeInterfaceManagementInterface<T extends NativeInterfaceManagementInterface<T>> extends Object implements Keyed
| 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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="sasl-authentication-factory") public String saslAuthenticationFactory()
public T saslAuthenticationFactory(String value)
@ModelNodeBinding(detypedName="sasl-protocol") public String saslProtocol()
public T saslProtocol(String value)
@ModelNodeBinding(detypedName="security-realm") public String securityRealm()
public T securityRealm(String value)
@ModelNodeBinding(detypedName="server-name") public String serverName()
public T serverName(String value)
@ModelNodeBinding(detypedName="socket-binding") public String socketBinding()
public T socketBinding(String value)
@ModelNodeBinding(detypedName="ssl-context") public String sslContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.