代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/471038/1434175
java external.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to create an initial context to an LDAP server
* using External authentication & SSL.
*
www.eeworm.com/read/469304/1480782
java simple.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to create an initial context to an LDAP server
* using simple authentication.
*
* usage
www.eeworm.com/read/469304/1480786
java usediff.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to use different authentication information
* for one context.
*
* usage: java UseDiff
www.eeworm.com/read/469304/1480793
java badpasswd.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how failure to supply correct authentication information
* fails.
*
* usage: java BadPasswd
www.eeworm.com/read/469304/1480796
java external.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to create an initial context to an LDAP server
* using External authentication & SSL.
*
www.eeworm.com/read/458653/1584880
c md5.c
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
#ifdef _WIN32_WCE
#undef FREEBSD
#elif FREEBSD
# include
www.eeworm.com/read/251805/4415567
c hmac.c
/*
* FILE: hmac.c
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/251805/4415583
h hmac.h
/*
* FILE: hmac.h
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/247207/4485802
c negotiate_auth.c
/*
* mswin_negotiate_auth: helper for Negotiate Authentication for Squid Cache
*
* (C)2005 Guido Serassio - Acme Consulting S.r.l.
*
* Authors:
* Guido Serassio