A C D E G J M N R S T W

A

AbstractWhereClauseMatchCriteria - Class in com.github.inspektr.audit.support
Match criteria defined in terms of a SQL where clause limiter.
AbstractWhereClauseMatchCriteria() - Constructor for class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
 
addCriteria(String) - Method in class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
Adds a parameterized selection criterion of the form column=? to the where clause.
addCriteria(String, String) - Method in class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
Adds a parameterized selection criterion of the form "column [operator] ?" to the where clause.

C

clean() - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
com.github.inspektr.audit.spi.support - package com.github.inspektr.audit.spi.support
 
com.github.inspektr.audit.support - package com.github.inspektr.audit.support
 
com.github.inspektr.error.web - package com.github.inspektr.error.web
 

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.github.inspektr.error.web.ErrorLoggingFilter
 

E

ErrorLoggingFilter - Class in com.github.inspektr.error.web
Spring manageable bean implementing the javax.servlet.Filter interface.
ErrorLoggingFilter() - Constructor for class com.github.inspektr.error.web.ErrorLoggingFilter
 
ErrorLogHandlerExceptionResolver - Class in com.github.inspektr.error.web
A HandlerExceptionResolver implementation that reports uncaught exceptions during handler mapping or execution to a configured ErrorLogManager.
ErrorLogHandlerExceptionResolver(ErrorLogManager) - Constructor for class com.github.inspektr.error.web.ErrorLogHandlerExceptionResolver
Constructs a new ErrorLogHandlerExceptionResolver.

G

getOrder() - Method in class com.github.inspektr.error.web.ErrorLogHandlerExceptionResolver
 
getParameterValues() - Method in class com.github.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria
getParameterValues() - Method in class com.github.inspektr.audit.support.NoMatchWhereClauseMatchCriteria
getParameterValues() - Method in interface com.github.inspektr.audit.support.WhereClauseMatchCriteria
 

J

JdbcAuditTrailManager - Class in com.github.inspektr.audit.support
Implementation of AuditTrailManager to persist the audit trail to the AUDIT_TRAIL table in the Oracle data base.
JdbcAuditTrailManager(TransactionTemplate) - Constructor for class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
JdbcAuditTrailManager.LoggingTask - Class in com.github.inspektr.audit.support
 
JdbcAuditTrailManager.LoggingTask(AuditActionContext, TransactionTemplate, int) - Constructor for class com.github.inspektr.audit.support.JdbcAuditTrailManager.LoggingTask
 

M

maxAge - Variable in class com.github.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria
Maximum age of records
MaxAgeWhereClauseMatchCriteria - Class in com.github.inspektr.audit.support
Produces a where clause to select audit records older than some arbitrary cutoff age in days.
MaxAgeWhereClauseMatchCriteria(int) - Constructor for class com.github.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria
Creates a new instance that selects audit records older than the given number of days as measured from the present time.

N

NoMatchWhereClauseMatchCriteria - Class in com.github.inspektr.audit.support
Constructs a where clause that matches no records.
NoMatchWhereClauseMatchCriteria() - Constructor for class com.github.inspektr.audit.support.NoMatchWhereClauseMatchCriteria
 

R

record(AuditActionContext) - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
resolve() - Method in class com.github.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.github.inspektr.error.web.ErrorLogHandlerExceptionResolver
 
resolveFrom(JoinPoint, Object) - Method in class com.github.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class com.github.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
run() - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager.LoggingTask
 

S

sbClause - Variable in class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
Stores where clause string
setCleanupCriteria(WhereClauseMatchCriteria) - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
setColumnLength(int) - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
setErrorLogManager(ErrorLogManager) - Method in class com.github.inspektr.error.web.ErrorLoggingFilter
 
setExecutorService(ExecutorService) - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
setOrder(int) - Method in class com.github.inspektr.error.web.ErrorLogHandlerExceptionResolver
Sets the order value for this resolver.
setTableName(String) - Method in class com.github.inspektr.audit.support.JdbcAuditTrailManager
 
SpringSecurityAuditablePrincipalResolver - Class in com.github.inspektr.audit.spi.support
Resolves the principal name to the one provided by Spring Security.
SpringSecurityAuditablePrincipalResolver() - Constructor for class com.github.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 

T

toString() - Method in class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
 
toString() - Method in interface com.github.inspektr.audit.support.WhereClauseMatchCriteria
 

W

WhereClauseMatchCriteria - Interface in com.github.inspektr.audit.support
Interface describing match criteria in terms of a SQL select clause.

A C D E G J M N R S T W

Copyright © 2007-2011 Rutgers, the State University of New Jersey. All Rights Reserved.