public class SecurityAuditFactory extends Object
SecurityAudit
implementation
Created by moran on 4/11/16.Modifier and Type | Field and Description |
---|---|
static String |
SECURITY_AUDIT_CLASS_PROPERTY_KEY
The property key identifying the security audit class in a properties file/object
|
Constructor and Description |
---|
SecurityAuditFactory() |
Modifier and Type | Method and Description |
---|---|
static SecurityAudit |
createSecurityAudit(Properties securityProperties)
Creates a
SecurityAudit instance using the provided security properties. |
public static final String SECURITY_AUDIT_CLASS_PROPERTY_KEY
public static SecurityAudit createSecurityAudit(Properties securityProperties) throws SecurityException
SecurityAudit
instance using the provided security properties. The property
key SECURITY_AUDIT_CLASS_PROPERTY_KEY
identifies the class name to use to load the
security audit implementation.securityProperties
- The security properties to use to create the security audit and
underlying components.SecurityException
- if failed to create the security audit.Copyright © GigaSpaces.