Uses of Class
org.forgerock.opendj.ldap.ResultCode
Packages that use ResultCode
Package
Description
Server-side administration interface.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for common LDAP controls.
Classes and interfaces for core LDAP requests/responses.
Classes implementing core server APIs.
Defines the Directory Server plugin API.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of ResultCode in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return ResultCodeModifier and TypeMethodDescriptionConfigChangeResult.getResultCode()Retrieves the result code for this config change result.Methods in org.forgerock.opendj.config.server with parameters of type ResultCodeModifier and TypeMethodDescriptionvoidConfigChangeResult.setResultCode(ResultCode resultCode) Specifies the result code for this config change result.voidConfigChangeResult.setResultCodeIfSuccess(ResultCode newResultCode) Sets the provided result code for this config change result if the current result code is success. -
Uses of ResultCode in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as ResultCodeModifier and TypeFieldDescriptionstatic final ResultCodeResultCode.ADMIN_LIMIT_EXCEEDEDThe result code that indicates that processing on the requested operation could not continue because an administrative limit was exceeded.static final ResultCodeResultCode.AFFECTS_MULTIPLE_DSASThe result code that indicates that the operation could not be processed because it would impact multiple DSAs or other repositories.static final ResultCodeResultCode.ALIAS_DEREFERENCING_PROBLEMThe result code that indicates that a problem was encountered while attempting to dereference an alias for a search operation.static final ResultCodeResultCode.ALIAS_PROBLEMThe result code that indicates that the requested operation failed because it attempted to perform an illegal operation on an alias.static final ResultCodeResultCode.ASSERTION_FAILEDThe result code that indicates that the filter contained in an assertion control failed to match the target entry.static final ResultCodeResultCode.ATTRIBUTE_OR_VALUE_EXISTSThe result code that indicates that the requested operation failed because it would have resulted in a conflict with an existing attribute or attribute value in the target entry.static final ResultCodeResultCode.AUTH_METHOD_NOT_SUPPORTEDThe result code that indicates that the requested authentication attempt failed because it referenced an invalid SASL mechanism.static final ResultCodeResultCode.AUTHORIZATION_DENIEDThe result code that should be used if the server will not allow the client to use the requested authorization.static final ResultCodeResultCode.BUSYThe result code that indicates that the server is too busy to process the requested operation.static final ResultCodeResultCode.CANCELLEDThe result code that indicates that a request has been cancelled by a cancel request.static final ResultCodeResultCode.CANNOT_CANCELThe result code that indicates that a cancel request was unsuccessful because the targeted operation was one that could not be canceled.static final ResultCodeResultCode.CLIENT_SIDE_AUTH_UNKNOWNThe client-side result code that indicates that the user requested an unknown or unsupported authentication mechanism.static final ResultCodeResultCode.CLIENT_SIDE_CLIENT_LOOPThe client-side result code that indicates that the client detected a referral loop caused by servers referencing each other in a circular manner.static final ResultCodeResultCode.CLIENT_SIDE_CONNECT_ERRORThe client-side result code that indicates that the client was not able to establish a connection to the server.static final ResultCodeResultCode.CLIENT_SIDE_CONTROL_NOT_FOUNDThe client-side result code that indicates that the client expected a control to be present in the response from the server but it was not included.static final ResultCodeResultCode.CLIENT_SIDE_DECODING_ERRORThe client-side result code that indicates that an error occurred while decoding a response from the server.static final ResultCodeResultCode.CLIENT_SIDE_ENCODING_ERRORThe client-side result code that indicates that an error occurred while encoding a request to send to the server.static final ResultCodeResultCode.CLIENT_SIDE_FILTER_ERRORThe client-side result code that indicates that the filter provided by the user was malformed and could not be parsed.static final ResultCodeResultCode.CLIENT_SIDE_LOCAL_ERRORThe client-side result code that indicates that a local error occurred that had nothing to do with interaction with the server.static final ResultCodeResultCode.CLIENT_SIDE_NO_MEMORYThe client-side result code that indicates that the client application was not able to allocate enough memory for the requested operation.static final ResultCodeResultCode.CLIENT_SIDE_NO_RESULTS_RETURNEDThe client-side result code that indicates that the requested single entry search operation or read operation failed because the Directory Server did not return any matching entries.static final ResultCodeResultCode.CLIENT_SIDE_NOT_SUPPORTEDThe client-side result code that indicates that the user requested an operation that is not supported.static final ResultCodeResultCode.CLIENT_SIDE_PARAM_ERRORThe client-side result code that indicates that there was a problem with one or more of the parameters provided by the user.static final ResultCodeResultCode.CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDEDThe client-side result code that indicates that the client reached the maximum number of hops allowed when attempting to follow a referral (i.e., following one referral resulted in another referral which resulted in another referral and so on).static final ResultCodeResultCode.CLIENT_SIDE_SERVER_DOWNThe client-side result code that indicates that the server is down.static final ResultCodeResultCode.CLIENT_SIDE_TIMEOUTThe client-side result code that indicates that the client did not receive an expected response in a timely manner.static final ResultCodeResultCode.CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNEDThe client-side result code that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.static final ResultCodeResultCode.CLIENT_SIDE_USER_CANCELLEDThe client-side result code that indicates that the user cancelled an operation.static final ResultCodeResultCode.COMPARE_FALSEThe result code that indicates that the attribute value assertion included in a compare request did not match the targeted entry.static final ResultCodeResultCode.COMPARE_TRUEThe result code that indicates that the attribute value assertion included in a compare request did match the targeted entry.static final ResultCodeResultCode.CONFIDENTIALITY_REQUIREDThe result code that indicates that the requested operation could not be processed because it requires confidentiality for the communication between the client and the server.static final ResultCodeResultCode.CONSTRAINT_VIOLATIONThe result code that indicates that the requested operation failed because it would have violated some constraint defined in the server.static final ResultCodeResultCode.ENTRY_ALREADY_EXISTSThe result code that indicates that the requested operation failed because it would have resulted in an entry that conflicts with an entry that already exists.static final ResultCodeResultCode.INAPPROPRIATE_AUTHENTICATIONThe result code that indicates that an authentication attempt failed because the requested type of authentication was not appropriate for the targeted entry.static final ResultCodeResultCode.INAPPROPRIATE_MATCHINGThe result code that indicates that the requested operation failed because it attempted to perform an inappropriate type of matching against an attribute.static final ResultCodeResultCode.INSUFFICIENT_ACCESS_RIGHTSThe result code that indicates that the client does not have sufficient permission to perform the requested operation.static final ResultCodeResultCode.INVALID_ATTRIBUTE_SYNTAXThe result code that indicates that the requested operation failed because it violated the syntax for a specified attribute.static final ResultCodeResultCode.INVALID_CREDENTIALSThe result code that indicates that an authentication attempt failed because the user did not provide a valid set of credentials.static final ResultCodeResultCode.INVALID_DN_SYNTAXThe result code that indicates that the requested operation failed because it would have resulted in an entry with an invalid or malformed DN.static final ResultCodeResultCode.LOOP_DETECTThe result code that indicates that a referral or chaining loop was detected while processing the request.static final ResultCodeResultCode.NAMING_VIOLATIONThe result code that indicates that the requested operation failed because it would have violated the server's naming configuration.static final ResultCodeResultCode.NO_OPERATIONThe result code that should be used if the server did not actually complete processing on the associated operation because the request included the LDAP No-Op control.static final ResultCodeResultCode.NO_SUCH_ATTRIBUTEThe result code that indicates that the requested operation failed because it targeted an attribute or attribute value that did not exist in the specified entry.static final ResultCodeResultCode.NO_SUCH_OBJECTThe result code that indicates that the requested operation failed because it referenced an entry that does not exist.static final ResultCodeResultCode.NO_SUCH_OPERATIONThe result code that indicates that a cancel request was unsuccessful because the targeted operation did not exist or had already completed.static final ResultCodeResultCode.NOT_ALLOWED_ON_NONLEAFThe result code that indicates that the requested operation is not allowed for non-leaf entries.static final ResultCodeResultCode.NOT_ALLOWED_ON_RDNThe result code that indicates that the requested operation is not allowed on an RDN attribute.static final ResultCodeResultCode.OBJECTCLASS_MODS_PROHIBITEDThe result code that indicates that the operation could not be processed because it would have modified the objectclasses associated with an entry in an illegal manner.static final ResultCodeResultCode.OBJECTCLASS_VIOLATIONThe result code that indicates that the requested operation failed because it would have resulted in an entry that violated the server schema.static final ResultCodeResultCode.OFFSET_RANGE_ERRORThe result code that indicates that a search request included a VLV request control with an invalid offset.static final ResultCodeResultCode.OPERATIONS_ERRORThe result code that indicates that the operation is not properly sequenced with relation to other operations (of same or different type).static final ResultCodeResultCode.OTHERThe result code that should be used if no other result code is appropriate.static final ResultCodeResultCode.PROTOCOL_ERRORThe result code that indicates that the client sent a malformed or illegal request to the server.static final ResultCodeResultCode.REFERRALThe result code that indicates that a referral was encountered.static final ResultCodeResultCode.SASL_BIND_IN_PROGRESSThe result code that should be used for intermediate responses in multi-stage SASL bind operations.static final ResultCodeResultCode.SIZE_LIMIT_EXCEEDEDThe result code that indicates that a size limit was exceeded while attempting to process the request.static final ResultCodeResultCode.SORT_CONTROL_MISSINGThe result code that indicates that a search request included a VLV request control without a server-side sort control.static final ResultCodeResultCode.STRONG_AUTH_REQUIREDThe result code that indicates that the requested operation could not be processed because it requires that the client has completed a strong form of authentication.static final ResultCodeResultCode.SUCCESSThe result code that indicates that the operation completed successfully.static final ResultCodeResultCode.TIME_LIMIT_EXCEEDEDThe result code that indicates that a time limit was exceeded while attempting to process the request.static final ResultCodeResultCode.TOO_LATEThe result code that indicates that a cancel request was unsuccessful because processing on the targeted operation had already reached a point at which it could not be canceled.static final ResultCodeResultCode.UNAVAILABLEThe result code that indicates that either the entire server or one or more required resources were not available for use in processing the request.static final ResultCodeResultCode.UNAVAILABLE_CRITICAL_EXTENSIONThe result code that indicates that the requested operation failed because it included a critical extension that is unsupported or inappropriate for that request.static final ResultCodeResultCode.UNDEFINEDThe result code that should only be used if the actual result code has not yet been determined.static final ResultCodeResultCode.UNDEFINED_ATTRIBUTE_TYPEThe result code that indicates that the requested operation failed because it referenced an attribute that is not defined in the server schema.static final ResultCodeResultCode.UNWILLING_TO_PERFORMThe result code that indicates that the server is unwilling to perform the requested operation.static final ResultCodeResultCode.VIRTUAL_LIST_VIEW_ERRORThe result code that indicates that the operation could not be processed because there was an error while processing the virtual list view control.Methods in org.forgerock.opendj.ldap that return ResultCodeModifier and TypeMethodDescriptionLdapException.getResultCode()Returns the result code associated with this result.static ResultCodeResultCode.internalServerErrorResultCode()Returns the result code that should be used when the Directory Server encounters an internal server error.static ResultCodeResultCode.valueOf(int intValue) Returns the result code having the specified integer value as defined in RFC 4511 section 4.1.9.Methods in org.forgerock.opendj.ldap that return types with arguments of type ResultCodeModifier and TypeMethodDescriptionstatic List<ResultCode>ResultCode.values()Returns an unmodifiable list containing the set of available result codes indexed on their integer value as defined in RFC 4511 section 4.1.9.Methods in org.forgerock.opendj.ldap with parameters of type ResultCodeModifier and TypeMethodDescriptionvoidLdapSession.disconnect(ResultCode resultCode, CharSequence diagnosticMessage) Disconnects the client and sends a disconnect notification, containing the provided result code and diagnostic message.static LdapExceptionLdapException.newLdapException(ResultCode resultCode) Creates a new LDAP exception with the provided result code and an empty diagnostic message.static LdapExceptionLdapException.newLdapException(ResultCode resultCode, CharSequence diagnosticMessage) Creates a new LDAP exception with the provided result code and diagnostic message.static LdapExceptionLdapException.newLdapException(ResultCode resultCode, CharSequence diagnosticMessage, Throwable cause) Creates a new LDAP exception with the provided result code, diagnostic message, and cause.static LdapExceptionLdapException.newLdapException(ResultCode resultCode, CharSequence diagnosticMessage, Dn matchedDn, Throwable cause) Creates a new LDAP exception with the provided resultCode, diagnosticMessage, matched DN and cause.static LdapExceptionLdapException.newLdapException(ResultCode resultCode, Throwable cause) Creates a new LDAP exception with the provided result code and cause. -
Uses of ResultCode in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return ResultCodeModifier and TypeMethodDescriptionServerSideSortResponseControl.getResult()Returns a result code indicating the outcome of the server-side sort request.VirtualListViewResponseControl.getResult()Returns result code indicating the outcome of the virtual list view request.Methods in org.forgerock.opendj.ldap.controls with parameters of type ResultCodeModifier and TypeMethodDescriptionServerSideSortResponseControl.newControl(ResultCode result) Creates a new server-side response control with the provided sort result and no attribute description.ServerSideSortResponseControl.newControl(ResultCode result, String attributeDescription) Creates a new server-side response control with the provided sort result and attribute description.ServerSideSortResponseControl.newControl(ResultCode result, AttributeDescription attributeDescription) Creates a new server-side response control with the provided sort result and attribute description.VirtualListViewResponseControl.newControl(int targetPosition, int contentCount, ResultCode result, ByteString contextId) Creates a new virtual list view response control. -
Uses of ResultCode in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return ResultCodeModifier and TypeMethodDescriptionBindResult.getResultCode()CompareResult.getResultCode()ExtendedResult.getResultCode()GenericExtendedResult.getResultCode()PasswordModifyExtendedResult.getResultCode()Result.getResultCode()Returns the result code associated with this result.WhoAmIExtendedResult.getResultCode()Methods in org.forgerock.opendj.ldap.messages with parameters of type ResultCodeModifier and TypeMethodDescriptionstatic BindResultResponses.newBindResult(ResultCode resultCode) Creates a new bind result using the provided result code.static CompareResultResponses.newCompareResult(ResultCode resultCode) Creates a new compare result using the provided result code.static GenericExtendedResultResponses.newGenericExtendedResult(ResultCode resultCode) Creates a new generic extended result using the provided result code.static PasswordModifyExtendedResultResponses.newPasswordModifyExtendedResult(ResultCode resultCode) Creates a new password modify extended result using the provided result code, and no generated password.static ResultResponses.newResult(ResultCode resultCode) Creates a new result using the provided result code.static StartTlsExtendedResultResponses.newStartTlsExtendedResult(ResultCode resultCode) Creates a new start TLS extended result which will use the provided SSL context.static WhoAmIExtendedResultResponses.newWhoAmIExtendedResult(ResultCode resultCode) Creates a new who am I extended result with the provided result code and no authorization ID.BindResult.setResultCode(ResultCode resultCode) CompareResult.setResultCode(ResultCode resultCode) ExtendedResult.setResultCode(ResultCode resultCode) GenericExtendedResult.setResultCode(ResultCode resultCode) PasswordModifyExtendedResult.setResultCode(ResultCode resultCode) Result.setResultCode(ResultCode resultCode) Sets the result code associated with this result.WhoAmIExtendedResult.setResultCode(ResultCode resultCode) Constructors in org.forgerock.opendj.ldap.messages with parameters of type ResultCodeModifierConstructorDescriptionprotectedAbstractExtendedResult(ResultCode resultCode) Creates a new extended result using the provided result code. -
Uses of ResultCode in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return ResultCodeModifier and TypeMethodDescriptionRequestContext.getMaskedResultCode()Retrieves the real, masked result code for this operation.Methods in org.forgerock.opendj.server.core with parameters of type ResultCodeModifier and TypeMethodDescriptionvoidRequestContext.setMaskedResultCode(ResultCode maskedResultCode) Specifies the real, masked result code for this operation. -
Uses of ResultCode in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type ResultCodeModifier and TypeMethodDescriptionPluginResult.IntermediateResponse.stopProcessing(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing intermediate response plugin result.PluginResult.IntermediateResponse.stopProcessing(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing intermediate response plugin result.static PluginResult.PostOperationPluginResult.PostOperation.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing post operation plugin result.static PluginResult.PostOperationPluginResult.PostOperation.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing post operation plugin result.static PluginResult.PreOperationPluginResult.PreOperation.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre operation plugin result.static PluginResult.PreOperationPluginResult.PreOperation.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre operation plugin result.static PluginResult.PreParsePluginResult.PreParse.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre parse plugin result.static PluginResult.PreParsePluginResult.PreParse.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre parse plugin result.PluginResult.SubordinateDelete.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing subordinate delete plugin result.PluginResult.SubordinateDelete.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing subordinate delete plugin result.PluginResult.SubordinateModifyDN.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing subordinate modify DN plugin result.PluginResult.SubordinateModifyDN.stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing subordinate modify DN plugin result. -
Uses of ResultCode in org.opends.server.types
Methods in org.opends.server.types that return ResultCodeModifier and TypeMethodDescriptionDisconnectReason.getResultCode()Returns the LDAP result code associated with this disconnect reason.final ResultCodeOperation.getResultCode()Methods in org.opends.server.types with parameters of type ResultCodeModifier and TypeMethodDescriptionfinal voidOperation.setResultCode(ResultCode resultCode) Specifies the result code for this operation. -
Uses of ResultCode in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return ResultCodeModifier and TypeMethodDescriptionInProgressOperation.getResultCode()Retrieves the result code for this operation.PostCommitOperation.getResultCode()Retrieves the result code for this operation.PostOperationOperation.getResultCode()Retrieves the result code for this operation.PostResponseOperation.getResultCode()Retrieves the result code for this operation.PostSynchronizationOperation.getResultCode()Retrieves the result code for this operation.Methods in org.opends.server.types.operation with parameters of type ResultCodeModifier and TypeMethodDescriptionvoidInProgressOperation.setResultCode(ResultCode resultCode) Specifies the result code for this operation.voidPostOperationOperation.setResultCode(ResultCode resultCode) Specifies the result code for this operation.