org.wildfly.extras.creaper.commands.auditlog
Class AuditLogging

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.auditlog.AuditLogging

public final class AuditLogging
extends Object

A slightly more convenient way to create commands for Audit Logging. All parameters in this class's methods must be specified.


Nested Class Summary
static class AuditLogging.AuditLogDestinationHandler
           
static class AuditLogging.AuditLogFileHandler
           
static class AuditLogging.AuditLogger
           
static class AuditLogging.AuditLogTcpSyslogHandler
           
static class AuditLogging.AuditLogTlsSyslogHandler
           
static class AuditLogging.AuditLogUdpSyslogHandler
           
 
Method Summary
static AuditLogging.AuditLogger auditLogger()
          Sets whether is AuditLogging enabled and/or which destination handlers will be used.
static AuditLogging.AuditLogDestinationHandler destinationHandler()
          Configures the destinations where should be the auditable events sent to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

destinationHandler

public static AuditLogging.AuditLogDestinationHandler destinationHandler()
Configures the destinations where should be the auditable events sent to.


auditLogger

public static AuditLogging.AuditLogger auditLogger()
Sets whether is AuditLogging enabled and/or which destination handlers will be used.



Copyright © 2016. All rights reserved.