Uses of Enum Class
org.ldaptive.ResultCode
Packages that use ResultCode
-
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.Methods in org.ldaptive that return ResultCodeModifier and TypeMethodDescriptionAbstractResult.getResultCode()LdapException.getResultCode()Returns the result code.Result.getResultCode()Returns the result code.static ResultCodeResultCode.valueOf(int code) Returns the result code for the supplied integer constant.static ResultCodeReturns the enum constant of this class with the specified name.static ResultCode[]ResultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive with parameters of type ResultCodeModifier and TypeMethodDescriptionAbstractResult.AbstractBuilder.resultCode(ResultCode code) voidAbstractResult.setResultCode(ResultCode code) 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.Methods in org.ldaptive.control with parameters of type ResultCodeModifier and TypeMethodDescriptionvoidSortResponseControl.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 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.