Searched refs:authnContextDecl (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnContextImpl.java91 private String authnContextDecl = null; field in class:AuthnContextImpl
100 (authnContextDecl == null ||
101 authnContextDecl.trim().length() == 0) &&
113 if (authnContextDecl != null && authnContextDecl.trim().length() != 0
169 if (authnContextDecl != null ||
196 if (authnContextDecl != null) {
205 authnContextDecl = XMLUtils.print(child);
206 if (authnContextDecl == null ||
207 authnContextDecl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnContextImpl.java91 private String authnContextDecl = null; field in class:AuthnContextImpl
100 (authnContextDecl == null ||
101 authnContextDecl.trim().length() == 0) &&
113 if (authnContextDecl != null && authnContextDecl.trim().length() != 0
169 if (authnContextDecl != null ||
196 if (authnContextDecl != null) {
205 authnContextDecl = XMLUtils.print(child);
206 if (authnContextDecl == null ||
207 authnContextDecl
[all...]

Completed in 36 milliseconds