Package | Description |
---|---|
org.sblim.cimclient.internal.http |
Internal implementation of HTTP client and server.
|
Modifier and Type | Method and Description |
---|---|
static Challenge[] |
Challenge.parseChallenge(java.lang.String pLine)
Parses the challenge as received from the host.
|
Modifier and Type | Method and Description |
---|---|
void |
WwwAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
void |
PegasusLocalAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
abstract void |
AuthorizationInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod)
Updates the authorization information according to a received challenge.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.