Searched refs:reqAuthnContext (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAuthnRequest.cs134 RequestedAuthnContext reqAuthnContext = GetRequestedAuthnContext(serviceProvider, parameters);
174 if (reqAuthnContext != null)
176 rawXml.Append(reqAuthnContext.GenerateXmlString());
273 RequestedAuthnContext reqAuthnContext = null;
279 reqAuthnContext = new RequestedAuthnContext();
300 reqAuthnContext.SetAuthnContextClassRef(classRefs);
301 reqAuthnContext.SetAuthnContextDeclRef(declRefs);
305 reqAuthnContext.Comparison = parameters[Saml2Constants.AuthComparison];
309 return reqAuthnContext;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAuthnRequest.cs135 RequestedAuthnContext reqAuthnContext = GetRequestedAuthnContext(serviceProvider, parameters);
175 if (reqAuthnContext != null)
177 rawXml.Append(reqAuthnContext.GenerateXmlString());
327 RequestedAuthnContext reqAuthnContext = null;
333 reqAuthnContext = new RequestedAuthnContext();
354 reqAuthnContext.SetAuthnContextClassRef(classRefs);
355 reqAuthnContext.SetAuthnContextDeclRef(declRefs);
359 reqAuthnContext.Comparison = parameters[Saml2Constants.AuthComparison];
363 return reqAuthnContext;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java65 private RequestedAuthnContext reqAuthnContext; field in class:AuthnRequestImpl
203 return reqAuthnContext;
209 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
214 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext) argument
220 this.reqAuthnContext = reqAuthnContext;
607 if (reqAuthnContext != null) {
610 reqAuthnContext.toXMLString(includeNSPrefix,declareNS));
642 if ((reqAuthnContext != null) && (reqAuthnContext
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java65 private RequestedAuthnContext reqAuthnContext; field in class:AuthnRequestImpl
203 return reqAuthnContext;
209 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
214 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext) argument
220 this.reqAuthnContext = reqAuthnContext;
607 if (reqAuthnContext != null) {
610 reqAuthnContext.toXMLString(includeNSPrefix,declareNS));
642 if ((reqAuthnContext != null) && (reqAuthnContext
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java111 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
116 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java116 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
121 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext) argument

Completed in 32 milliseconds