代码搜索:Authentication

找到约 6,490 项符合「Authentication」的源代码

代码结果 6,490
www.eeworm.com/read/173141/5379256

sql secureusers1.sql

-- -- Negative test for SECURE users. This tries to authenticate against an LDAP -- server on a machine which is not accessible/doesn't exist. -- -- 'ldapSchemeDB' - LDAP authentication (on NT thru
www.eeworm.com/read/173141/5379877

out datasourcepermissions.out

EXPECTED SHUTDOWN Derby system shutdown. Checking authentication with DriverManager EXPECTED CONNFAIL Connection refused : Invalid authentication. EXPECTED CONNFAIL Connection refused : Invalid authen
www.eeworm.com/read/171692/5392108

properties im.properties

examples.im.outboundProxyAddress=127.0.0.1 examples.im.outboundProxyPort=4000 examples.im.registrarAddress=127.0.0.1 examples.im.registrarPort=4000 examples.im.imAddress=127.0.0.1 examples.im.imPort=5
www.eeworm.com/read/171692/5392109

properties im1.properties

examples.im.outboundProxyAddress=127.0.0.1 examples.im.outboundProxyPort=4000 examples.im.registrarAddress=127.0.0.1 examples.im.registrarPort=4000 examples.im.imAddress=127.0.0.1 examples.im.imPort=9
www.eeworm.com/read/170307/5404736

config web.config

www.eeworm.com/read/169714/5411578

sh script_pana_paa_ep.sh

#!/bin/bash echo "******************** PANA PAA EP SCRIPT ********************" # # This script is called by PANA PAA during the # following events: # # 1. Authentication succeeds # 2. PANA IP addr
www.eeworm.com/read/169714/5411580

bat script_pana_paa_ep.bat

echo "******************** PANA PAA EP SCRIPT ********************" # # This script is called by PANA PAA during the # following events: # # 1. Authentication succeeds # 2. PANA IP address update oc
www.eeworm.com/read/168554/5444742

java commentauthenticator.java

package org.roller.presentation.velocity; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.velocity.context.Context; import org.roller.po
www.eeworm.com/read/167911/5450775

java simploginmycb.java

import javax.security.auth.*; import javax.security.auth.login.*; public class SimpLoginMyCB { public static void main(String[] args) throws Exception { //登录 MyCallbackHandler
www.eeworm.com/read/167911/5450776

java sharesamploginmodule.java

// package sample.module; import java.util.*; import java.io.IOException; import javax.security.auth.*; import javax.security.auth.callback.*; import javax.security.auth.login.*; import javax.