com.oaklandsw.http
Interface Credential

All Known Implementing Classes:
NtlmCredential, UserCredential

public interface Credential

The Credential interface is implemented by classes that contain credential (user/password) information for an authentication protocol.


Field Summary
static int AUTH_BASIC
          Basic authentication protocol.
static int AUTH_DIGEST
          Digest authentication protocol.
static int AUTH_NTLM
          NTLM authentication protocol.
 

Field Detail

AUTH_BASIC

public static final int AUTH_BASIC
Basic authentication protocol.

See Also:
Constant Field Values

AUTH_DIGEST

public static final int AUTH_DIGEST
Digest authentication protocol.

See Also:
Constant Field Values

AUTH_NTLM

public static final int AUTH_NTLM
NTLM authentication protocol.

See Also:
Constant Field Values


Copyright © 2002-2005 Oakland Software Incorporated. All Rights Reserved.