Uses of Interface
org.jboss.security.audit.AuditProvider
-
Packages that use AuditProvider Package Description org.jboss.security.audit org.jboss.security.audit.providers -
-
Uses of AuditProvider in org.jboss.security.audit
Classes in org.jboss.security.audit that implement AuditProvider Modifier and Type Class Description classAbstractAuditProviderAbstract class of Audit Providers.Fields in org.jboss.security.audit with type parameters of type AuditProvider Modifier and Type Field Description protected List<AuditProvider>AuditContext. providerListMethods in org.jboss.security.audit that return types with arguments of type AuditProvider Modifier and Type Method Description List<AuditProvider>AuditContext. getProviders()Methods in org.jboss.security.audit with parameters of type AuditProvider Modifier and Type Method Description voidAuditContext. addProvider(AuditProvider ap)Method parameters in org.jboss.security.audit with type arguments of type AuditProvider Modifier and Type Method Description voidAuditContext. addProviders(List<AuditProvider> list)voidAuditContext. replaceProviders(List<AuditProvider> list) -
Uses of AuditProvider in org.jboss.security.audit.providers
Classes in org.jboss.security.audit.providers that implement AuditProvider Modifier and Type Class Description classLogAuditProviderAudit Provider that just logs the audit event using a Logger.
-