Uses of Class
com.logicaldoc.core.security.Device
Package
Description
Container of the security-related interfaces and classes
-
Uses of Device in com.logicaldoc.core.security
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) Client.getDevice()
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
void
DeviceDAO.trustDevice
(User user, Device device) Trusts a device for a userHibernateDeviceDAO.trustDevice
(User user, Device requestDevice)