Package | Description |
---|---|
org.sblim.cimclient.internal.http |
Internal implementation of HTTP client and server.
|
Modifier and Type | Class and Description |
---|---|
class |
PegasusLocalAuthInfo
Implements OpenPegasus local authentication
|
class |
WwwAuthInfo
Implements HTTP basic and digest authentication
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationInfo |
AuthorizationInfo.createAuthorizationInfo(String pModule)
Factory method for AuthorizationInfo objects.
|
static AuthorizationInfo |
AuthorizationInfo.createAuthorizationInfo(String pModule,
Boolean pProxy,
String pAddress,
int pPort,
String pProtocol,
String pRealm,
String pScheme)
Factory method for AuthorizationInfo objects.
|
protected AuthorizationInfo |
HttpClient.getAuthentication(boolean proxy,
AuthorizationInfo prevAuthInfo,
String authenticate) |
AuthorizationInfo |
AuthorizationHandler.getAuthorizationInfo(int pIndex)
Returns the AuthorizationInfo at a given index
|
AuthorizationInfo |
AuthorizationHandler.getAuthorizationInfo(String pAuthorizationModule,
Boolean pProxy,
String pAddr,
int pPort,
String pProtocol,
String pRealm,
String pScheme)
Returns the corresponding AuthorizationInfo for a given set of parameters
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationHandler.addAuthorizationInfo(AuthorizationInfo pAuthorizationInfo)
Adds an AuthorizationInfo to the handler
|
protected AuthorizationInfo |
HttpClient.getAuthentication(boolean proxy,
AuthorizationInfo prevAuthInfo,
String authenticate) |
protected static void |
HttpClient.handleRsp(String authInfo,
AuthorizationInfo prevAuthInfo) |
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.