Searched defs:OathDeviceSettings (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDeviceSettings.java30 public final class OathDeviceSettings extends DeviceSettings { class in inherits:DeviceSettings
43 public OathDeviceSettings() { method in class:OathDeviceSettings
53 public OathDeviceSettings(String sharedSecret, String deviceName, long lastLogin, int counter) { method in class:OathDeviceSettings
206 OathDeviceSettings that = (OathDeviceSettings) o;
247 return "OathDeviceSettings{" +
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DOathDeviceSettings.java30 public final class OathDeviceSettings { class
42 public OathDeviceSettings() { method in class:OathDeviceSettings
53 public OathDeviceSettings(String sharedSecret, String deviceName, long lastLogin, int counter) { method in class:OathDeviceSettings
247 OathDeviceSettings that = (OathDeviceSettings) o;
285 return "OathDeviceSettings{" +

Completed in 29 milliseconds