Uses of Class
com.logicaldoc.core.security.Device
Packages that use Device
Package
Description
Container of the security-related interfaces and classes
Definition of the User object and ancillary objects
-
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 oneDeviceDAO.findByDeviceId
(String deviceId) Gets the device by it's alternate key:getDeviceId()
Client.getDevice()
DeviceDAO.trustDevice
(User user, Device device) Trusts a device for a userMethods in com.logicaldoc.core.security that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceDAO.findByUserId
(long userId) Finds the devices of a specific userDeviceDAO.findTrustedDevices
(long userId) Retrieves all the devices trusted by a given userMethods in com.logicaldoc.core.security with parameters of type DeviceModifier and TypeMethodDescriptionDeviceDAO.findByDevice
(Device device) Finds the device that corresponds to the given onevoid
DeviceDAO.trustDevice
(User user, Device device) Trusts a device for a user -
Uses of Device in com.logicaldoc.core.security.user
Methods in com.logicaldoc.core.security.user that return DeviceModifier and TypeMethodDescriptionHibernateDeviceDAO.findByDevice
(Device device) HibernateDeviceDAO.findByDeviceId
(String deviceId) HibernateDeviceDAO.trustDevice
(User user, Device requestDevice) Methods in com.logicaldoc.core.security.user that return types with arguments of type DeviceModifier and TypeMethodDescriptionHibernateDeviceDAO.findByUserId
(long userId) HibernateDeviceDAO.findTrustedDevices
(long userId) Methods in com.logicaldoc.core.security.user with parameters of type DeviceModifier and TypeMethodDescriptionHibernateDeviceDAO.findByDevice
(Device device) void
HibernateDeviceDAO.trustDevice
(User user, Device requestDevice)