如何在Rhino JavaScript中将PasswordAuthentication转换为Authenticator

时间:2016-06-30 13:27:45

标签: javascript

原始Java代码如下,

 Session.getDefaultInstance(mailProperties, new Authenticator(){
protected PasswordAuthentication getPasswordAuthentication() {
    return new PasswordAuthentication(smtp_user, smtp_pass);
}});

需要进行哪些修改才能使其与Rhino Javascript一起使用?

0 个答案:

没有答案