~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to docs/apidocs/org/apache/commons/httpclient/auth/package-summary.html

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc on Sun Oct 10 17:41:04 EDT 2004 -->
 
6
<TITLE>
 
7
HttpClient 2.0.2 API: Package org.apache.commons.httpclient.auth
 
8
</TITLE>
 
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
10
</HEAD>
 
11
<BODY BGCOLOR="white">
 
12
 
 
13
<!-- ========== START OF NAVBAR ========== -->
 
14
<A NAME="navbar_top"><!-- --></A>
 
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
16
<TR>
 
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
18
<A NAME="navbar_top_firstrow"><!-- --></A>
 
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
20
  <TR ALIGN="center" VALIGN="top">
 
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
22
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
 
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
 
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
28
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
29
  </TR>
 
30
</TABLE>
 
31
</TD>
 
32
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
33
</EM>
 
34
</TD>
 
35
</TR>
 
36
 
 
37
<TR>
 
38
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
39
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
 
40
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/cookie/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 
41
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
42
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
43
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
44
</TR>
 
45
</TABLE>
 
46
<!-- =========== END OF NAVBAR =========== -->
 
47
 
 
48
<HR>
 
49
<H2>
 
50
Package org.apache.commons.httpclient.auth
 
51
</H2>
 
52
Provides implementation of various authentication schemes as well as 
 
53
      utility classes that can be used to authenticate HTTP requests.
 
54
<P>
 
55
<B>See: </B>
 
56
<BR>
 
57
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
 
58
<P>
 
59
 
 
60
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
61
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
62
<TD COLSPAN=2><FONT SIZE="+2">
 
63
<B>Interface Summary</B></FONT></TD>
 
64
</TR>
 
65
<TR BGCOLOR="white" CLASS="TableRowColor">
 
66
<TD WIDTH="15%"><B><A HREF="AuthScheme.html"><I>AuthScheme</I></A></B></TD>
 
67
<TD>
 
68
 This interface represents an abstract authentication scheme.</TD>
 
69
</TR>
 
70
</TABLE>
 
71
&nbsp;
 
72
 
 
73
<P>
 
74
 
 
75
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
76
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
77
<TD COLSPAN=2><FONT SIZE="+2">
 
78
<B>Class Summary</B></FONT></TD>
 
79
</TR>
 
80
<TR BGCOLOR="white" CLASS="TableRowColor">
 
81
<TD WIDTH="15%"><B><A HREF="AuthChallengeParser.html">AuthChallengeParser</A></B></TD>
 
82
<TD>This class provides utility methods for parsing HTTP www and proxy authentication 
 
83
 challenges.</TD>
 
84
</TR>
 
85
<TR BGCOLOR="white" CLASS="TableRowColor">
 
86
<TD WIDTH="15%"><B><A HREF="AuthSchemeBase.html">AuthSchemeBase</A></B></TD>
 
87
<TD>
 
88
 Abstract authentication scheme class that implements <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html"><CODE>AuthScheme</CODE></A>
 
89
 interface and provides a default contstructor.</TD>
 
90
</TR>
 
91
<TR BGCOLOR="white" CLASS="TableRowColor">
 
92
<TD WIDTH="15%"><B><A HREF="BasicScheme.html">BasicScheme</A></B></TD>
 
93
<TD>
 
94
 Basic authentication scheme as defined in RFC 2617.</TD>
 
95
</TR>
 
96
<TR BGCOLOR="white" CLASS="TableRowColor">
 
97
<TD WIDTH="15%"><B><A HREF="DigestScheme.html">DigestScheme</A></B></TD>
 
98
<TD>
 
99
 Digest authentication scheme as defined in RFC 2617.</TD>
 
100
</TR>
 
101
<TR BGCOLOR="white" CLASS="TableRowColor">
 
102
<TD WIDTH="15%"><B><A HREF="HttpAuthenticator.html">HttpAuthenticator</A></B></TD>
 
103
<TD>Utility methods for HTTP authorization and authentication.</TD>
 
104
</TR>
 
105
<TR BGCOLOR="white" CLASS="TableRowColor">
 
106
<TD WIDTH="15%"><B><A HREF="HttpAuthRealm.html">HttpAuthRealm</A></B></TD>
 
107
<TD>The key used to look up authentication credentials.</TD>
 
108
</TR>
 
109
<TR BGCOLOR="white" CLASS="TableRowColor">
 
110
<TD WIDTH="15%"><B><A HREF="NTLMScheme.html">NTLMScheme</A></B></TD>
 
111
<TD>An implementation of the Microsoft proprietary NTLM authentication scheme.</TD>
 
112
</TR>
 
113
<TR BGCOLOR="white" CLASS="TableRowColor">
 
114
<TD WIDTH="15%"><B><A HREF="RFC2617Scheme.html">RFC2617Scheme</A></B></TD>
 
115
<TD>
 
116
 Abstract authentication scheme class that lays foundation for all
 
117
 RFC 2617 compliant authetication schemes and provides capabilities common 
 
118
 to all authentication schemes defined in RFC 2617.</TD>
 
119
</TR>
 
120
</TABLE>
 
121
&nbsp;
 
122
 
 
123
<P>
 
124
 
 
125
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
126
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
127
<TD COLSPAN=2><FONT SIZE="+2">
 
128
<B>Exception Summary</B></FONT></TD>
 
129
</TR>
 
130
<TR BGCOLOR="white" CLASS="TableRowColor">
 
131
<TD WIDTH="15%"><B><A HREF="AuthenticationException.html">AuthenticationException</A></B></TD>
 
132
<TD>Signals a failure in authentication process</TD>
 
133
</TR>
 
134
<TR BGCOLOR="white" CLASS="TableRowColor">
 
135
<TD WIDTH="15%"><B><A HREF="MalformedChallengeException.html">MalformedChallengeException</A></B></TD>
 
136
<TD>Signals that authentication challenge is in some way invalid or 
 
137
 illegal in the given context</TD>
 
138
</TR>
 
139
</TABLE>
 
140
&nbsp;
 
141
 
 
142
<P>
 
143
<A NAME="package_description"><!-- --></A><H2>
 
144
Package org.apache.commons.httpclient.auth Description
 
145
</H2>
 
146
 
 
147
<P>
 
148
Provides implementation of various authentication schemes as well as 
 
149
      utility classes that can be used to authenticate HTTP requests.
 
150
<P>
 
151
<DL>
 
152
<DT><B>Since: </B><DD>2.0</DD>
 
153
</DL>
 
154
<HR>
 
155
 
 
156
<!-- ========== START OF NAVBAR ========== -->
 
157
<A NAME="navbar_bottom"><!-- --></A>
 
158
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
159
<TR>
 
160
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
161
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
162
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
163
  <TR ALIGN="center" VALIGN="top">
 
164
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
165
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
 
166
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
167
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
 
168
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
169
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
170
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
171
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
172
  </TR>
 
173
</TABLE>
 
174
</TD>
 
175
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
176
</EM>
 
177
</TD>
 
178
</TR>
 
179
 
 
180
<TR>
 
181
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
182
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
 
183
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/cookie/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 
184
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
185
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
186
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
187
</TR>
 
188
</TABLE>
 
189
<!-- =========== END OF NAVBAR =========== -->
 
190
 
 
191
<HR>
 
192
Copyright &copy; 2001-2004 Apache Software Foundation. All Rights Reserved.
 
193
</BODY>
 
194
</HTML>