jcifs.dcerpc.msrpc

Class 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

Method Summary

void
decode(NdrBuffer _src)
void
encode(NdrBuffer _dst)

Methods inherited from class jcifs.dcerpc.ndr.NdrObject

decode, encode

Field Details

attributes

public int attributes

length

public int length

object_name

public rpc.unicode_string object_name

root_directory

public NdrSmall root_directory

security_descriptor

public int security_descriptor

security_quality_of_service

public lsarpc.LsarQosInfo security_quality_of_service

Method Details

decode

public void decode(NdrBuffer _src)
            throws NdrException
Overrides:
decode in interface NdrObject

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Overrides:
encode in interface NdrObject