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(java.lang.String pModule)
Factory method for AuthorizationInfo objects.
|
static AuthorizationInfo |
AuthorizationInfo.createAuthorizationInfo(java.lang.String pModule,
java.lang.Boolean pProxy,
java.lang.String pAddress,
int pPort,
java.lang.String pProtocol,
java.lang.String pRealm,
java.lang.String pScheme)
Factory method for AuthorizationInfo objects.
|
protected AuthorizationInfo |
HttpClient.getAuthentication(boolean proxy,
AuthorizationInfo prevAuthInfo,
java.lang.String authenticate) |
AuthorizationInfo |
AuthorizationHandler.getAuthorizationInfo(int pIndex)
Returns the AuthorizationInfo at a given index
|
AuthorizationInfo |
AuthorizationHandler.getAuthorizationInfo(java.lang.String pAuthorizationModule,
java.lang.Boolean pProxy,
java.lang.String pAddr,
int pPort,
java.lang.String pProtocol,
java.lang.String pRealm,
java.lang.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,
java.lang.String authenticate) |
protected static void |
HttpClient.handleRsp(java.lang.String authInfo,
AuthorizationInfo prevAuthInfo) |
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.