Uses of Class
com.avoka.fc.core.entity.UserAuthEvent
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 UserAuthEvent in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionUserAuthEventDao.getLastUserAuthEvent
(UserAccount userAccount, Portal portal) Return the last user auth event for the given user and portal.UserAuthEventDao.getUserAuthEvent
(String sessionId, Portal portal, String ipAddress) Returns the last UserAuthEvent for a given sessionID, and ipAddress made within the session timeout for the portal.Modifier and TypeMethodDescriptionUserAuthEventDao.getUserAuthEventList
(String clientId, String loginName, String eventType, Portal portal, String ipAddress, Date startDate, Date endDate) Return the user authentication event list for the given search criteria.UserAuthEventDao.getUserAuthEventList
(String clientId, String loginName, String eventType, Portal portal, String ipAddress, Date startDate, Date endDate, int pageSize, int fetchLimit) Return the user authentication event list for the given search criteria.UserAuthEventDao.getUserAuthEventsForUser
(UserAccount userAccount, int fetchLimit) Return the user authentication events for the given user, ordered by event time descending. -
Uses of UserAuthEvent in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<UserAuthEvent>>
_Portal.USER_AUTH_EVENTS
Provides the 'USER_AUTH_EVENTS' property.static final org.apache.cayenne.exp.Property<List<UserAuthEvent>>
_UserAccount.USER_AUTH_EVENTS
Provides the 'USER_AUTH_EVENTS' property.Modifier and TypeMethodDescription_Portal.getUserAuthEvents()
Return the UserAuthEvents._UserAccount.getUserAuthEvents()
Return the UserAuthEvents.Modifier and TypeMethodDescriptionvoid
_Portal.addToUserAuthEvents
(UserAuthEvent obj) Add the UserAuthEvents object.void
_UserAccount.addToUserAuthEvents
(UserAuthEvent obj) Add the UserAuthEvents object.void
_Portal.removeFromUserAuthEvents
(UserAuthEvent obj) Remove the UserAuthEvents object.void
_UserAccount.removeFromUserAuthEvents
(UserAuthEvent obj) Remove the UserAuthEvents object. -
Uses of UserAuthEvent in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addUserAuth
(UserAuthEvent uae) Registers the User Auth Event for inclusion in the system event messages.