Uses of Class
com.logicaldoc.core.security.Device
Packages that use Device
Package
Description
-
Uses of Device in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return DeviceMethods in com.logicaldoc.core.security with parameters of type Device -
Uses of Device in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return DeviceModifier 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) Methods in com.logicaldoc.core.security.dao that return types with arguments of type DeviceModifier 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) Methods in com.logicaldoc.core.security.dao with parameters of type DeviceModifier 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)