Constructor and Description |
---|
AbstractFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo) |
FileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo) |
PeriodicRotatingFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
String suffix,
TimeZone timeZone) |
SizeRotatingFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
long rotateSize,
int maxBackupIndex) |
SyslogAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager) |
Modifier and Type | Field and Description |
---|---|
protected PathManagerService |
PathResourceDefinition.pathManager |
Modifier and Type | Method and Description |
---|---|
PathManagerService |
PathManagerService.getValue() |
Modifier and Type | Method and Description |
---|---|
static PathResourceDefinition |
PathResourceDefinition.createNamed(PathManagerService pathManager) |
static PathResourceDefinition |
PathResourceDefinition.createResolvableSpecified(PathManagerService pathManager) |
static PathResourceDefinition |
PathResourceDefinition.createSpecified(PathManagerService pathManager) |
static PathResourceDefinition |
PathResourceDefinition.createSpecifiedNoServices(PathManagerService pathManager) |
Constructor and Description |
---|
PathAddHandler(PathManagerService pathManager,
boolean services,
SimpleAttributeDefinition pathAttribute)
Create the PathAddHandler
|
PathRemoveHandler(PathManagerService pathManager,
boolean services)
Create the PathRemoveHandler
|
Modifier and Type | Method and Description |
---|---|
void |
DomainController.initializeMasterDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
ExtensionRegistry extensionRegistry,
PathManagerService pathManager) |
void |
DomainController.initializeSlaveDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
LocalHostControllerInfo hostControllerInfo,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
PathManagerService pathManager) |
Constructor and Description |
---|
DomainRootDefinition(DomainController domainController,
HostControllerEnvironment environment,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepo,
HostFileRepository fileRepository,
boolean isMaster,
LocalHostControllerInfo hostControllerInfo,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
PathManagerService pathManager,
DelegatingConfigurableAuthorizer authorizer,
HostRegistrations hostRegistrations,
DomainHostExcludeRegistry domainHostExcludeRegistry,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider) |
Modifier and Type | Method and Description |
---|---|
static SimpleResourceDefinition |
CoreManagementResourceDefinition.forDomainServer(DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
PathManagerService pathManager,
EnvironmentNameReader environmentReader,
BootErrorCollector bootErrorCollector) |
static SimpleResourceDefinition |
CoreManagementResourceDefinition.forHost(DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
PathManagerService pathManager,
EnvironmentNameReader environmentReader,
BootErrorCollector bootErrorCollector,
ResourceDefinition... interfaces) |
static SimpleResourceDefinition |
CoreManagementResourceDefinition.forStandaloneServer(DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
PathManagerService pathManager,
EnvironmentNameReader environmentReader,
BootErrorCollector bootErrorCollector,
ResourceDefinition... interfaces) |
Modifier and Type | Field and Description |
---|---|
protected PathManagerService |
SyslogAuditLogProtocolResourceDefinition.pathManager |
protected PathManagerService |
AuditLogHandlerResourceDefinition.pathManager |
protected PathManagerService |
FileAuditLogHandlerResourceDefinition.FileAuditLogHandlerAddHandler.pathManager |
Modifier and Type | Method and Description |
---|---|
protected AbstractFileAuditLogHandler |
SizeRotatingFileAuditLogHandlerResourceDefinition.SizeRotatingFileAuditLogHandlerAddHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected AbstractFileAuditLogHandler |
SizeRotatingFileAuditLogHandlerResourceDefinition.SizeRotatingHandlerWriteAttributeHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected AbstractFileAuditLogHandler |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.PeriodicRotatingFileAuditLogHandlerAddHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected AbstractFileAuditLogHandler |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.PeriodicRotatingHandlerWriteAttributeHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected AbstractFileAuditLogHandler |
FileAuditLogHandlerResourceDefinition.FileAuditLogHandlerAddHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected AbstractFileAuditLogHandler |
FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler.createHandler(PathManagerService pathManager,
OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
SizeRotatingFileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
protected FileAuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
FileAuditLogHandlerResourceDefinition.getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
Modifier and Type | Class and Description |
---|---|
class |
HostPathManagerService
Service containing the paths for a HC/DC
|
Constructor and Description |
---|
HostResourceDefinition(String hostName,
HostControllerConfigurationPersister configurationPersister,
HostControllerEnvironment environment,
HostRunningModeControl runningModeControl,
HostFileRepository localFileRepository,
LocalHostControllerInfoImpl hostControllerInfo,
ServerInventory serverInventory,
HostFileRepository remoteFileRepository,
ContentRepository contentRepository,
DomainController domainController,
ExtensionRegistry hostExtensionRegistry,
AbstractVaultReader vaultReader,
IgnoredDomainResourceRegistry ignoredRegistry,
ControlledProcessState processState,
PathManagerService pathManager,
DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
BootErrorCollector bootErrorCollector) |
Modifier and Type | Method and Description |
---|---|
static LocalDomainControllerAddHandler |
LocalDomainControllerAddHandler.getInstance(ManagementResourceRegistration rootRegistration,
LocalHostControllerInfoImpl hostControllerInfo,
HostControllerConfigurationPersister overallConfigPersister,
HostFileRepository fileRepository,
ContentRepository contentRepository,
DomainController domainController,
ExtensionRegistry extensionRegistry,
PathManagerService pathManager) |
Constructor and Description |
---|
RemoteDomainControllerAddHandler(ManagementResourceRegistration rootRegistration,
LocalHostControllerInfoImpl hostControllerInfo,
DomainController domainController,
HostControllerConfigurationPersister overallConfigPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
PathManagerService pathManager) |
Constructor and Description |
---|
ServerConfigResourceDefinition(LocalHostControllerInfo hostControllerInfo,
ServerInventory serverInventory,
PathManagerService pathManager,
ControlledProcessState processState,
File domainDataDir)
Creates a ServerConfigResourceDefinition.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerPathManagerService
Service containing the paths for a server
|
Constructor and Description |
---|
ServerRootResourceDefinition(ContentRepository contentRepository,
ExtensibleConfigurationPersister extensibleConfigurationPersister,
ServerEnvironment serverEnvironment,
ControlledProcessState processState,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ExtensionRegistry extensionRegistry,
boolean parallelBoot,
PathManagerService pathManager,
DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater,
DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider,
BootErrorCollector bootErrorCollector,
CapabilityRegistry capabilityRegistry) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.