Uses of Class
org.sblim.cimclient.internal.http.AuthorizationInfo
Packages that use AuthorizationInfo
Package
Description
Internal implementation of HTTP client and server.
-
Uses of AuthorizationInfo in org.sblim.cimclient.internal.http
Subclasses of AuthorizationInfo in org.sblim.cimclient.internal.httpModifier and TypeClassDescriptionclass
Implements OpenPegasus local authenticationclass
Implements HTTP basic and digest authenticationMethods in org.sblim.cimclient.internal.http that return AuthorizationInfoModifier and TypeMethodDescriptionstatic AuthorizationInfo
AuthorizationInfo.createAuthorizationInfo
(String pModule) Factory method for AuthorizationInfo objects.static AuthorizationInfo
AuthorizationInfo.createAuthorizationInfo
(String pModule, Boolean pProxy, String pAddress, int pPort, String pProtocol, String pRealm, String pScheme) Factory method for AuthorizationInfo objects.protected AuthorizationInfo
HttpClient.getAuthentication
(boolean proxy, AuthorizationInfo prevAuthInfo, String authenticate) AuthorizationHandler.getAuthorizationInfo
(int pIndex) Returns the AuthorizationInfo at a given indexAuthorizationHandler.getAuthorizationInfo
(String pAuthorizationModule, Boolean pProxy, String pAddr, int pPort, String pProtocol, String pRealm, String pScheme) Returns the corresponding AuthorizationInfo for a given set of parametersMethods in org.sblim.cimclient.internal.http with parameters of type AuthorizationInfoModifier and TypeMethodDescriptionvoid
AuthorizationHandler.addAuthorizationInfo
(AuthorizationInfo pAuthorizationInfo) Adds an AuthorizationInfo to the handlerprotected AuthorizationInfo
HttpClient.getAuthentication
(boolean proxy, AuthorizationInfo prevAuthInfo, String authenticate) protected static void
HttpClient.handleRsp
(String authInfo, AuthorizationInfo prevAuthInfo)