GigaSpaces XAP 8.0 API

Package com.gigaspaces.security.audit

Service-side security auditing Server-side security auditing using the configuration given entirely by the LogManager properties.

See:
          Description

Class Summary
AuditDetails The AuditDetails are client side auditing details sent to the server on each authentication request.
AuditHandler A declarable extension to RollingFileHandler.
AuditLogRecord The java logging facility formats a LogRecord before it is logged.
 

Package com.gigaspaces.security.audit Description

Service-side security auditing

Server-side security auditing using the configuration given entirely by the LogManager properties. These properties are part of the logging configuration config/gs_logging.properties.

Logging configuration properties - defaults:

# Enable/Disable security auditing
com.gigaspaces.security.audit.enabled = false

# Audit level of interest
com.gigaspaces.security.audit.level = OFF

# Declarable extension for property configuration
com.gigaspaces.security.audit.handler = com.gigaspaces.security.audit.AuditHandler

# Properties configuring the audit-handler:
com.gigaspaces.security.audit.AuditHandler.formatter = com.gigaspaces.logger.GSSimpleFormatter
com.gigaspaces.security.audit.AuditHandler.filename-pattern = {homedir}/logs/gigaspaces-security-audit-{service}-{host}-{pid}.log

Audit Levels

.OFF     - Nothing is audited
.SEVERE  - Authentication failure or invalid session
.WARNING - Access denied due to insufficient privileges
.INFO    - Authentication successful
.FINE    - Access granted


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.