Skip navigation links
GigaSpaces XAP 10.1.1 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

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
Skip navigation links
GigaSpaces XAP 10.1.1 API

Copyright © GigaSpaces.