com.liferay.portal.security.auth
Class LDAPAuthResult
java.lang.Object
com.liferay.portal.security.auth.LDAPAuthResult
public class LDAPAuthResult
- extends java.lang.Object
View Source
- Author:
- Scott Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPAuthResult
public LDAPAuthResult()
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)