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 Description AttributeGetResult(boolean successful, java.lang.Object[] value, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getThrowable()
Return the throwable if any exception happensjava.lang.Object[]
getValue()
boolean
isSuccessful()
-
-
-
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
-
-