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 ResultCode
AbstractResult.resultCode
Result code.private final ResultCode
LdapException.resultCode
Optional 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 ResultCode
ResultCode.valueOf
(int code) Returns the result code for the supplied integer constant.static ResultCode
Returns 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) void
AbstractResult.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.Error
FreeIPAAccountState.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 ResultCode
SortResponseControl.sortResult
Result of the server side sorting.private ResultCode
VirtualListViewResponseControl.viewResult
Result 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 TypeMethodDescriptionvoid
SortResponseControl.setSortResult
(ResultCode code) Sets the result code of the server side sort.void
VirtualListViewResponseControl.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.