Class AttributeUtil.AttributeGetResult

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

public static class AttributeUtil.AttributeGetResult extends Object
transformed retrieved Attributes result
  • Constructor Details

    • AttributeGetResult

      public AttributeGetResult(boolean successful, Object[] value, Throwable t)
  • Method Details

    • isSuccessful

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

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

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