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

📄 auth.conf

📁 精通RMI 这是RMI的入门基础 特别对刚开始学RMI的同胞们很有帮助
💻 CONF
字号:
// Put login modules providing authentication and realm mappings
// for specific beans here, for example:
// mybean {
//   org.jboss.security.DatabaseServerLoginModule required db="jdbc/DbJndiName" table="UserTable" name="UserNameColumn" password="UserPswColumn";
//   com.mycompany.MyRealmMappingLoginModule required param1="value1" param2="value2";
// }

other {
    // Provides the default realm mapping
    org.jboss.security.SimpleServerLoginModule required;

    // For database based authentication comment the line above,
    // uncomment the line below and adjust the parameters in quotes
    // org.jboss.security.DatabaseServerLoginModule required db="jdbc/DbJndiName" table="UserTable" name="UserNameColumn" password="UserPswColumn";
};
 

⌨️ 快捷键说明

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