Uses of Class
com.logicaldoc.core.security.Device
-
Packages that use Device Package Description com.logicaldoc.core.security com.logicaldoc.core.security.dao -
-
Uses of Device in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return Device Modifier and Type Method Description DeviceClient. getDevice()Methods in com.logicaldoc.core.security with parameters of type Device Modifier and Type Method Description voidClient. setDevice(Device device) -
Uses of Device in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return Device Modifier and Type Method Description DeviceDeviceDAO. findByDevice(Device device)Finds the device that corresponds to the given oneDeviceHibernateDeviceDAO. findByDevice(Device device)DeviceDeviceDAO. findByDeviceId(String deviceId)Gets the device by it's alternate key:getDeviceId()DeviceHibernateDeviceDAO. findByDeviceId(String deviceId)DeviceDeviceDAO. trustDevice(User user, Device device)Trusts a device for a userDeviceHibernateDeviceDAO. trustDevice(User user, Device requestDevice)Methods in com.logicaldoc.core.security.dao that return types with arguments of type Device Modifier and Type Method Description List<Device>DeviceDAO. findByUserId(long userId)Finds the devices of a specific userList<Device>HibernateDeviceDAO. findByUserId(long userId)List<Device>DeviceDAO. findTrustedDevices(long userId)Retrieves all the devices trusted by a given userList<Device>HibernateDeviceDAO. findTrustedDevices(long userId)Methods in com.logicaldoc.core.security.dao with parameters of type Device Modifier and Type Method Description DeviceDeviceDAO. findByDevice(Device device)Finds the device that corresponds to the given oneDeviceHibernateDeviceDAO. findByDevice(Device device)voidHibernateDeviceDAO. store(Device entity)DeviceDeviceDAO. trustDevice(User user, Device device)Trusts a device for a userDeviceHibernateDeviceDAO. trustDevice(User user, Device requestDevice)
-