Searched refs:IDPAuthnContextInfo (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java25 * $Id: IDPAuthnContextInfo.java,v 1.3 2008/06/25 05:47:51 qcheng Exp $
40 * The class <code>IDPAuthnContextInfo</code> consists of the mapping
47 public class IDPAuthnContextInfo { class
61 public IDPAuthnContextInfo(AuthnContext authnContext, method in class:IDPAuthnContextInfo
H A DIDPAuthnContextMapper.java40 * <code>IDPAuthnContextInfo<code> based on the RequestAuthnContext from
52 * Returns an <code>IDPAuthnContextInfo</code> object.
59 * @return an <code>IDPAuthnContextInfo</code> object
62 public IDPAuthnContextInfo getIDPAuthnContextInfo(
H A DDefaultIDPAuthnContextMapper.java78 * Returns an <code>IDPAuthnContextInfo</code> object.
85 * @return an <code>IDPAuthnContextInfo</code> object
88 public IDPAuthnContextInfo getIDPAuthnContextInfo(
184 IDPAuthnContextInfo info = new IDPAuthnContextInfo(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java25 * $Id: IDPAuthnContextInfo.java,v 1.3 2008/06/25 05:47:51 qcheng Exp $
40 * The class <code>IDPAuthnContextInfo</code> consists of the mapping
47 public class IDPAuthnContextInfo { class
61 public IDPAuthnContextInfo(AuthnContext authnContext, method in class:IDPAuthnContextInfo
H A DIDPAuthnContextMapper.java40 * <code>IDPAuthnContextInfo<code> based on the RequestAuthnContext from
52 * Returns an <code>IDPAuthnContextInfo</code> object.
59 * @return an <code>IDPAuthnContextInfo</code> object
62 public IDPAuthnContextInfo getIDPAuthnContextInfo(
H A DDefaultIDPAuthnContextMapper.java71 * Returns an <code>IDPAuthnContextInfo</code> object.
78 * @return an <code>IDPAuthnContextInfo</code> object
81 public IDPAuthnContextInfo getIDPAuthnContextInfo(
177 IDPAuthnContextInfo info = new IDPAuthnContextInfo(authnContext, authTypeAndValues, authnLevel);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java33 import com.sun.identity.saml2.plugins.IDPAuthnContextInfo;
256 IDPAuthnContextInfo idpAuthnContextInfo = null;
429 private static boolean isSessionUpgrade(IDPAuthnContextInfo idpAuthnContextInfo, Object session) {
511 IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data)
684 IDPAuthnContextInfo info, IDPSSOFederateRequest data,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java34 import com.sun.identity.saml2.plugins.IDPAuthnContextInfo;
265 IDPAuthnContextInfo idpAuthnContextInfo = null;
439 private static boolean isSessionUpgrade(IDPAuthnContextInfo idpAuthnContextInfo, Object session) {
521 IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data)
696 IDPAuthnContextInfo info, IDPSSOFederateRequest data,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java87 import com.sun.identity.saml2.plugins.IDPAuthnContextInfo;
2368 IDPAuthnContextInfo info =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java89 import com.sun.identity.saml2.plugins.IDPAuthnContextInfo;
2401 IDPAuthnContextInfo info =

Completed in 48 milliseconds