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 TypeClassDescriptionclassImplements OpenPegasus local authenticationclassImplements HTTP basic and digest authenticationMethods in org.sblim.wbem.http that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfoAuthInfo.createAuthorizationInfo(String pModule) Factory method for AuthInfo objects.static AuthInfoAuthInfo.createAuthorizationInfo(String pModule, Boolean pProxy, String pAddress, int pPort, String pProtocol, String pRealm, String pScheme) Factory method for AuthInfo objects.protected AuthInfoHttpClient.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 TypeMethodDescriptionvoidAuthorizationHandler.addAuthorizationInfo(AuthInfo authInfo) protected AuthInfoHttpClient.getAuthentication(boolean proxy, AuthInfo prevAuthInfo, String authenticate) protected static void