Uses of Class
org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
-
Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.cursor
Methods in org.apache.directory.api.ldap.model.cursor that return ResultCodeEnum Modifier and Type Method Description ResultCodeEnumCursorLdapReferralException. getResultCode()Always returnsREFERRAL -
Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.exception
Fields in org.apache.directory.api.ldap.model.exception declared as ResultCodeEnum Modifier and Type Field Description protected ResultCodeEnumLdapOperationException. resultCodeThe operation resultCodeMethods in org.apache.directory.api.ldap.model.exception that return ResultCodeEnum Modifier and Type Method Description ResultCodeEnumAbstractLdapReferralException. getResultCode()Always returnsREFERRALResultCodeEnumLdapOperationException. getResultCode()Gets the LDAP result code that would be associated with this exception.ResultCodeEnumLdapReferralException. getResultCode()Always returnsREFERRALMethods in org.apache.directory.api.ldap.model.exception with parameters of type ResultCodeEnum Modifier and Type Method Description private voidLdapAuthenticationNotSupportedException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.private voidLdapInvalidAttributeValueException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.private voidLdapInvalidDnException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.private voidLdapSchemaViolationException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.private voidLdapServiceUnavailableException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.private voidLdapUnwillingToPerformException. checkResultCode(ResultCodeEnum resultCode)Checks to make sure the resultCode value is right for this exception type.Constructors in org.apache.directory.api.ldap.model.exception with parameters of type ResultCodeEnum Constructor Description LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode)Creates a new instance of LdapAuthenticationNotSupportedException.LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapAuthenticationNotSupportedException.LdapInvalidAttributeValueException(ResultCodeEnum resultCode)Creates a new instance of LdapInvalidAttributeValueException.LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapInvalidAttributeValueException.LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message, Throwable cause)Creates a new instance of LdapInvalidAttributeValueException.LdapInvalidDnException(ResultCodeEnum resultCode)Creates a new instance of LdapInvalidDnException.LdapInvalidDnException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapInvalidDnException.LdapInvalidDnException(ResultCodeEnum resultCode, String message, Throwable cause)Creates a new instance of LdapInvalidDnException.LdapOperationException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapOperationException.LdapOperationException(ResultCodeEnum resultCode, String message, Throwable cause)Creates a new instance of LdapOperationException.LdapSchemaViolationException(ResultCodeEnum resultCode)Creates a new instance of LdapSchemaViolationException.LdapSchemaViolationException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapSchemaViolationException.LdapSchemaViolationException(ResultCodeEnum resultCode, String message, Throwable cause)LdapServiceUnavailableException(ResultCodeEnum resultCode)Creates a new instance of LdapServiceUnavailableException.LdapServiceUnavailableException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapServiceUnavailableException.LdapUnwillingToPerformException(ResultCodeEnum resultCode)Creates a new instance of LdapUnwillingToPerformException.LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message)Creates a new instance of LdapUnwillingToPerformException.LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message, Throwable cause) -
Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message declared as ResultCodeEnum Modifier and Type Field Description private ResultCodeEnumLdapResultImpl. resultCodeResultant operation error code - defaults to SUCCESSFields in org.apache.directory.api.ldap.model.message with type parameters of type ResultCodeEnum Modifier and Type Field Description private static Set<ResultCodeEnum>ResultCodeEnum. ADD_CODESA set of result code enumerations that may result from add operations.private static Set<ResultCodeEnum>ResultCodeEnum. AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. BIND_CODESA set of result code enumerations that may result from bind operations.private static Set<ResultCodeEnum>ResultCodeEnum. COMPARE_CODESA set of result code enumerations that may result from compare operations.private static Set<ResultCodeEnum>ResultCodeEnum. DELETE_CODESA set of result code enumerations that may result from delete operations.private static Set<ResultCodeEnum>ResultCodeEnum. EMPTY_RESULT_CODE_SETprivate static Set<ResultCodeEnum>ResultCodeEnum. EXTENDED_CODESA set of result code enumerations that could result from extended operations.private static Set<ResultCodeEnum>ResultCodeEnum. INVALID_ATTRIBUTE_VALUE_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. INVALID_NAME_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. LIMIT_EXCEEDED_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. MODIFY_CODESA set of result code enumerations that may result from modify operations.private static Set<ResultCodeEnum>ResultCodeEnum. MODIFYDN_CODESA set of result code enumerations resulting from modifyDn operations.private static Set<ResultCodeEnum>ResultCodeEnum. NAMING_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to NamingException.private static Set<ResultCodeEnum>ResultCodeEnum. NON_ERRONEOUS_CODESFive result codes that may be returned in LDAPResult are not used to indicate an error.private static Set<ResultCodeEnum>ResultCodeEnum. OPERATION_NOT_SUPPORTED_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. PARTIAL_RESULTS_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aException.private static Set<ResultCodeEnum>ResultCodeEnum. SCHEMA_VIOLATION_EXCEPTION_CODESA set of ResultCodes containing those that may correspond to aSchemaViolationException.private static Set<ResultCodeEnum>ResultCodeEnum. SEARCH_CODESA set of result code enumerations that may result from search operations.private static Set<ResultCodeEnum>ResultCodeEnum. SERVICE_UNAVAILABLE_CODESA set of ResultCodes containing those that may correspond to aException.Methods in org.apache.directory.api.ldap.model.message that return ResultCodeEnum Modifier and Type Method Description static ResultCodeEnumResultCodeEnum. getBestEstimate(Throwable t, MessageTypeEnum type)Takes a guess at the result code to use if it cannot figure it out from known Throwable to result code mappings.ResultCodeEnumLdapResult. getResultCode()Gets the result code enumeration associated with the response.ResultCodeEnumLdapResultImpl. getResultCode()Gets the result code enumeration associated with the response.static ResultCodeEnumResultCodeEnum. getResultCode(int value)Gets the ResultCode enum from its integer valuestatic ResultCodeEnumResultCodeEnum. getResultCode(Throwable t)Gets an LDAP result code from a Throwable if it can resolve it unambiguously or returns null if it cannot resolve the exception to a single ResultCode.static ResultCodeEnumResultCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCodeEnum[]ResultCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.message that return types with arguments of type ResultCodeEnum Modifier and Type Method Description private static Set<ResultCodeEnum>ResultCodeEnum. getResultCodes(Throwable t)Gets the set of result codes a Throwable may map to.private static Set<ResultCodeEnum>ResultCodeEnum. intersection(Set<ResultCodeEnum> s1, Set<ResultCodeEnum> s2)Methods in org.apache.directory.api.ldap.model.message with parameters of type ResultCodeEnum Modifier and Type Method Description voidLdapResult. setResultCode(ResultCodeEnum resultCode)Sets the result code enumeration associated with the response.voidLdapResultImpl. setResultCode(ResultCodeEnum resultCode)Sets the result code enumeration associated with the response.Method parameters in org.apache.directory.api.ldap.model.message with type arguments of type ResultCodeEnum Modifier and Type Method Description private static Set<ResultCodeEnum>ResultCodeEnum. intersection(Set<ResultCodeEnum> s1, Set<ResultCodeEnum> s2) -
Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.message.extended
Methods in org.apache.directory.api.ldap.model.message.extended with parameters of type ResultCodeEnum Modifier and Type Method Description static NoticeOfDisconnectNoticeOfDisconnect. createNoticeOfDisconnect(ResultCodeEnum rcode)Create a NoD associated with a result code enumConstructors in org.apache.directory.api.ldap.model.message.extended with parameters of type ResultCodeEnum Constructor Description AddNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.BindNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.CompareNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.DeleteNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.ExtendedNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.ModifyDnNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.ModifyNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.NoticeOfDisconnect(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.SearchNoDResponse(ResultCodeEnum rcode)Creates a new instance of NoticeOfDisconnect.
-