📄 i_subject.java
字号:
package org.xmlBlaster.authentication.plugins;/** * Represents a person or a company or a remote server process. * <p> * This subject may login multiple times, having like this * multiple I_Session instances. */public interface I_Subject { /** * Get the subjects login-name. * <p/> * * @return String name */ public String getName();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -