Package | Description |
---|---|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.
|
Modifier and Type | Class and Description |
---|---|
class |
NTCredentials
Credentials for use with the NTLM authentication scheme which requires additional
information. |
Modifier and Type | Method and Description |
---|---|
static String |
BasicScheme.authenticate(UsernamePasswordCredentials credentials)
Deprecated.
Use
BasicScheme.authenticate(UsernamePasswordCredentials, String)
Returns a basic Authorization header value for the given
UsernamePasswordCredentials . |
static String |
BasicScheme.authenticate(UsernamePasswordCredentials credentials,
String charset)
Returns a basic Authorization header value for the given
UsernamePasswordCredentials and charset. |
Copyright © 2016 Internet2. All rights reserved.