com.liferay.portal.security.auth
Class LDAPAuthResult

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

public class LDAPAuthResult
extends java.lang.Object

View Source

Author:
Scott Lee

Constructor Summary
LDAPAuthResult()
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 java.lang.String getResponseControl()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean authenticated)
           
 void setErrorMessage(java.lang.String errorMessage)
           
 void setResponseControl(javax.naming.ldap.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 java.lang.String getErrorMessage()

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)

getResponseControl

public java.lang.String getResponseControl()

setResponseControl

public void setResponseControl(javax.naming.ldap.Control[] response)