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

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/
H A DMechanism.java42 public abstract class Mechanism extends ModelObject<Mechanism> { class in inherits:ModelObject
48 private static final Logger logger = LoggerFactory.getLogger(Mechanism.class);
52 * @param owner The owner of the Mechanism.
53 * @param id The storage id of the Mechanism.
54 * @param mechanismUID The ID used to identify the Mechanism to external systems.
56 protected Mechanism(Identity owner, long id, String mechanismUID) { method in class:Mechanism
65 * Adds the provided notification to this Mechanism, and therefore to the larger data model.
81 * Gets all of the notifications that belong to this Mechanism.
89 * Delete inactive notifications from this Mechanism
[all...]

Completed in 20 milliseconds