Package com.ibm.security.access.ldap
Class LdapUserAuthenticateResult
java.lang.Object
com.ibm.security.access.ldap.LdapOperationResult
com.ibm.security.access.ldap.LdapUserAuthenticateResult
Represents the result of an Naming search.
-
Constructor Summary
ConstructorDescriptionLdapUserAuthenticateResult
(boolean successful, Control[] responseCtls, NamingException authenticateException) LdapUserAuthenticateResult
(boolean successful, LdapContext ldapDirCtx, String userDN, Control[] responseCtls, NamingException authenticateException) -
Method Summary
Methods inherited from class com.ibm.security.access.ldap.LdapOperationResult
getNamingException, getResponseControls, isSuccessful, toString
-
Constructor Details
-
LdapUserAuthenticateResult
public LdapUserAuthenticateResult(boolean successful, Control[] responseCtls, NamingException authenticateException) -
LdapUserAuthenticateResult
public LdapUserAuthenticateResult(boolean successful, LdapContext ldapDirCtx, String userDN, Control[] responseCtls, NamingException authenticateException)
-
-
Method Details
-
getLdapContext
-
getUserDN
-