OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH
(Results
1 - 24
of
24
) sorted by null
/external/apache-http/src/org/apache/http/auth/
AUTH.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/
auth
/
AUTH
.java $
32
package org.apache.http.
auth
;
41
public final class
AUTH
{
63
private
AUTH
() {
/external/dbus/test/data/auth/
client-out-of-mechanisms.auth-script
5
EXPECT_COMMAND
AUTH
mechanisms.auth-script
2
## in response to blank
AUTH
5
SEND
AUTH
anonymous-client-successful.auth-script
6
EXPECT_COMMAND
AUTH
11
EXPECT_COMMAND
AUTH
fallback.auth-script
1
## this tests that a client can fallback to a secondary
auth
mech
5
## Will try EXTERNAL by default first without first calling
AUTH
alone.
7
EXPECT_COMMAND
AUTH
12
EXPECT_COMMAND
AUTH
invalid-command-client.auth-script
5
EXPECT_COMMAND
AUTH
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h
1
/* @(#)
auth
.h 2.3 88/08/07 4.0 RPCSRC; from 1.17 88/02/08 SMI */
32
*
auth
.h, Authentication interface.
37
* is required to pass a
AUTH
* to routines that create rpc
86
enum_t oa_flavor; /* flavor of
auth
*/
87
caddr_t oa_base; /* address of more
auth
stuff */
92
*
Auth
handle, interface to client side authenticators.
94
typedef struct
AUTH
AUTH
;
95
struct
AUTH
{
100
void (*ah_nextverf) (
AUTH
*);
[
all
...]
clnt.h
43
#include <rpc/
auth
.h>
110
enum auth_stat RE_why; /* why the
auth
error occurred */
130
* Client is responsible for initializing
auth
, see e.g. auth_none.c.
134
AUTH
*cl_auth; /* authenticator */
/external/apache-http/src/org/apache/http/impl/client/
DefaultProxyAuthenticationHandler.java
39
import org.apache.http.
auth
.
AUTH
;
40
import org.apache.http.
auth
.MalformedChallengeException;
68
Header[] headers = response.getHeaders(
AUTH
.PROXY_AUTH);
DefaultTargetAuthenticationHandler.java
39
import org.apache.http.
auth
.
AUTH
;
40
import org.apache.http.
auth
.MalformedChallengeException;
68
Header[] headers = response.getHeaders(
AUTH
.WWW_AUTH);
/external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/
auth
/AuthSchemeBase.java $
31
package org.apache.http.impl.
auth
;
35
import org.apache.http.
auth
.
AUTH
;
36
import org.apache.http.
auth
.AuthScheme;
37
import org.apache.http.
auth
.MalformedChallengeException;
76
if (authheader.equalsIgnoreCase(
AUTH
.WWW_AUTH)) {
78
} else if (authheader.equalsIgnoreCase(
AUTH
.PROXY_AUTH)) {
BasicScheme.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/
auth
/BasicScheme.java $
31
package org.apache.http.impl.
auth
;
36
import org.apache.http.
auth
.AuthenticationException;
37
import org.apache.http.
auth
.Credentials;
38
import org.apache.http.
auth
.
AUTH
;
39
import org.apache.http.
auth
.MalformedChallengeException;
40
import org.apache.http.
auth
.params.AuthParams;
123
* @throws org.apache.http.
auth
.InvalidCredentialsException if authentication credentials
175
buffer.append(
AUTH
.PROXY_AUTH_RESP)
[
all
...]
NTLMScheme.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/
auth
/NTLMScheme.java $
31
package org.apache.http.impl.
auth
;
35
import org.apache.http.
auth
.
AUTH
;
36
import org.apache.http.
auth
.AuthenticationException;
37
import org.apache.http.
auth
.Credentials;
38
import org.apache.http.
auth
.InvalidCredentialsException;
39
import org.apache.http.
auth
.MalformedChallengeException;
40
import org.apache.http.
auth
.NTCredentials;
41
import org.apache.http.impl.
auth
.AuthSchemeBase
[
all
...]
DigestScheme.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/
auth
/DigestScheme.java $
31
package org.apache.http.impl.
auth
;
40
import org.apache.http.
auth
.AuthenticationException;
41
import org.apache.http.
auth
.Credentials;
42
import org.apache.http.
auth
.
AUTH
;
43
import org.apache.http.
auth
.MalformedChallengeException;
44
import org.apache.http.
auth
.params.AuthParams;
55
* Currently only qop=
auth
or no qop is supported. qop=
auth
-in
[
all
...]
/external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java
41
import org.apache.http.
auth
.
AUTH
;
42
import org.apache.http.
auth
.AuthScheme;
43
import org.apache.http.
auth
.AuthState;
44
import org.apache.http.
auth
.AuthenticationException;
45
import org.apache.http.
auth
.Credentials;
72
if (request.containsHeader(
AUTH
.PROXY_AUTH_RESP)) {
RequestTargetAuthentication.java
41
import org.apache.http.
auth
.
AUTH
;
42
import org.apache.http.
auth
.AuthScheme;
43
import org.apache.http.
auth
.AuthState;
44
import org.apache.http.
auth
.AuthenticationException;
45
import org.apache.http.
auth
.Credentials;
72
if (request.containsHeader(
AUTH
.WWW_AUTH_RESP)) {
/external/ppp/pppd/plugins/radius/
radiusclient.h
42
#define
AUTH
0
/prebuilt/common/http-client/
httpclient-4.1.1.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 710 milliseconds