Uses of Class
org.forgerock.opendj.ldap.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.-
Uses of DecodeException in org.forgerock.opendj.io.rx
Modifier and TypeMethodDescriptionstatic ProxyProtocolHeader.SslTlv
ProxyProtocolHeader.SslTlv.decode
(ByteString data) Decodes the SSL information contained indata
in TLV format. -
Uses of DecodeException in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic DecodeException
Creates a new non-fatal decode exception with the provided root cause.static DecodeException
DecodeException.error
(LocalizableMessage message) Creates a new non-fatal decode exception with the provided message.static DecodeException
DecodeException.error
(LocalizableMessage message, Throwable cause) Creates a new non-fatal decode exception with the provided message and root cause.static DecodeException
DecodeException.fatalError
(Throwable cause) Creates a new fatal decode exception with the provided root cause.static DecodeException
DecodeException.fatalError
(LocalizableMessage message) Creates a new fatal decode exception with the provided message.static DecodeException
DecodeException.fatalError
(LocalizableMessage message, Throwable cause) Creates a new fatal decode exception with the provided message and root cause.Modifier and TypeMethodDescription<T> T
Assertion.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.int
GserParser.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 AuthPassword
Converts the provided encoded String authentication password to anAuthPassword
.static UserPassword
Converts the provided encoded String user password into aUserPassword
. -
Uses of DecodeException in org.forgerock.opendj.ldap.controls
Modifier and TypeMethodDescriptiondefault C
ControlDecoder.decodeControl
(Control control) Decodes the provided control as aControl
of typeC
using the default decode options.ControlDecoder.decodeControl
(Control control, DecodeOptions options) Decodes the provided control as aControl
of 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
Modifier and TypeMethodDescriptionExtendedRequestDecoder.decodeExtendedRequest
(ExtendedRequest<?> request, DecodeOptions options) Decodes the provided extended operation request as anExtendedRequest
of typeR
.abstract S
AbstractExtendedResultDecoder.decodeExtendedResult
(ExtendedResult result, DecodeOptions options) ExtendedResultDecoder.decodeExtendedResult
(ExtendedResult result, DecodeOptions options) Decodes the provided extended operation result as aResult
of 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
Modifier and TypeMethodDescriptionvoid
Indexer.createKeys
(ByteString value, Consumer<ByteString> keyConsumer) Generates the set of index keys for an attribute.final Assertion
AbstractOrderingMatchingRuleImpl.getAssertion
(Schema schema, ByteString value) MatchingRule.getAssertion
(ByteString assertionValue) Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRuleImpl.getAssertion
(Schema schema, ByteString assertionValue) Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRule.getGreaterOrEqualAssertion
(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertion
suitable for use with greaterOrEqual search filters.MatchingRule.getLessOrEqualAssertion
(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertion
suitable 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 anAssertion
suitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.default Assertion
MatchingRuleImpl.getOrderingAssertion
(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertion
suitable 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 anAssertion
suitable for use with substrings search filters.default Assertion
MatchingRuleImpl.getSubstringAssertion
(Schema schema, ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertion
suitable 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
Modifier and TypeMethodDescriptionvoid
RejectedLdifListener.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.Modifier 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.void
RejectedLdifListener.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.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(AddRequest change, LocalizableMessage reason) Invoked when an attempt to add an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(ModifyDnRequest change, LocalizableMessage reason) Invoked when an attempt to rename an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(ModifyRequest change, LocalizableMessage reason) Invoked when an attempt to modify an entry was rejected.void
RejectedLdifListener.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.void
RejectedLdifListener.handleSchemaValidationWarning
(long lineNumber, List<String> lines, List<LocalizableMessage> reasons) Invoked when a record was not rejected but contained one or more schema validation warnings.void
RejectedLdifListener.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
Modifier and TypeMethodDescriptionstatic DeploymentId
DeploymentId.valueOf
(String deploymentId, char[] password, Consumer<LocalizableMessage> warningHandler) Parses the provided deployment ID and creates the associated root CA key-pair.ModifierConstructorDescriptionDeploymentIdParameters
(String deploymentId) Extracts the parameters of the given deployment ID.