Uses of Class
org.forgerock.opendj.ldap.DecodeException
Packages that use DecodeException
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
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 and interfaces for constructing and querying LDAP schemas.
Classes and interfaces for reading and writing LDIF.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.Contains various classes that comprise the core of the Directory Server codebase.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of DecodeException in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that throw DecodeExceptionModifier and TypeMethodDescriptionstatic ProxyProtocolHeader.SslTlvProxyProtocolHeader.SslTlv.decode(ByteString data) Decodes the SSL information contained indatain TLV format. -
Uses of DecodeException in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return DecodeExceptionModifier and TypeMethodDescriptionstatic DecodeExceptionCreates a new non-fatal decode exception with the provided root cause.static DecodeExceptionDecodeException.error(LocalizableMessage message) Creates a new non-fatal decode exception with the provided message.static DecodeExceptionDecodeException.error(LocalizableMessage message, Throwable cause) Creates a new non-fatal decode exception with the provided message and root cause.static DecodeExceptionDecodeException.fatalError(Throwable cause) Creates a new fatal decode exception with the provided root cause.static DecodeExceptionDecodeException.fatalError(LocalizableMessage message) Creates a new fatal decode exception with the provided message.static DecodeExceptionDecodeException.fatalError(LocalizableMessage message, Throwable cause) Creates a new fatal decode exception with the provided message and root cause.Methods in org.forgerock.opendj.ldap that throw DecodeExceptionModifier and TypeMethodDescription<T> TAssertion.createIndexQuery(AttributeDescription attributeDescription, IndexQueryFactory<T> factory) Returns an index query appropriate for the provided attribute value assertion.GserParser.nextBigInteger()Returns the next element as a BigInteger.GserParser.nextChoiceValueIdentifier()Return the identifier of the next IdentifiedChoiceValue element.intGserParser.nextInteger()Returns the next element as an Integer.GserParser.nextNamedValueIdentifier()Returns the identifier of the next NamedValue element.GserParser.nextString()Returns the next element as a String.GserParser.readEndSequence()Skips the input matching the end of a sequence and preceding space characters.GserParser.readStartSequence()Skips the input matching the start of a sequence and subsequent space characters.GserParser.skipMsp()Skips the input matching one or more space characters.GserParser.skipSeparator()Skips the input matching the separator pattern (",") and subsequenct space characters.GserParser.skipSp()Skips the input matching zero, one or more space characters.static AuthPasswordConverts the provided encoded String authentication password to anAuthPassword.static UserPasswordConverts the provided encoded String user password into aUserPassword. -
Uses of DecodeException in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that throw DecodeExceptionModifier and TypeMethodDescriptiondefault CControlDecoder.decodeControl(Control control) Decodes the provided control as aControlof typeCusing the default decode options.ControlDecoder.decodeControl(Control control, DecodeOptions options) Decodes the provided control as aControlof typeC.static Set<PersistentSearchChangeType>PersistentSearchChangeType.toSet(int changeTypes) Returns the set of enum values corresponding to the encoded persistent change types. -
Uses of DecodeException in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that throw DecodeExceptionModifier and TypeMethodDescriptionExtendedRequestDecoder.decodeExtendedRequest(ExtendedRequest<?> request, DecodeOptions options) Decodes the provided extended operation request as anExtendedRequestof typeR.abstract SAbstractExtendedResultDecoder.decodeExtendedResult(ExtendedResult result, DecodeOptions options) ExtendedResultDecoder.decodeExtendedResult(ExtendedResult result, DecodeOptions options) Decodes the provided extended operation result as aResultof typeS.<C extends Control>
CBindResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CCompareResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CExtendedRequest.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CExtendedResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CGenericExtendedResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CGenericIntermediateResponse.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CIntermediateResponse.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CPasswordModifyExtendedResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) default <C extends Control>
CProtocolOp.getControl(ControlDecoder<C> decoder) Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder using default decode options.<C extends Control>
CProtocolOp.getControl(ControlDecoder<C> decoder, DecodeOptions options) Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder.<C extends Control>
CResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CSearchResultReference.getControl(ControlDecoder<C> decoder, DecodeOptions options) <C extends Control>
CWhoAmIExtendedResult.getControl(ControlDecoder<C> decoder, DecodeOptions options) -
Uses of DecodeException in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that throw DecodeExceptionModifier and TypeMethodDescriptionvoidIndexer.createKeys(ByteString value, Consumer<ByteString> keyConsumer) Generates the set of index keys for an attribute.final AssertionAbstractOrderingMatchingRuleImpl.getAssertion(Schema schema, ByteString value) MatchingRule.getAssertion(ByteString assertionValue) Compiles the provided assertion value as anAssertionsuitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRuleImpl.getAssertion(Schema schema, ByteString assertionValue) Compiles the provided assertion value as anAssertionsuitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRule.getGreaterOrEqualAssertion(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertionsuitable for use with greaterOrEqual search filters.MatchingRule.getLessOrEqualAssertion(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertionsuitable for use with lessOrEqual search filters.AbstractOrderingMatchingRuleImpl.getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) MatchingRule.getOrderingAssertion(ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertionsuitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.default AssertionMatchingRuleImpl.getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertionsuitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.MatchingRule.getSubstringAssertion(ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertionsuitable for use with substrings search filters.default AssertionMatchingRuleImpl.getSubstringAssertion(Schema schema, ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertionsuitable for use with substrings search filters.MatchingRule.normalizeAttributeValue(ByteString value) Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.MatchingRuleImpl.normalizeAttributeValue(Schema schema, ByteString value) Retrieves the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value. -
Uses of DecodeException in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type DecodeExceptionModifier and TypeMethodDescriptionvoidRejectedLdifListener.handleMalformedRecord(long lineNumber, List<String> lines, DecodeException exception) Invoked when a record was rejected because it was malformed in some way and could not be decoded.Methods in org.forgerock.opendj.ldif that throw DecodeExceptionModifier and TypeMethodDescriptionRejectedChangeRecordListener.handleDuplicateEntry(AddRequest change, Entry existingEntry) Invoked when an attempt was made to add an entry which already exists.RejectedChangeRecordListener.handleDuplicateEntry(ModifyDnRequest change, Entry existingEntry, Entry renamedEntry) Invoked when an attempt was made to rename an entry which already exists.voidRejectedLdifListener.handleMalformedRecord(long lineNumber, List<String> lines, DecodeException exception) Invoked when a record was rejected because it was malformed in some way and could not be decoded.voidRejectedChangeRecordListener.handleRejectedChangeRecord(AddRequest change, LocalizableMessage reason) Invoked when an attempt to add an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(ModifyDnRequest change, LocalizableMessage reason) Invoked when an attempt to rename an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason) Invoked when an attempt to modify an entry was rejected.voidRejectedLdifListener.handleSchemaValidationFailure(long lineNumber, List<String> lines, List<LocalizableMessage> reasons) Invoked when a record was rejected because it does not conform to the schema and schema validation is enabled.voidRejectedLdifListener.handleSchemaValidationWarning(long lineNumber, List<String> lines, List<LocalizableMessage> reasons) Invoked when a record was not rejected but contained one or more schema validation warnings.voidRejectedLdifListener.handleSkippedRecord(long lineNumber, List<String> lines, LocalizableMessage reason) Invoked when a record was skipped because it did not match filter criteria defined by the reader. -
Uses of DecodeException in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that throw DecodeExceptionModifier and TypeMethodDescriptionstatic DeploymentIdDeploymentId.valueOf(String deploymentId, char[] password, Consumer<LocalizableMessage> warningHandler) Parses the provided deployment ID and creates the associated root CA key-pair.Constructors in org.forgerock.opendj.security that throw DecodeExceptionModifierConstructorDescriptionDeploymentIdParameters(String deploymentId) Extracts the parameters of the given deployment ID. -
Uses of DecodeException in org.opends.server.core
Methods in org.opends.server.core that throw DecodeExceptionModifier and TypeMethodDescriptionstatic booleanPasswordVerifier.authPasswordMatches(ByteString plaintextPassword, String encodedPassword, ServerContext serverContext) Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.booleanPasswordVerifier.passwordMatches(ByteString plaintextPassword, String encodedPassword, ServerContext serverContext) Indicates whether the provided plaintext password matches the encoded password.static booleanPasswordVerifier.userPasswordMatches(ByteString plaintextPassword, String encodedPassword, ServerContext serverContext) Indicates whether the provided plaintext password matches the encoded password using the user password syntax. -
Uses of DecodeException in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that throw DecodeExceptionModifier and TypeMethodDescriptionHistoricalCsnOrderingMatchingRuleImpl.getAssertion(Schema schema, ByteString value) HistoricalCsnRangeMatchingRuleImpl.getAssertion(Schema schema, ByteString assertionValue) Represents a filter for a CSN range on a replica id.HistoricalCsnOrderingMatchingRuleImpl.getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) HistoricalCsnOrderingMatchingRuleImpl.normalizeAttributeValue(Schema schema, ByteString value) HistoricalCsnRangeMatchingRuleImpl.normalizeAttributeValue(Schema schema, ByteString value)