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

Packages that use IJIAuthInfo
org.jinterop.dcom.common Defines classes used for initialising and using the library. 
org.jinterop.dcom.core Core library classes and Data structures. 
org.jinterop.winreg Defines access to some API of the Windows Registry Interface. 
 

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 authInfo (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 supported.