public class ManagementFraction extends ManagementCoreService<ManagementFraction> implements Fraction<ManagementFraction>
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()
Apply whatever defaults are required.
|
static ManagementFraction |
createDefaultFraction() |
ManagementFraction |
enableDefaultAuditAccess() |
ManagementFraction |
httpDisable(boolean httpDisable) |
ManagementFraction |
httpInterfaceManagementInterface()
Configuration of the server's HTTP management interface
|
ManagementFraction |
httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceConsumer consumer)
Configuration of the server's HTTP management interface
|
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, subresources
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyDefaults
public 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()
Fraction
applyDefaults
in interface Fraction<ManagementFraction>
Fraction.applyDefaults(boolean)
public ManagementFraction httpInterfaceManagementInterface()
ManagementCoreService
httpInterfaceManagementInterface
in class ManagementCoreService<ManagementFraction>
public ManagementFraction httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceConsumer consumer)
ManagementCoreService
httpInterfaceManagementInterface
in class ManagementCoreService<ManagementFraction>
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 © 2019 JBoss by Red Hat. All rights reserved.