?? authenticator.java
字號(hào):
package com.mozilla.bespin.auth;import com.mozilla.bespin.RequestContext;/** * Created by IntelliJ IDEA. * User: dion * Date: Jan 5, 2009 * Time: 11:33:54 AM * To change this template use File | Settings | File Templates. */public interface Authenticator { public String authenticate(RequestContext ctx, String username, String password); public Object verify(RequestContext ctx);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -