Searched defs:RequestAuthnContext (Results 1 - 2 of 2) 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...]

Completed in 29 milliseconds