com.ibm.security.access.ldap

Class LdapAttributeGetResult



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

      Constructors 
      Constructor and Description
      LdapAttributeGetResult(boolean successful, javax.naming.NamingException namingException, javax.naming.directory.Attributes attributes) 
    • Constructor Detail

      • LdapAttributeGetResult

        public LdapAttributeGetResult(boolean successful,
                                      javax.naming.NamingException namingException,
                                      javax.naming.directory.Attributes attributes)
    • Method Detail

      • getAttributes

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

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