Searched refs:confirmationId (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/ |
H A D | IdentityResourceV1.java | 154 final static String CONFIRMATION_ID = "confirmationId"; 281 * confirmationId and email that was provided in the request. 334 // Create confirmationId 335 String confirmationId = Hash.hash(tokenID + emailAddress + SystemProperties.get(AM_ENCRYPTION_PWD)); 346 confirmationLink = confURLBuilder.append("?confirmationId=").append(requestParamEncode(confirmationId)) 458 * Will validate confirmationId is correct 467 String confirmationId; 470 //email or username value used to create confirmationId 477 confirmationId 548 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument [all...] |
H A D | IdentityResourceV2.java | 154 final static String CONFIRMATION_ID = "confirmationId"; 310 * confirmationId and email that was provided in the request. 371 // Create confirmationId 372 String confirmationId = Hash.hash(tokenID + emailAddress + SystemProperties.get(AM_ENCRYPTION_PWD)); 385 confirmationLink = confURLBuilder.append("?confirmationId=").append(requestParamEncode(confirmationId)) 536 * Will validate confirmationId is correct 544 String confirmationId; 547 //email or username value used to create confirmationId 554 confirmationId 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 D | IdentityResourceV1.java | 150 final static String CONFIRMATION_ID = "confirmationId"; 278 * confirmationId and email that was provided in the request. 331 // Create confirmationId 332 String confirmationId = Hash.hash(tokenID + emailAddress + SystemProperties.get(AM_ENCRYPTION_PWD)); 343 confirmationLink = confURLBuilder.append("?confirmationId=").append(requestParamEncode(confirmationId)) 455 * Will validate confirmationId is correct 464 String confirmationId; 467 //email or username value used to create confirmationId 474 confirmationId 545 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument [all...] |
H A D | IdentityResourceV2.java | 160 final static String CONFIRMATION_ID = "confirmationId"; 324 * confirmationId and email that was provided in the request. 385 // Create confirmationId 386 String confirmationId = Hash.hash(tokenID + emailAddress + SystemProperties.get(AM_ENCRYPTION_PWD)); 399 confirmationLink = confURLBuilder.append("?confirmationId=").append(requestParamEncode(confirmationId)) 527 * Will validate confirmationId is correct 535 String confirmationId; 538 //email or username value used to create confirmationId 545 confirmationId 616 validateToken(String tokenID, String realm, String hashComponent, String confirmationId) argument [all...] |
Completed in 1141 milliseconds