Tabnine Logo
AuditProvider
Code IndexAdd Tabnine to your IDE (free)

How to use
AuditProvider
in
org.jboss.security.audit

Best Java code snippets using org.jboss.security.audit.AuditProvider (Showing top 4 results out of 315)

origin: org.picketbox/picketbox

public void audit(AuditEvent ae)
{
 int len = this.providerList.size();
 
 for(int i = 0; i < len; i++)
 {
   AuditProvider ap = (AuditProvider)this.providerList.get(i);
   ap.audit(ae);
 } 
}

origin: org.picketbox/picketbox-spi-bare

public void audit(AuditEvent ae)
{
 int len = this.providerList.size();
 
 for(int i = 0; i < len; i++)
 {
   AuditProvider ap = (AuditProvider)this.providerList.get(i);
   ap.audit(ae);
 } 
}

origin: org.picketbox/jboss-security-spi

public void audit(AuditEvent ae)
{
 int len = this.providerList.size();
 
 for(int i = 0; i < len; i++)
 {
   AuditProvider ap = (AuditProvider)this.providerList.get(i);
   ap.audit(ae);
 } 
}

origin: jboss/jboss-security-spi

public void audit(AuditEvent ae)
{
 int len = this.providerList.size();
 
 for(int i = 0; i < len; i++)
 {
   AuditProvider ap = (AuditProvider)this.providerList.get(i);
   ap.audit(ae);
 } 
}

org.jboss.security.auditAuditProvider

Javadoc

Audit Provider that can log audit events to an external sink

Most used methods

  • audit
    Perform an audit of the event passed A provider can log the audit as per needs.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setContentView (Activity)
  • getApplicationContext (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JList (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now