Searched defs:termination (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A Dpackage-info.java30 * Handles <code>ID-FF</code> federation termination.
32 package com.sun.identity.federation.services.termination;
H A DFSTerminationReturnServlet.java30 package com.sun.identity.federation.services.termination;
48 * Handles termination return message.
107 * Handles termination return message.
H A DFSTerminationInitiationServlet.java30 package com.sun.identity.federation.services.termination;
56 * Used to initiate federation termination.
116 * Invoked when the user clicks on the termination link in the application.
243 * @param hostedProviderDesc the provider where termination is initiated
329 FSUtils.debug.message("Unable to get termination " +
H A DFSTerminationRequestServlet.java30 package com.sun.identity.federation.services.termination;
79 * Invoked to set some commonly used termination URLs based on hosted
128 * Handles termination request.
244 * @param reqTermination the federation termination request
314 "Signature on termination request is invalid" +
315 "Cannot proceed federation termination");
329 "Signature on termination request is invalid" +
330 "Cannot proceed federation termination");
369 FSUtils.debug.error("Unable to get termination " +
374 + " Cannot process termination reques
[all...]
H A DFSFedTerminationHandler.java30 package com.sun.identity.federation.services.termination;
74 * Work engine that handles termination request/response.
120 * current federation termination. The hosted provider identifies the
189 * current federation termination. The remote provider identifies the
190 * provider who sent a request or with whom termination is to be initiated.
202 * @param userID the user who is initiating the termination process
218 * Finds the user based on the termination request received from a remote
220 * @param reqTermination the termination request
228 // UserDN needs to be figured from termination request
287 * Initiates the federation termination operatio
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A Dpackage-info.java30 * Handles <code>ID-FF</code> federation termination.
32 package com.sun.identity.federation.services.termination;
H A DFSTerminationReturnServlet.java30 package com.sun.identity.federation.services.termination;
48 * Handles termination return message.
107 * Handles termination return message.
H A DFSTerminationInitiationServlet.java30 package com.sun.identity.federation.services.termination;
56 * Used to initiate federation termination.
116 * Invoked when the user clicks on the termination link in the application.
243 * @param hostedProviderDesc the provider where termination is initiated
329 FSUtils.debug.message("Unable to get termination " +
H A DFSTerminationRequestServlet.java30 package com.sun.identity.federation.services.termination;
79 * Invoked to set some commonly used termination URLs based on hosted
128 * Handles termination request.
244 * @param reqTermination the federation termination request
314 "Signature on termination request is invalid" +
315 "Cannot proceed federation termination");
329 "Signature on termination request is invalid" +
330 "Cannot proceed federation termination");
369 FSUtils.debug.error("Unable to get termination " +
374 + " Cannot process termination reques
[all...]
H A DFSFedTerminationHandler.java30 package com.sun.identity.federation.services.termination;
74 * Work engine that handles termination request/response.
120 * current federation termination. The hosted provider identifies the
189 * current federation termination. The remote provider identifies the
190 * provider who sent a request or with whom termination is to be initiated.
202 * @param userID the user who is initiating the termination process
218 * Finds the user based on the termination request received from a remote
220 * @param reqTermination the termination request
228 // UserDN needs to be figured from termination request
287 * Initiates the federation termination operatio
[all...]

Completed in 70 milliseconds