Searched defs:toURLEncodedQueryString (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java206 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSScoping
209 FSUtils.debug.error("FSScoping.toURLEncodedQueryString: " +
H A DFSFederationTerminationNotification.java583 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSFederationTerminationNotification
586 + "toURLEncodedQueryString: providerId is null in the "
595 + "toURLEncodedQueryString: couldn't generate "
619 + "toURLEncodedQueryString: issueInstant missing");
683 + "toURLEncodedQueryString: providerId is null in the "
692 + "toURLEncodedQueryString: couldn't generate "
H A DFSLogoutNotification.java631 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSLogoutNotification
633 FSUtils.debug.error("FSLogoutNotification.toURLEncodedQueryString: "
643 "FSLogoutNotification.toURLEncodedQueryString: "
680 + "toURLEncodedQueryString: issueInstant missing");
748 FSUtils.debug.error("FSLogoutNotification.toURLEncodedQueryString: "
758 "FSLogoutNotification.toURLEncodedQueryString: "
H A DFSLogoutResponse.java816 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSLogoutResponse
819 + "toURLEncodedQueryString: providerId is null in "
827 + "toURLEncodedQueryString: couldn't generate "
862 + "toURLEncodedQueryString: issueInstant missing");
H A DFSNameRegistrationRequest.java731 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSNameRegistrationRequest
734 "toURLEncodedQueryString: providerId is null in the request " +
742 "toURLEncodedQueryString: couldn't generate RequestID.");
767 + "toURLEncodedQueryString: issueInstant missing");
H A DFSNameRegistrationResponse.java708 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSNameRegistrationResponse
711 + "toURLEncodedQueryString: providerId is null in "
719 + "toURLEncodedQueryString: couldn't generate "
743 + "toURLEncodedQueryString: issueInstant missing");
H A DFSAuthnRequest.java1175 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSAuthnRequest
1177 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1186 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1208 urlEncodedAuthnReq.append(extension.toURLEncodedQueryString(
1214 "FSAuthnRequest.toURLEncodedQueryString: " +
1247 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1305 urlEncodedAuthnReq.append(authnContext.toURLEncodedQueryString());
1316 urlEncodedAuthnReq.append(scoping.toURLEncodedQueryString());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java206 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSScoping
209 FSUtils.debug.error("FSScoping.toURLEncodedQueryString: " +
H A DFSFederationTerminationNotification.java586 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSFederationTerminationNotification
589 + "toURLEncodedQueryString: providerId is null in the "
598 + "toURLEncodedQueryString: couldn't generate "
622 + "toURLEncodedQueryString: issueInstant missing");
686 + "toURLEncodedQueryString: providerId is null in the "
695 + "toURLEncodedQueryString: couldn't generate "
H A DFSLogoutNotification.java634 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSLogoutNotification
636 FSUtils.debug.error("FSLogoutNotification.toURLEncodedQueryString: "
646 "FSLogoutNotification.toURLEncodedQueryString: "
683 + "toURLEncodedQueryString: issueInstant missing");
751 FSUtils.debug.error("FSLogoutNotification.toURLEncodedQueryString: "
761 "FSLogoutNotification.toURLEncodedQueryString: "
H A DFSLogoutResponse.java819 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSLogoutResponse
822 + "toURLEncodedQueryString: providerId is null in "
830 + "toURLEncodedQueryString: couldn't generate "
865 + "toURLEncodedQueryString: issueInstant missing");
H A DFSNameRegistrationRequest.java734 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSNameRegistrationRequest
737 "toURLEncodedQueryString: providerId is null in the request " +
745 "toURLEncodedQueryString: couldn't generate RequestID.");
770 + "toURLEncodedQueryString: issueInstant missing");
H A DFSNameRegistrationResponse.java711 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSNameRegistrationResponse
714 + "toURLEncodedQueryString: providerId is null in "
722 + "toURLEncodedQueryString: couldn't generate "
746 + "toURLEncodedQueryString: issueInstant missing");
H A DFSAuthnRequest.java1178 public String toURLEncodedQueryString() throws FSMsgException { method in class:FSAuthnRequest
1180 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1189 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1211 urlEncodedAuthnReq.append(extension.toURLEncodedQueryString(
1217 "FSAuthnRequest.toURLEncodedQueryString: " +
1250 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1308 urlEncodedAuthnReq.append(authnContext.toURLEncodedQueryString());
1319 urlEncodedAuthnReq.append(scoping.toURLEncodedQueryString());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DExtension.java323 public String toURLEncodedQueryString(String prefix) method in class:Extension
H A DRequestAuthnContext.java451 public String toURLEncodedQueryString() throws FSMsgException { method in class:RequestAuthnContext
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DExtension.java323 public String toURLEncodedQueryString(String prefix) method in class:Extension
H A DRequestAuthnContext.java451 public String toURLEncodedQueryString() throws FSMsgException { method in class:RequestAuthnContext

Completed in 66 milliseconds