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

/forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/
H A DPushAuthActivityTest.java182 public void deny() { method in class:PushAuthActivityTest
184 FalconSpoon.screenshot(mActivityRule.getActivity(), "deny");
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPendingRequestResource.java94 private static final String DENY_ACTION_ID = "deny";
187 description = PENDING_REQUEST_RESOURCE + "action.deny." + DESCRIPTION
191 public Promise<ActionResponse, ResourceException> deny(Context context, String resourceId, method in class:PendingRequestResource
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotification.java235 * @return True if the deny succeeded, false otherwise.
237 public final boolean deny() { method in class:Notification

Completed in 20 milliseconds