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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java57 private java.util.Date _notBefore=null; field in class:Conditions
98 _notBefore = notBefore;
102 _notBefore = notBefore;
126 _notBefore = notBefore;
202 _notBefore = DateUtils.stringToDate(dt);
271 return _notBefore;
314 if (_notBefore == null ) {
323 if (someTime >= _notBefore.getTime()) {
326 } else if ((someTime >= _notBefore.getTime()) &&
423 if (_notBefore !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java57 private java.util.Date _notBefore=null; field in class:Conditions
98 _notBefore = notBefore;
102 _notBefore = notBefore;
126 _notBefore = notBefore;
202 _notBefore = DateUtils.stringToDate(dt);
271 return _notBefore;
314 if (_notBefore == null ) {
323 if (someTime >= _notBefore.getTime()) {
326 } else if ((someTime >= _notBefore.getTime()) &&
423 if (_notBefore !
[all...]

Completed in 190 milliseconds