Class LdapAttributeGetResult

java.lang.Object
com.ibm.security.access.ldap.LdapOperationResult
com.ibm.security.access.ldap.LdapAttributeGetResult

public class LdapAttributeGetResult extends LdapOperationResult
Represents the result of searching for an attribute.
  • Constructor Details

    • LdapAttributeGetResult

      public LdapAttributeGetResult(boolean successful, NamingException namingException, Attributes attributes)
  • Method Details

    • getAttributes

      public Attributes getAttributes()
      retrieve the attributes from the LdapAttributeGetResult
      Returns:
      the ldap attributes elements
    • toString

      public String toString()
      return the string representation of this object
      Overrides:
      toString in class LdapOperationResult