com.jniwrapper.win32.com
Class CoAuthInfo
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.com.CoAuthInfo
- All Implemented Interfaces:
- AlignmentAwareParameter, CompositeParameter
- public class CoAuthInfo
- extends Structure
This structure contains authentication settings for remote activation.
Fields inherited from class com.jniwrapper.Structure |
f |
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 |
CoAuthInfo
public CoAuthInfo()
CoAuthInfo
public CoAuthInfo(java.lang.String serverPrincipalName,
CoAuthIdentity identity)
CoAuthInfo
public CoAuthInfo(CoAuthInfo that)
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()