Uses of Class
org.ldaptive.ResultCode
-
Packages that use ResultCode Package Description org.ldaptive org.ldaptive.auth.ext org.ldaptive.control org.ldaptive.filter -
-
Uses of ResultCode in org.ldaptive
Methods in org.ldaptive that return ResultCode Modifier and Type Method Description ResultCodeAbstractResult. getResultCode()ResultCodeLdapException. getResultCode()Returns the result code.ResultCodeResult. getResultCode()Returns the result code.static ResultCodeResultCode. valueOf(int code)Returns the result code for the supplied integer constant.static ResultCodeResultCode. valueOf(java.lang.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)voidAbstractResult. setResultCode(ResultCode code)Constructors in org.ldaptive with parameters of type ResultCode Constructor Description ConnectException(ResultCode code, java.lang.String msg)Creates a new connect exception.ConnectException(ResultCode code, java.lang.String msg, java.lang.Throwable e)Creates a new connect exception.ConnectException(ResultCode code, java.lang.Throwable e)Creates a new connect exception.LdapException(ResultCode code, java.lang.String msg)Creates a new ldap exception.LdapException(ResultCode code, java.lang.String msg, java.lang.Throwable e)Creates a new ldap exception.LdapException(ResultCode code, java.lang.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, java.lang.String message)Parses the supplied error messages and returns the corresponding error enum. -
Uses of ResultCode in org.ldaptive.control
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, java.lang.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, java.lang.String msg)Creates a new filter parse exception.FilterParseException(ResultCode code, java.lang.String msg, java.lang.Throwable e)Creates a new filter parse exception.FilterParseException(ResultCode code, java.lang.Throwable e)Creates a new filter parse exception.
-