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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DRequestAuthnContext.java25 * $Id: RequestAuthnContext.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
48 * This class <code>RequestAuthnContext</code> represents the requesting
55 public class RequestAuthnContext { class
63 * Constructor to create <code>RequestAuthnContext</code> object.
75 public RequestAuthnContext ( method in class:RequestAuthnContext
88 public RequestAuthnContext(){} method in class:RequestAuthnContext
91 * Constructor to create <code>RequestAuthnContext</code> object from
97 public RequestAuthnContext(Element root) throws FSMsgException { method in class:RequestAuthnContext
110 if(!tag.equals("RequestAuthnContext") && !tag.equals("AuthnContext")) {
331 xml.append("RequestAuthnContext");
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DRequestAuthnContext.java25 * $Id: RequestAuthnContext.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
48 * This class <code>RequestAuthnContext</code> represents the requesting
55 public class RequestAuthnContext { class
63 * Constructor to create <code>RequestAuthnContext</code> object.
75 public RequestAuthnContext ( method in class:RequestAuthnContext
88 public RequestAuthnContext(){} method in class:RequestAuthnContext
91 * Constructor to create <code>RequestAuthnContext</code> object from
97 public RequestAuthnContext(Element root) throws FSMsgException { method in class:RequestAuthnContext
110 if(!tag.equals("RequestAuthnContext") && !tag.equals("AuthnContext")) {
331 xml.append("RequestAuthnContext");
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java35 import com.sun.identity.federation.message.common.RequestAuthnContext;
74 private RequestAuthnContext authnContext = null;
118 RequestAuthnContext authnCxt,
265 authnContext = new RequestAuthnContext((Element) child);
269 authnContext = new RequestAuthnContext((Element) child);
833 * @see #setAuthnContext(RequestAuthnContext)
835 public RequestAuthnContext getAuthnContext() {
842 * @param authnCxt the <code>RequestAuthnContext</code> object.
845 public void setAuthnContext(RequestAuthnContext authnCxt) {
1484 RequestAuthnContext
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java38 import com.sun.identity.federation.message.common.RequestAuthnContext;
77 private RequestAuthnContext authnContext = null;
121 RequestAuthnContext authnCxt,
268 authnContext = new RequestAuthnContext((Element) child);
272 authnContext = new RequestAuthnContext((Element) child);
836 * @see #setAuthnContext(RequestAuthnContext)
838 public RequestAuthnContext getAuthnContext() {
845 * @param authnCxt the <code>RequestAuthnContext</code> object.
848 public void setAuthnContext(RequestAuthnContext authnCxt) {
1487 RequestAuthnContext
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java43 import com.sun.identity.federation.message.common.RequestAuthnContext;
540 RequestAuthnContext authnContext = null;
572 authnContext = new RequestAuthnContext(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java43 import com.sun.identity.federation.message.common.RequestAuthnContext;
540 RequestAuthnContext authnContext = null;
572 authnContext = new RequestAuthnContext(

Completed in 41 milliseconds