HTTPBasic.xml revision 04587ff4ee42b8a467e36c6fb38c335af0dc94b4
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<?xml version="1.0" encoding="UTF-8"?>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<!--
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna The contents of this file are subject to the terms
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna of the Common Development and Distribution License
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna (the License). You may not use this file except in
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna compliance with the License.
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna You can obtain a copy of the License at
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna https://opensso.dev.java.net/public/CDDLv1.0.html or
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna opensso/legal/CDDLv1.0.txt
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna See the License for the specific language governing
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna permission and limitations under the License.
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna When distributing Covered Code, include this CDDL
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna Header Notice in each file and include the License file
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna at opensso/legal/CDDLv1.0.txt.
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna If applicable, add the following below the CDDL Header,
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna with the fields enclosed by brackets [] replaced by
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna your own identifying information:
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna "Portions Copyrighted [year] [name of copyright owner]"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna $Id: HTTPBasic.xml,v 1.11 2009/07/16 04:12:03 cbasha Exp $
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna-->
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna<ModuleProperties moduleName="HTTPBasic" version="1.0" >
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Callbacks length="1" order="1" timeout="120" header="此服务器使用 HTTPBasic 验证">
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <HttpCallback>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <HttpHeader>Authorization</HttpHeader>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <Negotiation>WWW-Authenticate:BASIC realm=&quot;basic_realm&quot;</Negotiation>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna <HttpErrorCode>401</HttpErrorCode>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </HttpCallback>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna </Callbacks>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna</ModuleProperties>
48b78901f656af2c67b9b0702a15e7596eb74c54David Luna