Uses of Class
com.jniwrapper.win32.com.CoAuthIdentity

Packages that use CoAuthIdentity
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
 

Uses of CoAuthIdentity in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return CoAuthIdentity
 CoAuthIdentity CoAuthInfo.getpAuthIdentityData()
           
 

Methods in com.jniwrapper.win32.com with parameters of type CoAuthIdentity
 void CoAuthInfo.setpAuthIdentityData(CoAuthIdentity authIdentityData)
           
 

Constructors in com.jniwrapper.win32.com with parameters of type CoAuthIdentity
CoAuthInfo(java.lang.String serverPrincipalName, CoAuthIdentity identity)
           
CoAuthIdentity(CoAuthIdentity that)