代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/197024/8035114
plg authentication.plg
Build Log
--------------------Configuration: authentication - Win32 Debug--------------------
Command Lines
Results
authenticat
www.eeworm.com/read/197024/8035116
opt authentication.opt
www.eeworm.com/read/152312/5674516
java authentication.java
package com.ibm.atp.auth;
/*
* @(#)Authentication.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for thi
www.eeworm.com/read/136985/5839885
java authentication.java
/*
* Created on 2004-8-9
*
*/
package com.esimple.service.rbac.login;
import com.esimple.service.rbac.po.Operator;
/**
* 用户登录验证
* @author steven
*
*/
public interface Authenticat
www.eeworm.com/read/130122/5964226
java authentication.java
package com.croftsoft.core.security;
import java.io.Serializable;
import com.croftsoft.core.lang.NullArgumentException;
import com.croftsoft.core.lang.ObjectLib;
/**
www.eeworm.com/read/124426/6047907
java authentication.java
package org.jbpm.web.struts.action;
import javax.servlet.http.*;
public class Authentication {
public static void setUser( String user, HttpServletRequest request ) {
request.getSessio
www.eeworm.com/read/111078/6159258
java authentication.java
/**
* Copyright (C) 2003-2004 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free
www.eeworm.com/read/401568/11556060
js _authentication.js
function getAuthenticatedUser()
{
var username = Jaxer.session.username;
if (typeof username == "undefined") return null;
var rs = Jaxer.DB.execute("SELECT * FROM users WHERE username = ?", [us
www.eeworm.com/read/347752/11638353
cpp authentication.cpp
// Authentication.cpp : implementation file
//
#include "stdafx.h"
#include "FingerDemo.h"
#include "Authentication.h"
#include "fingerdll.h"
#include "scandialog.h"
#include "zhongzhgetbmp.h