public static class AuditAccess.AuditAccessResources extends Object
| Constructor and Description | 
|---|
AuditAccessResources()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuditLogLogger | 
auditLogLogger()
The management audit logging top-level resource. 
 | 
FileHandler | 
fileHandler(String key)  | 
List<FileHandler> | 
fileHandlers()
Get the list of FileHandler resources 
 | 
InMemoryHandler | 
inMemoryHandler(String key)  | 
List<InMemoryHandler> | 
inMemoryHandlers()
Get the list of InMemoryHandler resources 
 | 
JsonFormatter | 
jsonFormatter(String key)  | 
List<JsonFormatter> | 
jsonFormatters()
Get the list of JsonFormatter resources 
 | 
PeriodicRotatingFileHandler | 
periodicRotatingFileHandler(String key)  | 
List<PeriodicRotatingFileHandler> | 
periodicRotatingFileHandlers()
Get the list of PeriodicRotatingFileHandler resources 
 | 
SizeRotatingFileHandler | 
sizeRotatingFileHandler(String key)  | 
List<SizeRotatingFileHandler> | 
sizeRotatingFileHandlers()
Get the list of SizeRotatingFileHandler resources 
 | 
SyslogHandler | 
syslogHandler(String key)  | 
List<SyslogHandler> | 
syslogHandlers()
Get the list of SyslogHandler resources 
 | 
public List<PeriodicRotatingFileHandler> periodicRotatingFileHandlers()
public PeriodicRotatingFileHandler periodicRotatingFileHandler(String key)
public List<InMemoryHandler> inMemoryHandlers()
public InMemoryHandler inMemoryHandler(String key)
public List<JsonFormatter> jsonFormatters()
public JsonFormatter jsonFormatter(String key)
public List<FileHandler> fileHandlers()
public FileHandler fileHandler(String key)
public List<SizeRotatingFileHandler> sizeRotatingFileHandlers()
public SizeRotatingFileHandler sizeRotatingFileHandler(String key)
public List<SyslogHandler> syslogHandlers()
public SyslogHandler syslogHandler(String key)
public AuditLogLogger auditLogLogger()
Copyright © 2018 JBoss by Red Hat. All rights reserved.