代码搜索:SIMPLOGIN
找到约 33 项符合「SIMPLOGIN」的源代码
代码结果 33
www.eeworm.com/read/110692/15527346
config simp.config
simp {
com.sun.security.auth.module.KeyStoreLoginModule required
keyStoreURL ="file:C:/java/ch9/SimpLogin/mykeystore";
};
simp2 {
SampleLoginModule required;
};
www.eeworm.com/read/192297/5157694
config ok.config
myc1 {
com.sun.security.auth.module.KeyStoreLoginModule required
keyStoreURL ="file:C:/java/ch9/SimpLogin/mykeystore";
};
www.eeworm.com/read/192297/5157695
txt 1.txt
myc1 {
com.sun.security.auth.module.KeyStoreLoginModule required
keyStoreURL ="file:C:/java/ch9/SimpLogin/mykeystore"
keyStoreAlias=mytest
keyStorePasswordURL ="file:C:/java/ch9/SimpLogi