public class LDAPAuthResult
extends java.lang.Object
| Constructor and Description |
|---|
LDAPAuthResult() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.lang.String getErrorMessage()
public java.lang.String getResponseControl()
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public void setErrorMessage(java.lang.String errorMessage)
public void setResponseControl(javax.naming.ldap.Control[] response)