ps.setTimestamp(1,new Timestamp(passwordLastModified.getTime())); | ps.setTimestamp(1,new Timestamp(passwordLastModified)); | passwordLastModified.getTime() | passwordLastModified | uaa | 2ab8fdf8848fd35018ea04d4657734eac4bbdf0c | org.cloudfoundry.identity.uaa.scim.jdbc.JdbcScimUserProvisioning | | _1 | passwordLastModified |
---|
_2 | passwordLastModified |
---|
| TCIVar | passwordLastModified |
---|
| | TCIVar | passwordLastModified |
---|
| Uses | True |
if(nextExpiration != null && (nextExpirationDelay=nextExpiration.getTime() - System.currentTimeMillis()) > delta) | if(nextExpirationPristine > 0 && timer.timerState != TimerState.RETRY_TIMEOUT && (nextExpirationDelay=nextExpirationPristine - System.currentTimeMillis()) > delta) | nextExpiration.getTime() | nextExpiration | wildfly | 6c525a864a72af12bc153622dea5a7d382bad481 | org.jboss.as.ejb3.timerservice.TimerServiceImpl.TaskPostPersist | | _1 | nextExpiration |
---|
_2 | nextExpirationPristine |
---|
| | | | Uses | True |