PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.audit
Class PicketLinkAuditHelper

java.lang.Object
  extended by org.picketlink.identity.federation.core.audit.PicketLinkAuditHelper

public class PicketLinkAuditHelper
extends Object

Helper class to deal with audit

Author:
anil saldhana

Constructor Summary
PicketLinkAuditHelper(String securityDomainName)
          Create a PicketLinkAuditHelper
 
Method Summary
 void audit(org.jboss.security.audit.AuditEvent ae)
          Audit the event
static String getSecurityDomainName(javax.servlet.ServletContext servletContext)
          Given the servlet context, determine the security domain by which the web app is secured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicketLinkAuditHelper

public PicketLinkAuditHelper(String securityDomainName)
                      throws ConfigurationException
Create a PicketLinkAuditHelper

Parameters:
securityDomainName - the security domain name
Throws:
ConfigurationException
Method Detail

audit

public void audit(org.jboss.security.audit.AuditEvent ae)
Audit the event

Parameters:
ae -

getSecurityDomainName

public static String getSecurityDomainName(javax.servlet.ServletContext servletContext)
                                    throws ConfigurationException
Given the servlet context, determine the security domain by which the web app is secured.

Parameters:
servletContext -
Returns:
Throws:
ConfigurationException

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.