Liferay 6.1.2-ce-ga3

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

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

public class NetlogonAuthenticator
extends jcifs.dcerpc.ndr.NdrObject


Constructor Summary
NetlogonAuthenticator()
           
NetlogonAuthenticator(byte[] credential, int timestamp)
           
 
Method Summary
 void decode(jcifs.dcerpc.ndr.NdrBuffer ndrBuffer)
           
 void encode(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

NetlogonAuthenticator

public NetlogonAuthenticator()

NetlogonAuthenticator

public NetlogonAuthenticator(byte[] credential,
                             int timestamp)
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

Liferay 6.1.2-ce-ga3