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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AuthnContext</code> element specifies the context of an
78 public interface AuthnContext { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AuthnContext</code> element specifies the context of an
78 public interface AuthnContext { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.3 2008/06/25 05:46:46 qcheng Exp $
40 * This class <code>AuthnContext</code> represents an Authentication Context
47 public class AuthnContext { class
56 public AuthnContext() {} method in class:AuthnContext
60 * Constructor creates <code>AuthnContext</code> object.
66 public AuthnContext(String authnContextClassRef, method in class:AuthnContext
73 * Constructor creates <code>AuthnContext</code> object
79 public AuthnContext(Element root) throws FSMsgException { method in class:AuthnContext
81 FSUtils.debug.message("AuthnContext(): null input.");
85 if ((tag == null) || (!tag.equals("AuthnContext"))) {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.3 2008/06/25 05:46:46 qcheng Exp $
40 * This class <code>AuthnContext</code> represents an Authentication Context
47 public class AuthnContext { class
56 public AuthnContext() {} method in class:AuthnContext
60 * Constructor creates <code>AuthnContext</code> object.
66 public AuthnContext(String authnContextClassRef, method in class:AuthnContext
73 * Constructor creates <code>AuthnContext</code> object
79 public AuthnContext(Element root) throws FSMsgException { method in class:AuthnContext
81 FSUtils.debug.message("AuthnContext(): null input.");
85 if ((tag == null) || (!tag.equals("AuthnContext"))) {
[all...]

Completed in 51 milliseconds