Uses of Interface
com.sun.enterprise.config.serverbeans.AuditModule
-
Packages that use AuditModule Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.security -
-
Uses of AuditModule in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type AuditModule Modifier and Type Method Description List<AuditModule>SecurityService. getAuditModule()Gets the value of the auditModule property. -
Uses of AuditModule in com.sun.enterprise.security
Methods in com.sun.enterprise.security with parameters of type AuditModule Modifier and Type Method Description voidSecurityConfigListener. auditModuleCreated(AuditModule instance)New audit module created.voidSecurityConfigListener. auditModuleDeleted(AuditModule instance)Audit module deleted.voidSecurityConfigListener. auditModuleUpdated(AuditModule instance)Audit module updated (attributes change).
-