?? nopasswordneededauth.java
字號:
package com.mozilla.bespin.auth;import com.mozilla.bespin.RequestContext;/** * Created by IntelliJ IDEA. * User: dion * Date: Jan 5, 2009 * Time: 11:52:59 AM * To change this template use File | Settings | File Templates. */public class NoPasswordNeededAuth implements Authenticator { public String authenticate(RequestContext ctx, String username, String password) { return username; } public Object verify(RequestContext ctx) { return null; // No need to verify in this scheme }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -