Uses of Class
org.apache.commons.httpclient.NTCredentials

Packages that use NTCredentials
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
 

Uses of NTCredentials in org.apache.commons.httpclient.auth
 

Methods in org.apache.commons.httpclient.auth with parameters of type NTCredentials
static String NTLMScheme.authenticate(NTCredentials credentials, String challenge)
          Create a NTLM authorization string for the given challenge and NT credentials.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.