public class ManagementFraction extends org.wildfly.swarm.config.ManagementCoreService<ManagementFraction> implements org.wildfly.swarm.spi.api.Fraction<ManagementFraction>
org.wildfly.swarm.config.ManagementCoreService.ManagementCoreServiceResources| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIT_LOG_FILE |
static String |
FILE_HANDLER |
static String |
JSON_FORMATTER |
| Constructor and Description |
|---|
ManagementFraction() |
| Modifier and Type | Method and Description |
|---|---|
ManagementFraction |
applyDefaults() |
static ManagementFraction |
createDefaultFraction() |
ManagementFraction |
enableDefaultAuditAccess() |
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, identityAccess, identityAccess, identityAccess, identityAccess, ldapConnection, ldapConnection, ldapConnection, ldapConnection, ldapConnections, managementOperationsService, managementOperationsService, managementOperationsService, managementOperationsService, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, nativeRemotingInterfaceManagementInterface, removePropertyChangeListener, securityRealm, securityRealm, securityRealm, securityRealm, securityRealms, subresourcesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDefaultspublic static final String JSON_FORMATTER
public static final String AUDIT_LOG_FILE
public static final String FILE_HANDLER
public 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()
public ManagementFraction enableDefaultAuditAccess()
Copyright © 2018 JBoss by Red Hat. All rights reserved.