Skip navigation links
A B C D E F G H I J L M N O P R S T U V Z 

A

AbstractEventLogger - Class in org.apache.logging.log4j.audit
This class is used to log events generated remotely.
AbstractEventLogger() - Constructor for class org.apache.logging.log4j.audit.AbstractEventLogger
 
AbstractEventLogger(int) - Constructor for class org.apache.logging.log4j.audit.AbstractEventLogger
 
AccessorDefinition - Class in org.apache.logging.log4j.audit.generator
 
AccessorDefinition(String, String) - Constructor for class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
AccessorDefinition(String, String, String, String) - Constructor for class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
AccessorDefinition.StandardGetter - Class in org.apache.logging.log4j.audit.generator
 
AccessorDefinition.StandardSetter - Class in org.apache.logging.log4j.audit.generator
 
ActivityLogger - Class in org.apache.logging.log4j.audit
 
ActivityLogger() - Constructor for class org.apache.logging.log4j.audit.ActivityLogger
 
ActivityLogger(int) - Constructor for class org.apache.logging.log4j.audit.ActivityLogger
 
addBean(ClassGenerator) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
addBean(ClassGenerator, boolean, boolean, boolean) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
addBeanMethods(AccessorDefinition) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
addConstructor(ConstructorDefinition) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
addContent(String, StructuredDataMessage) - Method in class org.apache.logging.log4j.audit.AuditMessage
 
addEntry(Map<String, Map<String, CatalogManagerImpl.CatalogInfo>>, Event) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
addLocalVariable(VariableDefinition) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
addMethod(MethodDefinition) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
addParameter(Parameter) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
addSingelton(String, List<String>) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.apache.logging.log4j.audit.rest.RequestContextHandlerInterceptor
 
attributeMap - Variable in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
AuditDto - Class in org.apache.logging.log4j.audit.dto
Container for Audit Event data.
AuditDto() - Constructor for class org.apache.logging.log4j.audit.dto.AuditDto
 
AuditEvent - Interface in org.apache.logging.log4j.audit
Interface that is extended by generated classes.
AuditException - Exception in org.apache.logging.log4j.audit.exception
 
AuditException(String) - Constructor for exception org.apache.logging.log4j.audit.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.apache.logging.log4j.audit.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.apache.logging.log4j.audit.exception.AuditException
 
AuditExceptionHandler - Interface in org.apache.logging.log4j.audit
Handles any exceptions that may occur while logging the audit event.
AuditLayout - Class in org.apache.logging.log4j.audit.layout
 
AuditLayout() - Constructor for class org.apache.logging.log4j.audit.layout.AuditLayout
 
AuditLogger - Class in org.apache.logging.log4j.audit
 
AuditLogger() - Constructor for class org.apache.logging.log4j.audit.AuditLogger
 
AuditLogger(int) - Constructor for class org.apache.logging.log4j.audit.AuditLogger
 
AuditMessage - Class in org.apache.logging.log4j.audit
 
AuditMessage(String) - Constructor for class org.apache.logging.log4j.audit.AuditMessage
 
AuditMessage(String, int) - Constructor for class org.apache.logging.log4j.audit.AuditMessage
 

B

beanMethods - Variable in class org.apache.logging.log4j.audit.generator.ClassGenerator
 

C

catalogData - Variable in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
CatalogInfo() - Constructor for class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl.CatalogInfo
 
catalogManager - Variable in class org.apache.logging.log4j.audit.AbstractEventLogger
 
CatalogManager - Interface in org.apache.logging.log4j.audit.catalog
 
CatalogManagerImpl - Class in org.apache.logging.log4j.audit.catalog
 
CatalogManagerImpl(CatalogReader) - Constructor for class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
CatalogManagerImpl.CatalogInfo - Class in org.apache.logging.log4j.audit.catalog
 
Chained - Annotation Type in org.apache.logging.log4j.audit.annotation
 
ChainedMapping - Class in org.apache.logging.log4j.audit.request
Represents the mapping of a RequestContextMapping variable that is propagated from the client to the server with as a new variable name.
ChainedMapping(String, String, Supplier<String>) - Constructor for class org.apache.logging.log4j.audit.request.ChainedMapping
 
ChainedSupplier - Annotation Type in org.apache.logging.log4j.audit.annotation
 
