Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


HTTPClient.ntlm
Interface NtlmAuthenticationScheme.AuthInfoParams

Enclosing interface:
NtlmAuthenticationScheme

public static interface NtlmAuthenticationScheme.AuthInfoParams

AuthorizationInfo parameters, used for caching credentials.


Field Summary
static java.lang.String LM_PASSWORD_HASH
          User account LM password hash
static java.lang.String NTLM_PASSWORD_HASH
          User account NTLM password hash
static java.lang.String USER_DOMAIN
          User account NT Domain
static java.lang.String USER_NAME
          User account name

 

Field Detail

USER_DOMAIN

public static final java.lang.String USER_DOMAIN
User account NT Domain
See Also:
Constant Field Values

USER_NAME

public static final java.lang.String USER_NAME
User account name
See Also:
Constant Field Values

LM_PASSWORD_HASH

public static final java.lang.String LM_PASSWORD_HASH
User account LM password hash
See Also:
Constant Field Values

NTLM_PASSWORD_HASH

public static final java.lang.String NTLM_PASSWORD_HASH
User account NTLM password hash
See Also:
Constant Field Values

Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


Copyright © 2004, 2006, Oracle. All rights reserved.