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

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DResourceOwnerOrSuperUserAuthzModule.java71 } else if (loggedInUserId.equalsIgnoreCase(getUserIdFromUri(context))) {
81 protected String getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:ResourceOwnerOrSuperUserAuthzModule
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DResourceOwnerOrSuperUserAuthzModule.java71 } else if (loggedInUserId.equalsIgnoreCase(getUserIdFromUri(context))) {
81 protected String getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:ResourceOwnerOrSuperUserAuthzModule
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DTwoFADevicesResource.java68 protected AMIdentity getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:TwoFADevicesResource
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DOathDevicesResource.java83 final AMIdentity identity = getUserIdFromUri(context); //could be admin
150 final AMIdentity identity = getUserIdFromUri(context); //could be admin
168 protected AMIdentity getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:OathDevicesResource
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/dashboard/
H A DOathDevicesResourceTest.java235 protected AMIdentity getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:OathDevicesResourceTest.OathDevicesResourceTestClass
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDevicesResourceTest.java251 protected AMIdentity getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:OathDevicesResourceTest.OathDevicesResourceTestClass
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/devices/push/
H A DPushDevicesResourceTest.java212 protected AMIdentity getUserIdFromUri(Context context) throws InternalServerErrorException { method in class:PushDevicesResourceTest.PushDevicesResourceTestClass

Completed in 23 milliseconds