com.jniwrapper.win32.security
Class SidIdentifierAuthority

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.security.SidIdentifierAuthority
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class SidIdentifierAuthority
extends com.jniwrapper.Structure

This class is the SID_IDENTIFIER_AUTHORITY structure wrapper. (@see SSID_IDENTIFIER_AUTHORITY structure).


Field Summary
static SidIdentifierAuthority SECURITY_CREATOR_SID_AUTHORITY
           
static SidIdentifierAuthority SECURITY_LOCAL_SID_AUTHORITY
           
static SidIdentifierAuthority SECURITY_NON_UNIQUE_AUTHORITY
           
static SidIdentifierAuthority SECURITY_NT_AUTHORITY
           
static SidIdentifierAuthority SECURITY_NULL_SID_AUTHORITY
           
static SidIdentifierAuthority SECURITY_RESOURCE_MANAGER_AUTHORITY
           
static SidIdentifierAuthority SECURITY_WORLD_SID_AUTHORITY
           
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SidIdentifierAuthority()
           
 
Method Summary
 java.lang.Object clone()
           
 com.jniwrapper.PrimitiveArray getValue()
           
 void setValue(com.jniwrapper.PrimitiveArray value)
          Deprecated. should not be used anymore.
 
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, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_NULL_SID_AUTHORITY

public static SidIdentifierAuthority SECURITY_NULL_SID_AUTHORITY

SECURITY_WORLD_SID_AUTHORITY

public static SidIdentifierAuthority SECURITY_WORLD_SID_AUTHORITY

SECURITY_LOCAL_SID_AUTHORITY

public static SidIdentifierAuthority SECURITY_LOCAL_SID_AUTHORITY

SECURITY_CREATOR_SID_AUTHORITY

public static SidIdentifierAuthority SECURITY_CREATOR_SID_AUTHORITY

SECURITY_NON_UNIQUE_AUTHORITY

public static SidIdentifierAuthority SECURITY_NON_UNIQUE_AUTHORITY

SECURITY_NT_AUTHORITY

public static SidIdentifierAuthority SECURITY_NT_AUTHORITY

SECURITY_RESOURCE_MANAGER_AUTHORITY

public static SidIdentifierAuthority SECURITY_RESOURCE_MANAGER_AUTHORITY
Constructor Detail

SidIdentifierAuthority

public SidIdentifierAuthority()
Method Detail

getValue

public com.jniwrapper.PrimitiveArray getValue()

setValue

public void setValue(com.jniwrapper.PrimitiveArray value)
Deprecated. should not be used anymore.


clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure