jcifs.dcerpc.msrpc
Class lsarpc.LsarObjectAttributes

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.lsarpc.LsarObjectAttributes
Enclosing class:
lsarpc

public static class lsarpc.LsarObjectAttributes
extends NdrObject


Field Summary
 int attributes
           
 int length
           
 rpc.unicode_string object_name
           
 NdrSmall root_directory
           
 int security_descriptor
           
 lsarpc.LsarQosInfo security_quality_of_service
           
 
Constructor Summary
lsarpc.LsarObjectAttributes()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public int length

root_directory

public NdrSmall root_directory

object_name

public rpc.unicode_string object_name

attributes

public int attributes

security_descriptor

public int security_descriptor

security_quality_of_service

public lsarpc.LsarQosInfo security_quality_of_service
Constructor Detail

lsarpc.LsarObjectAttributes

public lsarpc.LsarObjectAttributes()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException