Uses of Class
sh.ory.hydra.model.PluginDevice
-
Packages that use PluginDevice Package Description sh.ory.hydra.model -
-
Uses of PluginDevice in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return PluginDevice Modifier and Type Method Description PluginDevicePluginDevice. addSettableItem(String settableItem)PluginDevicePluginDevice. description(String description)PluginDevicePluginDevice. name(String name)PluginDevicePluginDevice. path(String path)PluginDevicePluginDevice. settable(List<String> settable)Methods in sh.ory.hydra.model that return types with arguments of type PluginDevice Modifier and Type Method Description List<PluginDevice>PluginConfigLinux. getDevices()devicesList<PluginDevice>PluginSettings. getDevices()devicesMethods in sh.ory.hydra.model with parameters of type PluginDevice Modifier and Type Method Description PluginConfigLinuxPluginConfigLinux. addDevicesItem(PluginDevice devicesItem)PluginSettingsPluginSettings. addDevicesItem(PluginDevice devicesItem)Method parameters in sh.ory.hydra.model with type arguments of type PluginDevice Modifier and Type Method Description PluginConfigLinuxPluginConfigLinux. devices(List<PluginDevice> devices)PluginSettingsPluginSettings. devices(List<PluginDevice> devices)voidPluginConfigLinux. setDevices(List<PluginDevice> devices)voidPluginSettings. setDevices(List<PluginDevice> devices)
-