Liferay 6.0.5

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

isAuthenticated

public boolean isAuthenticated()

setAuthenticated

public void setAuthenticated(boolean authenticated)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

getResponseControl

public String getResponseControl()

setResponseControl

public void setResponseControl(Control[] response)

Liferay 6.0.5