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

Completed in 34 milliseconds