Searched refs:FSAuthnResponse (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java33 import com.sun.identity.federation.message.FSAuthnResponse;
199 FSAuthnResponse authnResponse,
225 FSAuthnResponse authnResponse,
249 FSAuthnResponse authnResponse,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java33 import com.sun.identity.federation.message.FSAuthnResponse;
199 FSAuthnResponse authnResponse,
225 FSAuthnResponse authnResponse,
249 FSAuthnResponse authnResponse,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserPostConsumerHandler.java33 import com.sun.identity.federation.message.FSAuthnResponse;
48 protected FSAuthnResponse authnResponse = null;
H A DFSLECPConsumerHandler.java32 import com.sun.identity.federation.message.FSAuthnResponse;
47 protected FSAuthnResponse authnResponse = null;
H A DFSWMLPostConsumerHandler.java33 import com.sun.identity.federation.message.FSAuthnResponse;
48 protected FSAuthnResponse authnResponse = null;
H A DFSSSOBrowserPostProfileHandler.java39 import com.sun.identity.federation.message.FSAuthnResponse;
96 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
241 FSAuthnResponse authnResponse = createAuthnResponse(
H A DFSSSOWMLPostProfileHandler.java38 import com.sun.identity.federation.message.FSAuthnResponse;
90 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
213 FSAuthnResponse authnResponse = createAuthnResponse (ssoToken,
H A DFSSSOLECPProfileHandler.java38 import com.sun.identity.federation.message.FSAuthnResponse;
203 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
304 FSAuthnResponse authnResponse = createAuthnResponse(
H A DFSSSOAndFedHandler.java50 import com.sun.identity.federation.message.FSAuthnResponse;
858 protected FSAuthnResponse createAuthnResponse(
866 FSAuthnResponse authnResponse = null;
887 authnResponse = new FSAuthnResponse(null,
1147 FSAuthnResponse errResponse = null;
1163 errResponse = new FSAuthnResponse(null,
1195 errResponse = new FSAuthnResponse(null,
1234 errResponse = new FSAuthnResponse(null,
1277 errResponse = new FSAuthnResponse(null,
1297 errResponse = new FSAuthnResponse(nul
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserPostConsumerHandler.java33 import com.sun.identity.federation.message.FSAuthnResponse;
48 protected FSAuthnResponse authnResponse = null;
H A DFSLECPConsumerHandler.java32 import com.sun.identity.federation.message.FSAuthnResponse;
47 protected FSAuthnResponse authnResponse = null;
H A DFSWMLPostConsumerHandler.java33 import com.sun.identity.federation.message.FSAuthnResponse;
48 protected FSAuthnResponse authnResponse = null;
H A DFSSSOBrowserPostProfileHandler.java39 import com.sun.identity.federation.message.FSAuthnResponse;
96 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
241 FSAuthnResponse authnResponse = createAuthnResponse(
H A DFSSSOWMLPostProfileHandler.java38 import com.sun.identity.federation.message.FSAuthnResponse;
90 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
213 FSAuthnResponse authnResponse = createAuthnResponse (ssoToken,
H A DFSSSOLECPProfileHandler.java38 import com.sun.identity.federation.message.FSAuthnResponse;
203 protected void sendAuthnResponse (FSAuthnResponse authnResponse) {
304 FSAuthnResponse authnResponse = createAuthnResponse(
H A DFSSSOAndFedHandler.java50 import com.sun.identity.federation.message.FSAuthnResponse;
858 protected FSAuthnResponse createAuthnResponse(
866 FSAuthnResponse authnResponse = null;
887 authnResponse = new FSAuthnResponse(null,
1147 FSAuthnResponse errResponse = null;
1163 errResponse = new FSAuthnResponse(null,
1195 errResponse = new FSAuthnResponse(null,
1234 errResponse = new FSAuthnResponse(null,
1277 errResponse = new FSAuthnResponse(null,
1297 errResponse = new FSAuthnResponse(nul
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java54 private FSAuthnResponse authnResponse;
67 * @param authnResponse the <code>FSAuthnResponse</code> object.
69 public FSAuthnResponseEnvelope(FSAuthnResponse authnResponse) {
120 authnResponse = new FSAuthnResponse((Element) child);
169 * Returns the <code>FSAuthnResponse</code> object.
171 * @return the <code>FSAuthnResponse</code> object.
172 * @see #setAuthnResponse(FSAuthnResponse)
175 public FSAuthnResponse getAuthnResponse() {
180 * Sets the <code>FSAuthnResponse</code> object.
182 * @param authnResponse the <code>FSAuthnResponse</cod
[all...]
H A DFSAuthnResponse.java25 * $Id: FSAuthnResponse.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
57 * The class <code>FSAuthnResponse</code> creates and parses the
66 public class FSAuthnResponse extends Response { class in inherits:Response
77 * Constructor to create <code>FSAuthnResponse</code> object.
88 public FSAuthnResponse(String responseID,String inResponseTo, method in class:FSAuthnResponse
97 * Creates <code>FSAuthnResponse</code> object from XML Schema.
103 public static FSAuthnResponse parseAuthnResponseXML(
106 FSUtils.debug.message("FSAuthnResponse.parseAuthnResponseXML: Called");
112 "FSAuthnResponse.parseXML:Error "
118 return new FSAuthnResponse(roo
129 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException { method in class:FSAuthnResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java54 private FSAuthnResponse authnResponse;
67 * @param authnResponse the <code>FSAuthnResponse</code> object.
69 public FSAuthnResponseEnvelope(FSAuthnResponse authnResponse) {
120 authnResponse = new FSAuthnResponse((Element) child);
169 * Returns the <code>FSAuthnResponse</code> object.
171 * @return the <code>FSAuthnResponse</code> object.
172 * @see #setAuthnResponse(FSAuthnResponse)
175 public FSAuthnResponse getAuthnResponse() {
180 * Sets the <code>FSAuthnResponse</code> object.
182 * @param authnResponse the <code>FSAuthnResponse</cod
[all...]
H A DFSAuthnResponse.java25 * $Id: FSAuthnResponse.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
60 * The class <code>FSAuthnResponse</code> creates and parses the
69 public class FSAuthnResponse extends Response { class in inherits:Response
80 * Constructor to create <code>FSAuthnResponse</code> object.
91 public FSAuthnResponse(String responseID,String inResponseTo, method in class:FSAuthnResponse
100 * Creates <code>FSAuthnResponse</code> object from XML Schema.
106 public static FSAuthnResponse parseAuthnResponseXML(
109 FSUtils.debug.message("FSAuthnResponse.parseAuthnResponseXML: Called");
115 "FSAuthnResponse.parseXML:Error "
121 return new FSAuthnResponse(roo
132 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException { method in class:FSAuthnResponse
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java45 import com.sun.identity.federation.message.FSAuthnResponse;
162 FSAuthnResponse authnResponse,
190 FSAuthnResponse authnResponse,
360 FSAuthnResponse authnResponse,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java45 import com.sun.identity.federation.message.FSAuthnResponse;
162 FSAuthnResponse authnResponse,
190 FSAuthnResponse authnResponse,
360 FSAuthnResponse authnResponse,
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DLibertyAuthnResponseHelper.java45 import com.sun.identity.federation.message.FSAuthnResponse;
78 return FSAuthnResponse.parseAuthnResponseXML(authnResponseXML);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java49 import com.sun.identity.federation.message.FSAuthnResponse;
394 FSAuthnResponse authnResponse = createAuthnResponse(
744 private FSAuthnResponse createAuthnResponse(
754 FSAuthnResponse response = new FSAuthnResponse(null, inResponseTo,
867 HttpServletResponse response, FSAuthnResponse authnResponse, String destURL) {
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java51 import com.sun.identity.federation.message.FSAuthnResponse;
396 FSAuthnResponse authnResponse = createAuthnResponse(
745 private FSAuthnResponse createAuthnResponse(
755 FSAuthnResponse response = new FSAuthnResponse(null, inResponseTo,
868 HttpServletResponse response, FSAuthnResponse authnResponse, String destURL) {

Completed in 50 milliseconds

12