Uses of Class
org.sblim.wbem.http.Challenge

Packages that use Challenge
org.sblim.wbem.http Internal implementation of HTTP client and server 
 

Uses of Challenge in org.sblim.wbem.http
 

Methods in org.sblim.wbem.http that return Challenge
static Challenge[] Challenge.parseChallenge(java.lang.String line)
           
static Challenge[] Challenge.parseChallenge(java.lang.String line)
           
 

Methods in org.sblim.wbem.http with parameters of type Challenge
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)
           
 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)
           
 



Copyright © 2005, 2008 IBM Corporation. All Rights Reserved.