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