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

📄 auth.conf

📁 《J2EE企业级应用开发》一书的配套源代码
💻 CONF
字号:

// An example of the SRP login module
srp-client {
   org.jboss.srp.jaas.SRPLoginModule required
      password-stacking="useFirstPass"
      principalClassName="org.jboss.security.SimplePrincipal"
      srpServerJndiName="SRPServerInterface"
      debug=true
      ;

   // The JBoss LoginModule
   org.jboss.security.ClientLoginModule  required
      password-stacking="useFirstPass"
      ;

   // Put your login modules that need JBoss here
};

// The default client login module configuration that infects the
// EJB transport layer with the application caller
other {

   // JBoss LoginModule
   org.jboss.security.ClientLoginModule  required
	;

   // Put your login modules that need JBoss here
};
 

⌨️ 快捷键说明

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