📄 auth.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 + -