|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.Response<Boolean>
org.ldaptive.auth.AuthenticationHandlerResponse
public class AuthenticationHandlerResponse
Response object for authentication handlers.
| Constructor Summary | |
|---|---|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn)
Creates a new authentication response. |
|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg)
Creates a new authentication response. |
|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new ldap response. |
|
| Method Summary | |
|---|---|
Connection |
getConnection()
Returns the connection that the ldap operation occurred on. |
String |
toString()
|
| Methods inherited from class org.ldaptive.Response |
|---|
getControl, getControls, getMatchedDn, getMessage, getMessageId, getReferralURLs, getResult, getResultCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn)
success - authentication resultrc - result code from the underlying ldap operationconn - connection the authentication occurred on
public AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg)
success - authentication resultrc - result code from the underlying ldap operationconn - connection the authentication occurred onmsg - authentication message
public AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg,
ResponseControl[] controls,
int msgId)
success - authentication resultrc - result code from the underlying ldap operationconn - connection the authentication occurred onmsg - authentication messagecontrols - response controls from the underlying ldap operationmsgId - message id from the underlying ldap operation| Method Detail |
|---|
public Connection getConnection()
public String toString()
toString in class Response<Boolean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||