Uses of Class
com.logicaldoc.core.security.Device
Package
Description
-
Uses of Device in com.logicaldoc.core.security
-
Uses of Device in com.logicaldoc.core.security.dao
Modifier and TypeMethodDescriptionDeviceDAO.findByDevice
(Device device) Finds the device that corresponds to the given oneHibernateDeviceDAO.findByDevice
(Device device) DeviceDAO.findByDeviceId
(String deviceId) Gets the device by it's alternate key:getDeviceId()
HibernateDeviceDAO.findByDeviceId
(String deviceId) DeviceDAO.trustDevice
(User user, Device device) Trusts a device for a userHibernateDeviceDAO.trustDevice
(User user, Device requestDevice) Modifier and TypeMethodDescriptionDeviceDAO.findByUserId
(long userId) Finds the devices of a specific userHibernateDeviceDAO.findByUserId
(long userId) DeviceDAO.findTrustedDevices
(long userId) Retrieves all the devices trusted by a given userHibernateDeviceDAO.findTrustedDevices
(long userId) Modifier and TypeMethodDescriptionDeviceDAO.findByDevice
(Device device) Finds the device that corresponds to the given oneHibernateDeviceDAO.findByDevice
(Device device) void
DeviceDAO.trustDevice
(User user, Device device) Trusts a device for a userHibernateDeviceDAO.trustDevice
(User user, Device requestDevice)