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

📄 readme.txt

📁 《Master EJB 第二版》
💻 TXT
字号:
This example illustrates JAAS security connecting to an EJB system.

Try compiling the example and then running it as-is.  The user should authenticate and authorize.

Next, try changing the user's password in src\PasswordLoginModule.java.  The user should not authenticate.
When you're done, restore the password.

Next, try changing the group that the role maps to in weblogic-ejb-jar.xml (try changing the role to
"Administrators" instead of "everyone".  The user should authenticate but not authorize.
When you're done, restore the group.

Next, try changing the group that users belong to (Weblogic: type from a
web browser http://localhost:7001/console).  Then try changing the group that 'guest' belongs to.
The user should authenticate but not authorize.


⌨️ 快捷键说明

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