Uses of Class
com.avoka.fc.core.entity.SecurityManagerLog
Packages that use SecurityManagerLog
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of SecurityManagerLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SecurityManagerLogModifier and TypeMethodDescriptionSecurityManagerLogDao.createLog
(SecurityManager sm, Portal portal, jakarta.servlet.http.HttpServletRequest request, Integer responseStatus, String responseRedirect, ErrorLog errorLog, StringBuilder logMessage) Create a SecurityManagerLog object from the given parameters.Methods in com.avoka.fc.core.dao that return types with arguments of type SecurityManagerLog -
Uses of SecurityManagerLog in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SecurityManagerLogModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_ErrorLog.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_Portal.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_SecurityManager.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<SecurityManagerLog>
_SecurityManagerLogData.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.Methods in com.avoka.fc.core.entity.auto that return SecurityManagerLogModifier and TypeMethodDescription_SecurityManagerLogData.getSecurityManagerLog()
Return the SecurityManagerLog.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SecurityManagerLogModifier and TypeMethodDescription_ErrorLog.getSecurityManagerLog()
Return the SecurityManagerLog._Portal.getSecurityManagerLog()
Return the SecurityManagerLog._SecurityManager.getSecurityManagerLog()
Return the SecurityManagerLog.Methods in com.avoka.fc.core.entity.auto with parameters of type SecurityManagerLogModifier and TypeMethodDescriptionvoid
_ErrorLog.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_Portal.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_SecurityManager.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_ErrorLog.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_Portal.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_SecurityManager.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_SecurityManagerLogData.setSecurityManagerLog
(SecurityManagerLog securityManagerLog) Set the SecurityManagerLog.