Lines Matching defs:registration

30 package com.sun.identity.federation.services.registration;
85 * Work class that handles registration process.
135 * name registration handler that is handling the current
136 * name registration. The hosted provider identifies the provider who
137 * is handling the registration request or initiating it locally.
206 * This function is called to give state to the Name registration
208 * or with whom registration is to be initiated.
237 * Determines the user based on the registration request received from
239 * @param regisRequest the name registration request
246 * UserDN needs to be figured from registration request
521 * Initiates the name registration operation.
525 * @return the status of the registration initiation operation.
567 * Handles the name registration after sso.
571 * @return the status of the registration initiation operation.
620 * Does local name registration and initiates remote registration with the
622 * @param LRURL the final return URL after Name registration is complete
651 "Completed registration after federation with status " +
659 * Initiates the name registration operation.
693 FSUtils.debug.message("Name registration Successful");
713 // remove from the registration manager map
766 "Name registration Failed. Federation does not exist");
772 FSUtils.debug.message("Name registration Failed.");
780 * Initiates federation registration at remote end.
781 * The registration request is constructed and based on the profile the
829 "doRemoteRegistration no registration profile" +
849 "doRemoteRegistration Invalid registration profile" +
859 "doRemoteRegistration no registration profile" +
879 "doRemoteRegistration Invalid registration profile" +
956 FSUtils.debug.message("Name registration" +
983 "Name registration Successful");
1046 "registration Failed. " +
1056 "Name registration Failed.");
1167 * Processes the registration request received from a
1171 * @param regisRequest the name registration request received from
1206 "Name registration request");
1220 + "registration in DS completed successfully");
1244 "failed to create registration response", e);
1249 "failed to create registration response", e);
1257 + "registration in DS failed");
1273 "failed to create registration response", e);
1278 "failed to create registration response, e");
1287 * Processes the name registration request received from a
1289 * @param regisRequest the name registration request received from
1324 + "failed to create registration response");
1347 + "tion:registration in DS completed "
1365 "failed to create registration response");
1372 "failed to create registration response");
1380 "tration: registration in DS failed");
1396 "failed to create registration response");
1403 "failed to create registration response");
1410 "Failed to get UserDN. Invalid registration request");
1424 "failed to create registration response");
1431 "failed to create registration response");
1439 "name registration request is improper");
1463 * Redirects to final destination after registration. Invoked at the end of
1464 * the registration operation at the end where registration was initiated.
1468 * @param isSuccess determines the content of the registration-done.jsp
1561 * Signs the Name registration request before sending it to the IDP.
1565 * @return signed Name registration request
1606 * Verifies the Name registration response received
2020 FSUtils.debug.error("Error in sending registration response");