ClassGenerator - Class in org.apache.logging.log4j.audit.generator
Generates the Classes and Interfaces for Audit Logging based on data in the Catalog.
ClassGenerator(String, String) - Constructor for class org.apache.logging.log4j.audit.generator.ClassGenerator
 
ClientServer - Annotation Type in org.apache.logging.log4j.audit.annotation
 
ClientServerMapping - Class in org.apache.logging.log4j.audit.request
Represents the mapping of a RequestContextMapping variable that should be propogated from client to server.
ClientServerMapping(String) - Constructor for class org.apache.logging.log4j.audit.request.ClientServerMapping
 
compareTo(ConstructorDefinition) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
compareTo(MethodDefinition) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
compareTo(VariableDefinition) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
Constants - Class in org.apache.logging.log4j.audit.generator
 
Constants() - Constructor for class org.apache.logging.log4j.audit.generator.Constants
 
Constraint - Annotation Type in org.apache.logging.log4j.audit.annotation
 
Constraints - Annotation Type in org.apache.logging.log4j.audit.annotation
Container for Constraints.
ConstraintValidationException - Exception in org.apache.logging.log4j.audit.exception
 
ConstraintValidationException(String) - Constructor for exception org.apache.logging.log4j.audit.exception.ConstraintValidationException
 
ConstraintValidationException(Throwable) - Constructor for exception org.apache.logging.log4j.audit.exception.ConstraintValidationException
 
ConstraintValidationException(String, Throwable) - Constructor for exception org.apache.logging.log4j.audit.exception.ConstraintValidationException
 
ConstructorDefinition - Class in org.apache.logging.log4j.audit.generator
 
ConstructorDefinition(String) - Constructor for class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
createMapper() - Static method in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
Create an ObjectMapper using the standard LocalDateTime format.

D

destroy() - Method in class org.apache.logging.log4j.audit.rest.RequestContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.logging.log4j.audit.rest.RequestContextFilter
Manages the initialization and clearing of the RequestContext.

E

ElapsedUtil - Class in org.apache.logging.log4j.audit.rest
 
ElapsedUtil() - Constructor for class org.apache.logging.log4j.audit.rest.ElapsedUtil
 

F

filterContent(String, String, String) - Static method in class org.apache.logging.log4j.audit.util.StringUtil
 

G

