Searched refs:hashComponent (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java471 String hashComponent = null;
489 hashComponent = username;
493 hashComponent = email;
496 if (StringUtils.isBlank(hashComponent)) {
498 debug.error("{} :: Bad Request - hashComponent not found in request.", METHOD);
509 validateToken(tokenID, realm, hashComponent, confirmationId);
512 result.put(hashComponentAttr,hashComponent);
523 debug.warning("{} :: Cannot confirm registration/forgotPassword for : {}", METHOD, hashComponent, bre);
526 debug.warning("{} :: Resource error for : {}", METHOD, hashComponent, re);
529 debug.error("{} :: CTE error for : {}", METHOD, hashComponent, ct
548 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument
[all...]
H A DIdentityResourceV2.java548 String hashComponent = null;
566 hashComponent = username;
570 hashComponent = email;
573 if (StringUtils.isBlank(hashComponent)) {
575 debug.error("{} :: Bad Request - hashComponent not found in request.", METHOD);
586 validateToken(tokenID, realm, hashComponent, confirmationId);
589 result.put(hashComponentAttr,hashComponent);
600 debug.warning("{} :: Cannot confirm registration/forgotPassword for : {}", METHOD, hashComponent, bre);
603 debug.warning("{} :: Resource error for : {}", METHOD, hashComponent, re);
606 debug.error("{} :: CTE error for : {}", METHOD, hashComponent, ct
625 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java468 String hashComponent = null;
486 hashComponent = username;
490 hashComponent = email;
493 if (StringUtils.isBlank(hashComponent)) {
495 debug.error("{} :: Bad Request - hashComponent not found in request.", METHOD);
506 validateToken(tokenID, realm, hashComponent, confirmationId);
509 result.put(hashComponentAttr,hashComponent);
520 debug.warning("{} :: Cannot confirm registration/forgotPassword for : {}", METHOD, hashComponent, bre);
523 debug.warning("{} :: Resource error for : {}", METHOD, hashComponent, re);
526 debug.error("{} :: CTE error for : {}", METHOD, hashComponent, ct
545 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument
[all...]
H A DIdentityResourceV2.java539 String hashComponent = null;
557 hashComponent = username;
561 hashComponent = email;
564 if (StringUtils.isBlank(hashComponent)) {
566 debug.error("{} :: Bad Request - hashComponent not found in request.", METHOD);
577 validateToken(tokenID, realm, hashComponent, confirmationId);
580 result.put(hashComponentAttr,hashComponent);
591 debug.warning("{} :: Cannot confirm registration/forgotPassword for : {}", METHOD, hashComponent, bre);
594 debug.warning("{} :: Resource error for : {}", METHOD, hashComponent, re);
597 debug.error("{} :: CTE error for : {}", METHOD, hashComponent, ct
616 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument
[all...]

Completed in 58 milliseconds