Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.security.ntlm.NtlmLogonException

Packages that use NtlmLogonException
com.liferay.portal.security.ntlm   
 

Uses of NtlmLogonException in com.liferay.portal.security.ntlm
 

Methods in com.liferay.portal.security.ntlm that throw NtlmLogonException
 NtlmUserAccount NtlmManager.authenticate(byte[] material, byte[] serverChallenge)
           
 void NetlogonConnection.connect(String domainController, String domainControllerName, NtlmServiceAccount ntlmServiceAccount, SecureRandom secureRandom)
           
 NtlmUserAccount Netlogon.logon(String domain, String userName, String workstation, byte[] serverChallenge, byte[] ntResponse, byte[] lmResponse)
           
 


Liferay 6.1.2-ce-ga3