public class ManagementFraction extends org.wildfly.swarm.config.ManagementCoreService<ManagementFraction> implements org.wildfly.swarm.spi.api.Fraction<ManagementFraction>
org.wildfly.swarm.config.ManagementCoreService.ManagementCoreServiceResourcesAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ManagementFraction() |
| Modifier and Type | Method and Description |
|---|---|
ManagementFraction |
applyDefaults() |
static ManagementFraction |
createDefaultFraction() |
ManagementFraction |
httpDisable(boolean httpDisable) |
ManagementFraction |
httpInterfaceManagementInterface() |
ManagementFraction |
httpInterfaceManagementInterface(org.wildfly.swarm.config.management.HTTPInterfaceManagementInterfaceConsumer consumer) |
int |
httpPort() |
ManagementFraction |
httpPort(int port) |
int |
httpsPort() |
ManagementFraction |
httpsPort(int port) |
boolean |
isHttpDisable() |
void |
postConstruct() |
ManagementFraction |
securityRealm(String childKey,
EnhancedSecurityRealmConsumer consumer) |
addPropertyChangeListener, auditAccess, auditAccess, auditAccess, auditAccess, authorizationAccess, authorizationAccess, authorizationAccess, authorizationAccess, configurationChangesService, configurationChangesService, configurationChangesService, configurationChangesService, getKey, httpInterfaceManagementInterface, httpInterfaceManagementInterface, ldapConnection, ldapConnection, ldapConnection, ldapConnection, ldapConnections, managementOperationsService, managementOperationsService, managementOperationsService, managementOperationsService, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, removePropertyChangeListener, securityRealm, securityRealm, securityRealm, securityRealm, securityRealms, subresourcesclear, 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 static ManagementFraction createDefaultFraction()
@PostConstruct public void postConstruct()
public ManagementFraction applyDefaults()
applyDefaults in interface org.wildfly.swarm.spi.api.Fraction<ManagementFraction>public ManagementFraction httpInterfaceManagementInterface()
public ManagementFraction httpInterfaceManagementInterface(org.wildfly.swarm.config.management.HTTPInterfaceManagementInterfaceConsumer consumer)
public ManagementFraction securityRealm(String childKey, EnhancedSecurityRealmConsumer consumer)
public ManagementFraction httpPort(int port)
public int httpPort()
public ManagementFraction httpsPort(int port)
public int httpsPort()
public ManagementFraction httpDisable(boolean httpDisable)
public boolean isHttpDisable()
Copyright © 2017 JBoss by Red Hat. All rights reserved.