congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Permission (java.security)
    Legacy security code; do not use.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • BoxLayout (javax.swing)
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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