Liferay 6.0.5

com.liferay.portal.security.ntlm.msrpc
Class NetlogonIdentityInfo

java.lang.Object
  extended by jcifs.dcerpc.ndr.NdrObject
      extended by com.liferay.portal.security.ntlm.msrpc.NetlogonIdentityInfo

public class NetlogonIdentityInfo
extends jcifs.dcerpc.ndr.NdrObject


Constructor Summary
NetlogonIdentityInfo(String logonDomainName, int parameterControl, int reservedLow, int reservedHigh, String userName, String workstation)
           
 
Method Summary
 void decode(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
 void encode(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
 void encodeLogonDomainName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
protected  void encodeUnicodeString(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer, jcifs.dcerpc.rpc.unicode_string string)
           
 void encodeUserName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
 void encodeWorkStationName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetlogonIdentityInfo

public NetlogonIdentityInfo(String logonDomainName,
                            int parameterControl,
                            int reservedLow,
                            int reservedHigh,
                            String userName,
                            String workstation)
Method Detail

decode

public void decode(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
Specified by:
decode in class jcifs.dcerpc.ndr.NdrObject

encode

public void encode(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
Specified by:
encode in class jcifs.dcerpc.ndr.NdrObject

encodeLogonDomainName

public void encodeLogonDomainName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)

encodeUserName

public void encodeUserName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)

encodeWorkStationName

public void encodeWorkStationName(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)

encodeUnicodeString

protected void encodeUnicodeString(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer,
                                   jcifs.dcerpc.rpc.unicode_string string)

Liferay 6.0.5