Uses of Class
org.sblim.wbem.http.AuthInfo
Packages that use AuthInfo
-
Uses of AuthInfo in org.sblim.wbem.http
Subclasses of AuthInfo in org.sblim.wbem.httpModifier and TypeClassDescriptionclass
Implements OpenPegasus local authenticationclass
Implements HTTP basic and digest authenticationMethods in org.sblim.wbem.http that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfo
AuthInfo.createAuthorizationInfo
(String pModule) Factory method for AuthInfo objects.static AuthInfo
AuthInfo.createAuthorizationInfo
(String pModule, Boolean pProxy, String pAddress, int pPort, String pProtocol, String pRealm, String pScheme) Factory method for AuthInfo objects.protected AuthInfo
HttpClient.getAuthentication
(boolean proxy, AuthInfo prevAuthInfo, String authenticate) AuthorizationHandler.getAuthorizationInfo
(int index) AuthorizationHandler.getAuthorizationInfo
(String authorizationModule, Boolean proxy, String addr, int port, String protocol, String realm, String scheme) Methods in org.sblim.wbem.http with parameters of type AuthInfoModifier and TypeMethodDescriptionvoid
AuthorizationHandler.addAuthorizationInfo
(AuthInfo authInfo) protected AuthInfo
HttpClient.getAuthentication
(boolean proxy, AuthInfo prevAuthInfo, String authenticate) protected static void