Uses of Class
com.serinity.accesscontrol.model.AuditLog
Packages that use AuditLog
-
Uses of AuditLog in com.serinity.accesscontrol.repository
Subclasses with type arguments of type AuditLog in com.serinity.accesscontrol.repositoryModifier and TypeClassDescriptionfinal classRepository class for performing CRUD operations onAuditLogentities.Methods in com.serinity.accesscontrol.repository that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditLogRepository.findAllByUserId(UUID userId) Returns all audit log entries for every session belonging to the given user.AuditLogRepository.findByAuthSessionId(UUID authSessionId) Returns all audit log entries associated with a given session.