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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DRequestedAuthnContextImpl.java72 private List authnContextDeclRef = null; field in class:RequestedAuthnContextImpl
146 if(authnContextDeclRef != null) {
202 if ((authnContextDeclRef != null) && !authnContextDeclRef.isEmpty()) {
224 if (authnContextDeclRef == null) {
225 authnContextDeclRef = new ArrayList();
228 return authnContextDeclRef;
254 authnContextDeclRef = value;
337 if ((authnContextClassRef != null) && (authnContextDeclRef != null)) {
354 if ((authnContextDeclRef !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DRequestedAuthnContextImpl.java72 private List authnContextDeclRef = null; field in class:RequestedAuthnContextImpl
146 if(authnContextDeclRef != null) {
202 if ((authnContextDeclRef != null) && !authnContextDeclRef.isEmpty()) {
224 if (authnContextDeclRef == null) {
225 authnContextDeclRef = new ArrayList();
228 return authnContextDeclRef;
254 authnContextDeclRef = value;
337 if ((authnContextClassRef != null) && (authnContextDeclRef != null)) {
354 if ((authnContextDeclRef !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnContextImpl.java92 private String authnContextDeclRef = null; field in class:AuthnContextImpl
102 (authnContextDeclRef == null ||
103 authnContextDeclRef.trim().length() == 0))
114 && authnContextDeclRef != null
115 && authnContextDeclRef.trim().length() != 0)
170 authnContextDeclRef != null ||
219 if (authnContextDeclRef != null) {
228 authnContextDeclRef =
230 if (authnContextDeclRef == null ||
231 authnContextDeclRef
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnContextImpl.java92 private String authnContextDeclRef = null; field in class:AuthnContextImpl
102 (authnContextDeclRef == null ||
103 authnContextDeclRef.trim().length() == 0))
114 && authnContextDeclRef != null
115 && authnContextDeclRef.trim().length() != 0)
170 authnContextDeclRef != null ||
219 if (authnContextDeclRef != null) {
228 authnContextDeclRef =
230 if (authnContextDeclRef == null ||
231 authnContextDeclRef
[all...]

Completed in 59 milliseconds