Uses of Class
org.ldaptive.ResultCode
-
Packages that use ResultCode Package Description org.ldaptive org.ldaptive.auth.ext org.ldaptive.control org.ldaptive.filter org.ldaptive.referral -
-
Uses of ResultCode in org.ldaptive
Fields in org.ldaptive declared as ResultCode Modifier and Type Field Description private ResultCodeAbstractResult. resultCodeResult code.private ResultCodeLdapException. resultCodeOptional result code associated with this exception.private ResultCode[]AbstractOperationConnectionValidator. validResultCodesValid result codes.Methods in org.ldaptive that return ResultCode Modifier and Type Method Description ResultCodeAbstractResult. getResultCode()Returns the result code.ResultCodeLdapException. getResultCode()Returns the result code.ResultCodeResult. getResultCode()Returns the result code.ResultCode[]AbstractOperationConnectionValidator. getValidResultCodes()Returns the valid result codes.static ResultCodeResultCode. valueOf(int code)Returns the result code for the supplied integer constant.static ResultCodeResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCode[]ResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive with parameters of type ResultCode Modifier and Type Method Description BAbstractResult.AbstractBuilder. resultCode(ResultCode code)protected voidAbstractResult. setResultCode(ResultCode code)Sets the result code.voidAbstractOperationConnectionValidator. setValidResultCodes(ResultCode... codes)Sets the valid result codes.BAbstractOperationConnectionValidator.AbstractBuilder. validResultCodes(ResultCode... codes)Sets the result codes to use for validation.Constructors in org.ldaptive with parameters of type ResultCode Constructor Description ConnectException(ResultCode code, String msg)Creates a new connect exception.ConnectException(ResultCode code, String msg, Throwable e)Creates a new connect exception.ConnectException(ResultCode code, Throwable e)Creates a new connect exception.LdapException(ResultCode code, String msg)Creates a new ldap exception.LdapException(ResultCode code, String msg, Throwable e)Creates a new ldap exception.LdapException(ResultCode code, Throwable e)Creates a new ldap exception. -
Uses of ResultCode in org.ldaptive.auth.ext
Methods in org.ldaptive.auth.ext with parameters of type ResultCode Modifier and Type Method Description static FreeIPAAccountState.ErrorFreeIPAAccountState.Error. parse(ResultCode rc, String message)Parses the supplied error messages and returns the corresponding error enum. -
Uses of ResultCode in org.ldaptive.control
Fields in org.ldaptive.control declared as ResultCode Modifier and Type Field Description private ResultCodeSortResponseControl. sortResultResult of the server side sorting.private ResultCodeVirtualListViewResponseControl. viewResultResult of the vlv operation.Methods in org.ldaptive.control that return ResultCode Modifier and Type Method Description ResultCodeSortResponseControl. getSortResult()Returns the result code of the server side sort.ResultCodeVirtualListViewResponseControl. getViewResult()Returns the result code of the virtual list view.Methods in org.ldaptive.control with parameters of type ResultCode Modifier and Type Method Description voidSortResponseControl. setSortResult(ResultCode code)Sets the result code of the server side sort.voidVirtualListViewResponseControl. setViewResult(ResultCode code)Sets the result code of the virtual list view.Constructors in org.ldaptive.control with parameters of type ResultCode Constructor Description SortResponseControl(ResultCode code, boolean critical)Creates a new sort response control.SortResponseControl(ResultCode code, String attrName, boolean critical)Creates a new sort response control.VirtualListViewResponseControl(int position, int count, ResultCode code, byte[] context)Creates a new virtual list view response control.VirtualListViewResponseControl(int position, int count, ResultCode code, byte[] context, boolean critical)Creates a new virtual list view response control. -
Uses of ResultCode in org.ldaptive.filter
Constructors in org.ldaptive.filter with parameters of type ResultCode Constructor Description FilterParseException(ResultCode code, String msg)Creates a new filter parse exception.FilterParseException(ResultCode code, String msg, Throwable e)Creates a new filter parse exception.FilterParseException(ResultCode code, Throwable e)Creates a new filter parse exception. -
Uses of ResultCode in org.ldaptive.referral
Methods in org.ldaptive.referral that return types with arguments of type ResultCode Modifier and Type Method Description protected Set<ResultCode>AbstractFollowReferralHandler. getSuccessResultCodes()Returns the result codes that indicate a successful referral was followed.protected Set<ResultCode>FollowCompareReferralHandler. getSuccessResultCodes()
-