Searched refs:authnContextStmt (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java117 private AuthnContext authnContextStmt = null; field in class:FSAssertionArtifactHandler
779 authnContextStmt = authStatement.getAuthnContext();
1206 if (authnContextStmt != null &&
1207 authnContextStmt.getAuthnContextClassRef() != null &&
1208 authnContextStmt.getAuthnContextClassRef().length() != 0)
1212 authnContextStmt.getAuthnContextClassRef();
1617 if (authnContextStmt != null) {
1619 authnContextStmt.getAuthnContextClassRef();
1882 if (authnContextStmt != null) {
1883 String authnContext = authnContextStmt
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java119 private AuthnContext authnContextStmt = null; field in class:FSAssertionArtifactHandler
781 authnContextStmt = authStatement.getAuthnContext();
1208 if (authnContextStmt != null &&
1209 authnContextStmt.getAuthnContextClassRef() != null &&
1210 authnContextStmt.getAuthnContextClassRef().length() != 0)
1214 authnContextStmt.getAuthnContextClassRef();
1619 if (authnContextStmt != null) {
1621 authnContextStmt.getAuthnContextClassRef();
1884 if (authnContextStmt != null) {
1885 String authnContext = authnContextStmt
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java800 AuthnContext authnContextStmt = new AuthnContext(null, null);
802 authMethod, authInstant, sub, authLocality, null, authnContextStmt);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java801 AuthnContext authnContextStmt = new AuthnContext(null, null);
803 authMethod, authInstant, sub, authLocality, null, authnContextStmt);

Completed in 74 milliseconds