Uses of Class
com.logicaldoc.core.security.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
Modifier 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 userModifier and TypeMethodDescriptionDeviceDAO.findByUserId
(long userId) Finds the devices of a specific userDeviceDAO.findTrustedDevices
(long userId) Retrieves all the devices trusted by a given userModifier 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
Modifier and TypeMethodDescriptionHibernateDeviceDAO.findByDevice
(Device device) HibernateDeviceDAO.findByDeviceId
(String deviceId) HibernateDeviceDAO.trustDevice
(User user, Device requestDevice) Modifier and TypeMethodDescriptionHibernateDeviceDAO.findByUserId
(long userId) HibernateDeviceDAO.findTrustedDevices
(long userId) Modifier and TypeMethodDescriptionHibernateDeviceDAO.findByDevice
(Device device) void
HibernateDeviceDAO.trustDevice
(User user, Device requestDevice)