com.ibm.security.access.ldap.utils

Class AttributeUtil.AttributeGetResult

  • java.lang.Object
    • com.ibm.security.access.ldap.utils.AttributeUtil.AttributeGetResult
  • Enclosing class:
    AttributeUtil


    public static class AttributeUtil.AttributeGetResult
    extends java.lang.Object
    transformed retrieved Attributes result
    • Constructor Summary

      Constructors 
      Constructor and Description
      AttributeGetResult(boolean successful, java.lang.Object[] value, java.lang.Throwable t) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Throwable getThrowable()
      Return the throwable if any exception happens
      java.lang.Object[] getValue() 
      boolean isSuccessful() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeGetResult

        public AttributeGetResult(boolean successful,
                                  java.lang.Object[] value,
                                  java.lang.Throwable t)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        Returns:
        the booelan to inidcate whether the operation success or not
      • getThrowable

        public java.lang.Throwable getThrowable()
        Return the throwable if any exception happens
      • getValue

        public java.lang.Object[] getValue()
        Returns:
        the object array for the AttributeGetResult