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 class
AbstractAuditProvider
Abstract 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. providerList
Methods 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 void
AuditContext. addProvider(AuditProvider ap)
Method parameters in org.jboss.security.audit with type arguments of type AuditProvider Modifier and Type Method Description void
AuditContext. addProviders(List<AuditProvider> list)
void
AuditContext. 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 class
LogAuditProvider
Audit Provider that just logs the audit event using a Logger.
-