3839404142434445
public DigestAuthInterceptor() { Properties props = new Properties(); props.setProperty("foo", "bar"); props.setProperty("hello", "world"); _authentication = new SmartDigestAuthentication(new SimpleCredentialSource(props), "secret", 30); }