代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/230901/4718987
h chap.h
/*
* chap.h - Cryptographic Handshake Authentication Protocol definitions.
*
* Copyright (c) 1991 Gregory M. Christy
* All rights reserved.
*
* Redistribution and use in source and binary forms
www.eeworm.com/read/230901/4718991
c auth.c
/*
* auth.c - PPP authentication and phase control.
*
* Copyright (c) 1993 The Australian National University.
* All rights reserved.
*
* Redistribution and use in source and binary forms are pe
www.eeworm.com/read/228299/4765536
java usertag.java
/*
* UserTag.java
*
* Created on October 31, 2002, 9:15 PM
*/
package gov.nist.security.authentication;
/**
* Class representing a user
* @author deruelle
*/
public class UserTag {
/**use
www.eeworm.com/read/228295/4765671
java usertag.java
/*
* UserTag.java
*
* Created on October 31, 2002, 9:15 PM
*/
package gov.nist.sip.proxy.authentication;
/**
*
* @author deruelle
*/
public class UserTag {
private String userName;
www.eeworm.com/read/225009/4799940
java logincomponent.java
package xyz.frame.plugin.login;
import xyz.frame.annotations.Component;
import xyz.frame.annotations.Read;
/**
* A basic authorization and authentication component
*
* @author Guilherme Silveira
www.eeworm.com/read/217024/4877411
java signupform.java
package org.appfuse.webapp.action;
import org.acegisecurity.Authentication;
import org.acegisecurity.context.SecurityContextHolder;
import org.acegisecurity.providers.ProviderManager;
import org
www.eeworm.com/read/217024/4877564
java usersecurityadvicetest.java
package org.appfuse.service;
import org.acegisecurity.AccessDeniedException;
import org.acegisecurity.Authentication;
import org.acegisecurity.GrantedAuthority;
import org.acegisecurity.GrantedA
www.eeworm.com/read/209211/4984160
c rsa.c
/*
* SSH RSA authentication.
*
* Client protocol:
* read public key
* if you don't like it, read another, repeat
* write challenge
* read response
* all numbers are hexadecimal biginits pars
www.eeworm.com/read/209211/4984162
c sshrsa.c
/*
* SSH RSA authentication.
*
* Client protocol:
* read public key
* if you don't like it, read another, repeat
* write challenge
* read response
* all numbers are hexadecimal biginits pars
www.eeworm.com/read/201514/5058770
asmx soapheaderauthentication.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
public class Authentication : SoapHeader {
public stri