📄 authentication.java
字号:
/*
* Created on 2004-8-9
*
*/
package com.esimple.service.rbac.login;
import com.esimple.service.rbac.po.Operator;
/**
* 用户登录验证
* @author steven
*
*/
public interface Authentication {
public boolean login(Operator user,Object certificate);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -