Uses of Interface
org.jinterop.dcom.common.IJIAuthInfo

Packages that use IJIAuthInfo
org.jinterop.dcom.common Defines classes to make system wide changes to the library. 
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
org.jinterop.winreg Defines classes to access Windows Registry. 
org.jinterop.winreg.smb   
 

Uses of IJIAuthInfo in org.jinterop.dcom.common
 

Classes in org.jinterop.dcom.common that implement IJIAuthInfo
 class JIDefaultAuthInfoImpl
          Default implementation of IJIAuthInfo.
 

Uses of IJIAuthInfo in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return IJIAuthInfo
 IJIAuthInfo JISession.getAuthInfo()
          Returns the IJIAuthInfo (if any) associated with this session.
 

Methods in org.jinterop.dcom.core with parameters of type IJIAuthInfo
static JISession JISession.createSession(IJIAuthInfo authInfo)
          Creates a session with the authInfo of the user.
 

Uses of IJIAuthInfo in org.jinterop.winreg
 

Methods in org.jinterop.winreg with parameters of type IJIAuthInfo
 IJIWinReg JIWinRegFactory.getWinreg(IJIAuthInfo authInfo, java.lang.String serverName, boolean smbTransport)
          Gets an Implementation of WinReg interface, currently only SMB transport is supported.
 

Uses of IJIAuthInfo in org.jinterop.winreg.smb
 

Constructors in org.jinterop.winreg.smb with parameters of type IJIAuthInfo
JIWinRegStub(IJIAuthInfo authInfo, java.lang.String serverName)
           
 



Copyright © 2011. All Rights Reserved.