Liferay 6.1.2-ce-ga3

com.liferay.portal.security.auth
Class LDAPAuthResult

java.lang.Object
  extended by com.liferay.portal.security.auth.LDAPAuthResult

public class LDAPAuthResult
extends Object


Constructor Summary
LDAPAuthResult()
           
 
Method Summary
 String getErrorMessage()
           
 String getResponseControl()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean authenticated)
           
 void setErrorMessage(String errorMessage)
           
 void setResponseControl(Control[] response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPAuthResult

public LDAPAuthResult()
Method Detail

getErrorMessage

public String getErrorMessage()

getResponseControl

public String getResponseControl()

isAuthenticated

public boolean isAuthenticated()

setAuthenticated

public void setAuthenticated(boolean authenticated)

setErrorMessage

public void setErrorMessage(String errorMessage)

setResponseControl

public void setResponseControl(Control[] response)

Liferay 6.1.2-ce-ga3