Searched defs:reqAuthnContext (Results 1 - 4 of 4) sorted by relevance

/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
/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...]

Completed in 67 milliseconds