Package | Description |
---|---|
org.sblim.wbem.http |
Internal implementation of HTTP client and server
|
Modifier and Type | Method and Description |
---|---|
static Challenge[] |
Challenge.parseChallenge(java.lang.String line) |
static Challenge[] |
Challenge.parseChallenge(java.lang.String line) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod)
Updates the authorization information acording to a received challenge.
|
void |
PegasusLocalAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
void |
WwwAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
abstract void |
AuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod)
Updates the authorization information acording to a received challenge.
|
void |
PegasusLocalAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
void |
WwwAuthInfo.updateAuthenticationInfo(Challenge challenge,
java.lang.String authenticate,
java.net.URI url,
java.lang.String requestMethod) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.