Uses of Enum
org.ldaptive.ResultCode
Packages that use ResultCode
Package
Description
-
Uses of ResultCode in org.ldaptive
Fields in org.ldaptive declared as ResultCodeModifier and TypeFieldDescriptionprivate ResultCodeAbstractResult.resultCodeResult code.private final ResultCodeLdapException.resultCodeOptional result code associated with this exception.private ResultCode[]AbstractOperationConnectionValidator.validResultCodesValid result codes.Methods in org.ldaptive that return ResultCodeModifier and TypeMethodDescriptionfinal ResultCodeAbstractResult.getResultCode()Returns the result code.LdapException.getResultCode()Returns the result code.Result.getResultCode()Returns the result code.AbstractOperationConnectionValidator.getValidResultCodes()Returns the valid result codes.static ResultCodeResultCode.valueOf(int code) Returns the result code for the supplied integer constant.static ResultCodeReturns 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 ResultCodeModifier and TypeMethodDescriptionAbstractResult.AbstractBuilder.resultCode(ResultCode code) protected final voidAbstractResult.setResultCode(ResultCode code) Sets the result code.voidAbstractOperationConnectionValidator.setValidResultCodes(ResultCode... codes) Sets the valid result codes.AbstractOperationConnectionValidator.AbstractBuilder.validResultCodes(ResultCode... codes) Sets the result codes to use for validation.Constructors in org.ldaptive with parameters of type ResultCodeModifierConstructorDescriptionConnectException(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 ResultCodeModifier and TypeMethodDescriptionstatic 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 ResultCodeModifier and TypeFieldDescriptionprivate ResultCodeSortResponseControl.sortResultResult of the server side sorting.private ResultCodeVirtualListViewResponseControl.viewResultResult of the vlv operation.Methods in org.ldaptive.control that return ResultCodeModifier and TypeMethodDescriptionSortResponseControl.getSortResult()Returns the result code of the server side sort.VirtualListViewResponseControl.getViewResult()Returns the result code of the virtual list view.Constructors in org.ldaptive.control with parameters of type ResultCodeModifierConstructorDescriptionSortResponseControl(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 ResultCodeModifierConstructorDescriptionFilterParseException(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 ResultCodeModifier and TypeMethodDescriptionprotected Set<ResultCode>AbstractFollowReferralHandler.getSuccessResultCodes()Returns the result codes that indicate a successful referral was followed.protected Set<ResultCode>FollowCompareReferralHandler.getSuccessResultCodes()