代码搜索:Authenticator
找到约 887 项符合「Authenticator」的源代码
代码结果 887
www.eeworm.com/read/114744/6122459
java authenticationconfig.java
package persistence.servlet;
import persistence.*;
import java.io.InputStream;
import javax.servlet.*;
import org.w3c.dom.*;
import org.xml.sax.InputSource;
import org.apache.xerces.parsers.DO
www.eeworm.com/read/112303/6146168
c auth_log.c
/*
* Program: Login authenticator
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Building, AG-44
*
www.eeworm.com/read/112192/6149046
c auth_log.c
/*
* Program: Login authenticator
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Building, AG-44
*
www.eeworm.com/read/101075/6254338
entries
/Authenticator.java/1.2/Mon Mar 4 20:19:20 2002//TSTABLE_07082002
/MembershipService.java/1.2/Mon Mar 4 20:19:20 2002//TSTABLE_07082002
/package.html/1.1/Mon Feb 18 16:06:28 2002//TSTABLE_07082002
www.eeworm.com/read/101075/6255159
entries
/Authenticator.java/1.7/Thu Dec 20 22:13:40 2001//TSTABLE_07082002
/MembershipService.java/1.2/Mon Dec 17 02:30:30 2001//TSTABLE_07082002
/package.html/1.1/Mon Dec 17 19:18:52 2001//TSTABLE_07082002
www.eeworm.com/read/130965/14165109
h auth-proto.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/231489/14231528
cpp digestauthentication.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/227756/14414143
java simplemailsender.java
package book.email;
import java.util.Date;
import javax.mail.Address;
import javax.mail.BodyPart;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart
www.eeworm.com/read/211600/15176791
java popupauthenticator.java
package mailbox;
import javax.mail.*;
public class PopupAuthenticator extends Authenticator{
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication(User
www.eeworm.com/read/208881/15233495
java receiveuseauthenticator.java
import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;
public class ReceiveUseAuthenticator{
public static void main(String[] args){
try{
//设置属性值
Properties props =