generate() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
generateSource() - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
getAccessorName(String, String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getAnnotation() - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
getAnnotation() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getAnnotation() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
getAnnotations() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getAttribute(String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttribute(String, String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttribute(String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getAttribute(String, String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getAttributeNames(String) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
getAttributeNames(String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttributeNames(String, String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttributeNames(String, String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getAttributes(String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttributes(String, String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getAttributes(String, String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getBeanMethods() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getCatalogId() - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Get the Catalog id.
getCatalogReader() - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
getChainKey() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 
getClassContents() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getClassName() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getClassName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getCode() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
Code is not resolved and is just injected straight into the main code block of the respective class
getContent() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
getContent() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getDescription() - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
getEvent(String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getEvent(String, String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getEvent(String, String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getEvent(Class<T>) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
Constructs an Event object from its interface.
getEventName() - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Get the name of the event.
getExceptions() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
getExceptions() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getFieldName() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 
getFieldName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getGetterName(String, String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getHeaderPrefix() - Method in class org.apache.logging.log4j.audit.request.RequestContextMappings
 
getImplements() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getImports() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getInfoMap() - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getInitialValue() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
getJavadocComment() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getJavadocComments() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getMapping(String) - Method in class org.apache.logging.log4j.audit.request.RequestContextMappings
 
getMappingByHeader(String) - Method in class org.apache.logging.log4j.audit.request.RequestContextMappings
 
getMethodDefinitions() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getMethodShortName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getMutatorName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getName() - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
getName() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
getName() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getName() - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
getName() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
getOutputDirectory() - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
getPackageName() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getPackageName() - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
getPackageName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getParameters() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
getParameters() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getParentClassName() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getProperties() - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Gets the Map of properties for this event.
getPropertyNames(String) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
 
getRequestContextAttributes() - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getRequestContextAttributes() - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getRequestContextMap() - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Returns the RequestContext data map.
getRequiredContextAttributes(String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getRequiredContextAttributes(String, String) - Method in interface org.apache.logging.log4j.audit.catalog.CatalogManager
 
getRequiredContextAttributes(String, String) - Method in class org.apache.logging.log4j.audit.catalog.CatalogManagerImpl
 
getReturnType() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getScope() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 
getSetterName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getSimpleName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
getStandardSingleton(String, String, List<String>) - Static method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getSupplier() - Method in class org.apache.logging.log4j.audit.request.ChainedMapping
 
getType() - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
getType() - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
getType() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
getTypeStatement() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getVariableDefinitions() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getVisability() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
getVisability() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
getVisability() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
getVisability() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 

H

handleException(StructuredDataMessage, Throwable) - Method in interface org.apache.logging.log4j.audit.AuditExceptionHandler
Handles Exceptions that occur while audit logging.
HeaderPrefix - Annotation Type in org.apache.logging.log4j.audit.annotation
 

I

init(FilterConfig) - Method in class org.apache.logging.log4j.audit.rest.RequestContextFilter
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.apache.logging.log4j.audit.rest.RequestContextHeaderInterceptor
 
InterfacesGenerator - Class in org.apache.logging.log4j.audit.generator
 
InterfacesGenerator() - Constructor for class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
isAbstract() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
isAbstract() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
isChained() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 
isClass() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
isCreateGetter() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
isCreateSetter() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
isFinal() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
isFinal() - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
isInterface() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
isLocal() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 
isMakeFinal() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
isMakeStatic() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
isStatic() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 

J

JsonObjectMapperFactory - Class in org.apache.logging.log4j.audit.util
Extends Jackson ObjectMapper to support Java LocalDateTime.

L

Local - Annotation Type in org.apache.logging.log4j.audit.annotation
 
LOCAL_DATE_FORMAT - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
Date/Time format.
LOCAL_DATE_FORMATTER - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
LocalDateTime formatter that converts to and from a format usable in REST requests.
LOCAL_DATE_TIME_FORMAT - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
Date/Time format.
LOCAL_DATE_TIME_FORMATTER - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
LocalDateTime formatter that converts to and from a format usable in REST requests.
LocalMapping - Class in org.apache.logging.log4j.audit.request
Represents the Mapping for a RequestContextMapping variable that only exists in the local application.
LocalMapping(String) - Constructor for class org.apache.logging.log4j.audit.request.LocalMapping
 
logEvent(String, Map<String, String>) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
logEvent(String, String, Map<String, String>) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
logEvent(String, Map<String, String>, AuditExceptionHandler) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
logEvent(StructuredDataMessage) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
logEvent(StructuredDataMessage) - Method in class org.apache.logging.log4j.audit.ActivityLogger
 
logEvent() - Method in interface org.apache.logging.log4j.audit.AuditEvent
Log the event.
logEvent(StructuredDataMessage) - Method in class org.apache.logging.log4j.audit.AuditLogger
 
logEvent(Class<?>, Map<String, String>) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
This method is used to construct and AuditMessage from a set of properties and the Event interface that represents the event being audited using the default error handler.
logEvent(Class<?>, Map<String, String>, AuditExceptionHandler) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
This method is used to construct and AuditMessage from a set of properties and the Event interface that represents the event being audited.
logEvent(AuditMessage, AuditExceptionHandler) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
Used to Log the actual AuditMessage.
LogEventFactory - Class in org.apache.logging.log4j.audit
Handles logging generated Events.
LogEventFactory() - Constructor for class org.apache.logging.log4j.audit.LogEventFactory
 
lowerFirst(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 

M

main(String[]) - Static method in class org.apache.logging.log4j.audit.util.StringUtil
 
MaxLength - Annotation Type in org.apache.logging.log4j.audit.annotation
Recoreds the maximum length of dynamic attribute names.
methodCaseName(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 
MethodDefinition - Class in org.apache.logging.log4j.audit.generator
 
MethodDefinition(String, String, String) - Constructor for class org.apache.logging.log4j.audit.generator.MethodDefinition
 
MethodDefinition(String, String) - Constructor for class org.apache.logging.log4j.audit.generator.MethodDefinition
 
MethodDefinition(Method) - Constructor for class org.apache.logging.log4j.audit.generator.MethodDefinition
 
MethodDefinition(Method, String) - Constructor for class org.apache.logging.log4j.audit.generator.MethodDefinition
 
MethodDefinition.StandardSingleton - Class in org.apache.logging.log4j.audit.generator
 

N

NamingUtils - Class in org.apache.logging.log4j.audit.util
 

O

org.apache.logging.log4j.audit - package org.apache.logging.log4j.audit
 
org.apache.logging.log4j.audit.annotation - package org.apache.logging.log4j.audit.annotation
 
org.apache.logging.log4j.audit.catalog - package org.apache.logging.log4j.audit.catalog
 
org.apache.logging.log4j.audit.dto - package org.apache.logging.log4j.audit.dto
 
org.apache.logging.log4j.audit.exception - package org.apache.logging.log4j.audit.exception
 
org.apache.logging.log4j.audit.generator - package org.apache.logging.log4j.audit.generator
 
org.apache.logging.log4j.audit.layout - package org.apache.logging.log4j.audit.layout
 
org.apache.logging.log4j.audit.request - package org.apache.logging.log4j.audit.request
 
org.apache.logging.log4j.audit.rest - package org.apache.logging.log4j.audit.rest
 
org.apache.logging.log4j.audit.util - package org.apache.logging.log4j.audit.util
 

P

Parameter - Class in org.apache.logging.log4j.audit.generator
 
Parameter(String, String, String) - Constructor for class org.apache.logging.log4j.audit.generator.Parameter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.apache.logging.log4j.audit.rest.RequestContextHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apache.logging.log4j.audit.rest.RequestContextHandlerInterceptor
 
preWrite() - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
Override this method it gets called once before toString do if toString gets called 5 time this will only be called on the first
PUBLIC - Static variable in class org.apache.logging.log4j.audit.generator.Constants
 

R

RequestContext - Annotation Type in org.apache.logging.log4j.audit.annotation
 
RequestContextConstraints - Annotation Type in org.apache.logging.log4j.audit.annotation
Container for RequestContextMapping constraints.
RequestContextFilter - Class in org.apache.logging.log4j.audit.rest
Filter to initialize and clear the RequestContext.
RequestContextFilter() - Constructor for class org.apache.logging.log4j.audit.rest.RequestContextFilter
 
RequestContextFilter(Class<?>) - Constructor for class org.apache.logging.log4j.audit.rest.RequestContextFilter
 
RequestContextHandlerInterceptor - Class in org.apache.logging.log4j.audit.rest
May be used instead of the RequestContextFilter to convert RequestContext headers to ThreadContext variables.
RequestContextHandlerInterceptor(Class<?>) - Constructor for class org.apache.logging.log4j.audit.rest.RequestContextHandlerInterceptor
 
RequestContextHeaderInterceptor - Class in org.apache.logging.log4j.audit.rest
Creates a List of Headers containing the keys and values in the RequestContext that have a mapping indicating they should be propogated to the service being called.
RequestContextHeaderInterceptor(RequestContextMappings) - Constructor for class org.apache.logging.log4j.audit.rest.RequestContextHeaderInterceptor
 
RequestContextMapping - Class in org.apache.logging.log4j.audit.request
 
RequestContextMapping(String, Scope, String) - Constructor for class org.apache.logging.log4j.audit.request.RequestContextMapping
 
RequestContextMappings - Class in org.apache.logging.log4j.audit.request
 
RequestContextMappings(String) - Constructor for class org.apache.logging.log4j.audit.request.RequestContextMappings
 
RequestContextMappings(Class<?>) - Constructor for class org.apache.logging.log4j.audit.request.RequestContextMappings
 
Required - Annotation Type in org.apache.logging.log4j.audit.annotation
Marks an attribute as being required in the audit event.

S

Scope - Enum in org.apache.logging.log4j.audit.request
 
setAbstract(boolean) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setAbstract(boolean) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setAnnotation(String) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
setAnnotation(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setAnnotation(String) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setAnnotations(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setAuditExceptionHandler(AuditExceptionHandler) - Method in interface org.apache.logging.log4j.audit.AuditEvent
Set the exception handler to use.
setCatalogId(String) - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Set the catalog id.
setCatalogManager(CatalogManager) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
setCatalogReader(CatalogReader) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setClass(boolean) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setCode(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setCompletionStatus(String) - Method in interface org.apache.logging.log4j.audit.AuditEvent
Added to the event after the operation has completed.
setContent(String) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
setContent(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setCreateGetter(boolean) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setCreateSetter(boolean) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setDefaultAuditExceptionHandler(AuditExceptionHandler) - Method in class org.apache.logging.log4j.audit.AbstractEventLogger
 
setDefaultHandler(AuditExceptionHandler) - Static method in class org.apache.logging.log4j.audit.LogEventFactory
 
setDescription(String) - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
setEnterpriseId(int) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setEventName(String) - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Set the name of the event.
setExceptions(List<String>) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
setExceptions(List<String>) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setFinal(boolean) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setFinal(boolean) - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
setGetterContent(String) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
setInitialValue(String) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setInterface(boolean) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setJavadocComment(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setJavadocComments(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setMakeFinal(boolean) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setMakeStatic(boolean) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setMaxKeyLength(int) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setName(String) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
setName(String) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
setName(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setName(String) - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
setName(String) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setOutputDirectory(String) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setPackageName(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setPackageName(String) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setParameters(List<Parameter>) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
setParentClassName(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setProperties(Map<String, String>) - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Sets the RequestContext properties.
setRequestContextMap(Map<String, String>) - Method in class org.apache.logging.log4j.audit.dto.AuditDto
Set the RequstContext Map.
setReturnType(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setSetterContent(String) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
setStatic(boolean) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setSupplier(Supplier<String>) - Method in class org.apache.logging.log4j.audit.request.ChainedMapping
 
setType(String) - Method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
setType(String) - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
setType(String) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
setTypeStatement(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setVerbose(boolean) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setVerbose(boolean) - Method in class org.apache.logging.log4j.audit.generator.InterfacesGenerator
 
setVisability(String) - Method in class org.apache.logging.log4j.audit.generator.ClassGenerator
 
setVisability(String) - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
setVisability(String) - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
setVisability(String) - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
StandardGetter(AccessorDefinition) - Constructor for class org.apache.logging.log4j.audit.generator.AccessorDefinition.StandardGetter
 
StandardSetter(AccessorDefinition) - Constructor for class org.apache.logging.log4j.audit.generator.AccessorDefinition.StandardSetter
 
StandardSingleton(String, String, List<String>) - Constructor for class org.apache.logging.log4j.audit.generator.MethodDefinition.StandardSingleton
this must be used with the local variable
StringUtil - Class in org.apache.logging.log4j.audit.util
 
StringUtil() - Constructor for class org.apache.logging.log4j.audit.util.StringUtil
 

T

toString() - Method in class org.apache.logging.log4j.audit.generator.ConstructorDefinition
 
toString() - Method in class org.apache.logging.log4j.audit.generator.MethodDefinition
 
toString() - Method in class org.apache.logging.log4j.audit.generator.Parameter
 
toString() - Method in class org.apache.logging.log4j.audit.generator.VariableDefinition
 
toString() - Method in class org.apache.logging.log4j.audit.request.RequestContextMapping
 

U

upperFirst(String) - Static method in class org.apache.logging.log4j.audit.util.NamingUtils
 

V

valueOf(String) - Static method in enum org.apache.logging.log4j.audit.request.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.logging.log4j.audit.request.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
variableCaseName(String) - Static method in class org.apache.logging.log4j.audit.generator.AccessorDefinition
 
VariableDefinition - Class in org.apache.logging.log4j.audit.generator
 
VariableDefinition(String, String, String, String) - Constructor for class org.apache.logging.log4j.audit.generator.VariableDefinition
 
VariableDefinition(String, String, String, String, String) - Constructor for class org.apache.logging.log4j.audit.generator.VariableDefinition
 

Z

ZONED_DATE_TIME_FORMAT - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
Date/Time format.
ZONED_DATE_TIME_FORMATTER - Static variable in class org.apache.logging.log4j.audit.util.JsonObjectMapperFactory
LocalDateTime formatter that converts to and from a format usable in REST requests.
A B C D E F G H I J L M N O P R S T U V Z 
Skip navigation links

Copyright © 2016-2018 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.