Searched defs:FSLogoutNotification (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java25 * $Id: FSLogoutNotification.java,v 1.4 2008/06/25 05:46:44 qcheng Exp $
71 public class FSLogoutNotification extends AbstractRequest { class in inherits:AbstractRequest
84 public FSLogoutNotification() { method in class:FSLogoutNotification
89 * Constructor creates <code>FSLogoutNotification</code> object
96 public FSLogoutNotification(Element root) throws FSMsgException { method in class:FSLogoutNotification
99 FSUtils.debug.message("FSLogoutNotification(Element): null input.");
104 FSUtils.debug.message("FSLogoutNotification(Element): wrong input");
160 FSUtils.debug.message("FSLogoutNotification "
170 FSUtils.debug.message("FSLogoutNotification "
183 FSUtils.debug.message("FSLogoutNotification "
240 public FSLogoutNotification(String requestId,String providerID, method in class:FSLogoutNotification
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java25 * $Id: FSLogoutNotification.java,v 1.4 2008/06/25 05:46:44 qcheng Exp $
74 public class FSLogoutNotification extends AbstractRequest { class in inherits:AbstractRequest
87 public FSLogoutNotification() { method in class:FSLogoutNotification
92 * Constructor creates <code>FSLogoutNotification</code> object
99 public FSLogoutNotification(Element root) throws FSMsgException { method in class:FSLogoutNotification
102 FSUtils.debug.message("FSLogoutNotification(Element): null input.");
107 FSUtils.debug.message("FSLogoutNotification(Element): wrong input");
163 FSUtils.debug.message("FSLogoutNotification "
173 FSUtils.debug.message("FSLogoutNotification "
186 FSUtils.debug.message("FSLogoutNotification "
243 public FSLogoutNotification(String requestId,String providerID, method in class:FSLogoutNotification
[all...]

Completed in 28 milliseconds