public interface WildflyProviderConfig extends ProviderConfig
ProviderConfig
Modifier and Type | Field and Description |
---|---|
static String |
HOST
Standard attribute name for setting the host configuration.
|
static String |
MANAGEMENT_PORT
Standard attribute name for setting the management port.
|
static String |
PORT
Standard attribute name for setting the host port.
|
static String |
WILDFLY_PASSWORD
Standard attribute name for setting the wildfly user password.
|
static String |
WILDFLY_USER
Standard attribute name for setting the wildfly user name.
|
PROVIDER_NAME
Modifier and Type | Method and Description |
---|---|
default String |
getHost()
Get the Provider Host IP address
|
default String |
getManagementPort()
Get the Provider Management Port
|
default String |
getName()
Get the Provider name
|
default String |
getPassword()
Get the Provider password
|
default String |
getPort()
Get the Provider Host Port
|
default String |
getUser()
Get the Provider user name
|
static final String HOST
static final String PORT
static final String MANAGEMENT_PORT
static final String WILDFLY_USER
static final String WILDFLY_PASSWORD
default String getName()
default String getHost()
default String getPort()
default String getManagementPort()
default String getUser()
default String getPassword()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.