Liferay 6.1.2-ce-ga3

com.liferay.portal.security.ntlm
Class NtlmUserAccount

java.lang.Object
  extended by com.liferay.portal.security.ntlm.NtlmUserAccount
All Implemented Interfaces:
Serializable

public class NtlmUserAccount
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NtlmUserAccount(String userName)
           
 
Method Summary
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtlmUserAccount

public NtlmUserAccount(String userName)
Method Detail

getUserName

public String getUserName()

Liferay 6.1.2-ce-ga3