Uses of Interface
org.infinispan.security.AuditLogger
-
Packages that use AuditLogger Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.security.audit -
-
Uses of AuditLogger in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type AuditLogger Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<AuditLogger>
GlobalAuthorizationConfiguration. AUDIT_LOGGER
Methods in org.infinispan.configuration.global that return AuditLogger Modifier and Type Method Description AuditLogger
GlobalAuthorizationConfiguration. auditLogger()
Methods in org.infinispan.configuration.global with parameters of type AuditLogger Modifier and Type Method Description GlobalAuthorizationConfigurationBuilder
GlobalAuthorizationConfigurationBuilder. auditLogger(AuditLogger auditLogger)
The instance of anAuditLogger
to be used to track operations performed on caches and cachemanagers. -
Uses of AuditLogger in org.infinispan.security.audit
Classes in org.infinispan.security.audit with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw AuditLogger Modifier and Type Class Description class
LoggingAuditLogger
LoggingAuditLogger.class
NullAuditLogger
NullAuditLogger.
-