⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passwordattribute.java

📁 很棒的web服务器源代码
💻 JAVA
字号:
// PasswordAttribute.java// $Id: PasswordAttribute.java,v 1.8 2002/06/09 11:25:47 ylafon Exp $// (c) COPYRIGHT MIT and INRIA, 1996.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.auth ;import org.w3c.tools.resources.Attribute;import org.w3c.tools.resources.StringAttribute;public class PasswordAttribute extends StringAttribute {    public PasswordAttribute(String name, String password, int flags) {	super(name, password, flags);	this.type = "java.lang.String".intern();    }    public PasswordAttribute() {	super();    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -