代码搜索:Authenticator

找到约 887 项符合「Authenticator」的源代码

代码结果 887
www.eeworm.com/read/119608/14825462

pl pipe-auth.pl

#!/usr/bin/perl -w # # Sample pipe authenticator module. You can use this as a basis for your # own auth/reg module. See docs/dev/c2s-pipe-authenticator for details # about the protocol. # # This cod
www.eeworm.com/read/175066/5350246

java authenticationprompt.java

package com.maverick.http; public interface AuthenticationPrompt { public boolean promptForCredentials(HttpAuthenticator authenticator); }
www.eeworm.com/read/148153/5717225

txt eapsim-in.txt

User-Name = "eapsim" NAS-IP-Address = marajade.sandelman.ottawa.on.ca EAP-Code = Response EAP-Type-Identity = "eapsim" Message-Authenticator = 0 NAS-Port = 0 EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234
www.eeworm.com/read/144314/5750396

txt eapsim-in.txt

User-Name = "eapsim" NAS-IP-Address = marajade.sandelman.ottawa.on.ca EAP-Code = Response EAP-Type-Identity = "eapsim" Message-Authenticator = 0 NAS-Port = 0 EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234
www.eeworm.com/read/138890/5812865

txt eapsim-in.txt

User-Name = "eapsim" NAS-IP-Address = marajade.sandelman.ottawa.on.ca EAP-Code = Response EAP-Type-Identity = "eapsim" Message-Authenticator = 0 NAS-Port = 0 EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234
www.eeworm.com/read/134968/5891039

txt eapsim-in.txt

User-Name = "eapsim" NAS-IP-Address = marajade.sandelman.ottawa.on.ca EAP-Code = Response EAP-Type-Identity = "eapsim" Message-Authenticator = 0 NAS-Port = 0 EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234
www.eeworm.com/read/124745/6040630

txt eapsim-in.txt

User-Name = "eapsim" NAS-IP-Address = marajade.sandelman.ottawa.on.ca EAP-Code = Response EAP-Type-Identity = "eapsim" Message-Authenticator = 0 NAS-Port = 0 EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234
www.eeworm.com/read/453704/1638004

java myauthenticator.java

package book.email; import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; /** * 邮件身份认证器,在发送邮件时使用 */ public class MyAuthenticator extends Authenticator{ // 登陆发送邮件服务器的
www.eeworm.com/read/347831/3162296

java myauthenticator.java

package book.email; import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; /** * 邮件身份认证器,在发送邮件时使用 */ public class MyAuthenticator extends Authenticator{ // 登陆发送邮件服务器的
www.eeworm.com/read/345154/3201907

java myauthenticator.java

package book.email; import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; /** * 邮件身份认证器,在发送邮件时使用 */ public class MyAuthenticator extends Authenticator{ // 登陆发送邮件服务器的