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

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

Uses of AuthInfo in org.sblim.wbem.http
 

Subclasses of AuthInfo in org.sblim.wbem.http
 class PegasusLocalAuthInfo
          Implements OpenPegasus local authentication
 class WwwAuthInfo
          Implements HTTP basic and digest authentication
 

Methods in org.sblim.wbem.http that return AuthInfo
static AuthInfo AuthInfo.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 AuthInfo objects.
static AuthInfo AuthInfo.createAuthorizationInfo(java.lang.String pModule)
          Factory method for AuthInfo objects.
 AuthInfo AuthorizationHandler.getAuthorizationInfo(java.lang.String authorizationModule, java.lang.Boolean proxy, java.lang.String addr, int port, java.lang.String protocol, java.lang.String realm, java.lang.String scheme)
           
 AuthInfo AuthorizationHandler.getAuthorizationInfo(int index)
           
protected  AuthInfo HttpClient.getAuthentication(boolean proxy, AuthInfo prevAuthInfo, java.lang.String authenticate)
           
 

Methods in org.sblim.wbem.http with parameters of type AuthInfo
 void AuthorizationHandler.addAuthorizationInfo(AuthInfo authInfo)
           
protected static void HttpClient.handleRsp(java.lang.String authInfo, AuthInfo prevAuthInfo)
           
protected  AuthInfo HttpClient.getAuthentication(boolean proxy, AuthInfo prevAuthInfo, java.lang.String authenticate)
           
 



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