com.jniwrapper.win32.com
Class CoAuthInfo

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.com.CoAuthInfo
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class CoAuthInfo
extends Structure

This structure contains authentication settings for remote activation.


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
CoAuthInfo()
           
CoAuthInfo(CoAuthInfo that)
           
CoAuthInfo(java.lang.String serverPrincipalName, CoAuthIdentity identity)
           
 
Method Summary
 java.lang.Object clone()
           
 int getAuthnLevel()
           
 int getAuthnSvc()
           
 int getAuthzSvc()
           
 int getCapabilities()
           
 int getImpersonationLevel()
           
 CoAuthIdentity getpAuthIdentityData()
           
 java.lang.String getServerPrincName()
           
 void setAuthnLevel(int authnLevel)
           
 void setAuthnSvc(int authnSvc)
           
 void setAuthzSvc(int authzSvc)
           
 void setCapabilities(int capabilities)
           
 void setImpersonationLevel(int impersonationLevel)
           
 void setpAuthIdentityData(CoAuthIdentity authIdentityData)
           
 void setServerPrincName(java.lang.String serverPrincName)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoAuthInfo

public CoAuthInfo()

CoAuthInfo

public CoAuthInfo(java.lang.String serverPrincipalName,
                  CoAuthIdentity identity)

CoAuthInfo

public CoAuthInfo(CoAuthInfo that)
Method Detail

getAuthnSvc

public int getAuthnSvc()

setAuthnSvc

public void setAuthnSvc(int authnSvc)

getAuthzSvc

public int getAuthzSvc()

setAuthzSvc

public void setAuthzSvc(int authzSvc)

getServerPrincName

public java.lang.String getServerPrincName()

setServerPrincName

public void setServerPrincName(java.lang.String serverPrincName)

getAuthnLevel

public int getAuthnLevel()

setAuthnLevel

public void setAuthnLevel(int authnLevel)

getImpersonationLevel

public int getImpersonationLevel()

setImpersonationLevel

public void setImpersonationLevel(int impersonationLevel)

getpAuthIdentityData

public CoAuthIdentity getpAuthIdentityData()

setpAuthIdentityData

public void setpAuthIdentityData(CoAuthIdentity authIdentityData)

getCapabilities

public int getCapabilities()

setCapabilities

public void setCapabilities(int capabilities)

clone

public java.lang.Object clone()