Searched refs:CURRENT_PASSWORD (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java295 ocBuilder.addAttributeInfo(OperationalAttributeInfos.CURRENT_PASSWORD);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java155 final static String CURRENT_PASSWORD = "currentpassword"; field in class:IdentityResourceV2
1072 String currentPassword = value.get(CURRENT_PASSWORD).asString();
1074 throw new BadRequestException("'" + CURRENT_PASSWORD + "' attribute not set in JSON content.");
1366 String strCurrentPass = RestUtils.getMimeHeaderValue(context, CURRENT_PASSWORD);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java161 final static String CURRENT_PASSWORD = "currentpassword"; field in class:IdentityResourceV2
999 String currentPassword = value.get(CURRENT_PASSWORD).asString();
1001 throw new BadRequestException("'" + CURRENT_PASSWORD + "' attribute not set in JSON content.");
1301 String strCurrentPass = RestUtils.getMimeHeaderValue(context, CURRENT_PASSWORD);

Completed in 28 milliseconds