Package com.ibm.security.access.ldap
Class LdapOperationResult
- java.lang.Object
-
- com.ibm.security.access.ldap.LdapOperationResult
-
- Direct Known Subclasses:
LdapAttributeGetResult
,LdapContextCreateResult
,LdapModifyResult
,LdapSearchResult
,LdapUserAuthenticateResult
public class LdapOperationResult extends java.lang.Object
Represents the result of a search/modify on the directory.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.NamingException
getNamingException()
javax.naming.ldap.Control[]
getResponseControls()
boolean
isSuccessful()
java.lang.String
toString()
-