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