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

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

Best Java code snippets using org.jboss.security.audit.AuditProvider.audit (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.auditAuditProvideraudit

Javadoc

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

Popular methods of AuditProvider

    Popular in Java

    • Creating JSON documents from java classes using gson
    • setRequestProperty (URLConnection)
    • getContentResolver (Context)
    • compareTo (BigDecimal)
    • HttpServer (com.sun.net.httpserver)
      This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
    • Font (java.awt)
      The Font class represents fonts, which are used to render text in a visible way. A font provides the
    • InputStream (java.io)
      A readable source of bytes.Most clients will use input streams that read data from the file system (
    • SocketTimeoutException (java.net)
      This exception is thrown when a timeout expired on a socket read or accept operation.
    • Collection (java.util)
      Collection is the root of the collection hierarchy. It defines operations on data collections and t
    • Scanner (java.util)
      A parser that parses a text string of primitive types and strings with the help of regular expressio
    • Top Vim plugins
    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