Uses of Class
org.forgerock.opendj.ldap.DecodeException
-
Packages that use DecodeException Package Description org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of DecodeException in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that throw DecodeException Modifier and Type Method Description static ProxyProtocolHeader.SslTlv
ProxyProtocolHeader.SslTlv. decode(ByteString data)
Decodes the SSL information contained indata
in TLV format. -
Uses of DecodeException in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return DecodeException Modifier and Type Method Description static DecodeException
DecodeException. error(Throwable cause)
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.Methods in org.forgerock.opendj.ldap that throw DecodeException Modifier and Type Method Description <T> T
Assertion. createIndexQuery(AttributeDescription attributeDescription, IndexQueryFactory<T> factory)
Returns an index query appropriate for the provided attribute value assertion.BigInteger
GserParser. nextBigInteger()
Returns the next element as a BigInteger.String
GserParser. nextChoiceValueIdentifier()
Return the identifier of the next IdentifiedChoiceValue element.int
GserParser. nextInteger()
Returns the next element as an Integer.String
GserParser. nextNamedValueIdentifier()
Returns the identifier of the next NamedValue element.String
GserParser. nextString()
Returns the next element as a String.GserParser
GserParser. readEndSequence()
Skips the input matching the end of a sequence and preceding space characters.GserParser
GserParser. readStartSequence()
Skips the input matching the start of a sequence and subsequent space characters.GserParser
GserParser. skipMsp()
Skips the input matching one or more space characters.GserParser
GserParser. skipSeparator()
Skips the input matching the separator pattern (",") and subsequenct space characters.GserParser
GserParser. skipSp()
Skips the input matching zero, one or more space characters.static AuthPassword
AuthPassword. valueOf(String authPasswordValue)
Converts the provided encoded String authentication password to anAuthPassword
.static UserPassword
UserPassword. valueOf(String userPasswordValue)
Converts 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 DecodeException Modifier and Type Method Description default C
ControlDecoder. decodeControl(Control control)
Decodes the provided control as aControl
of typeC
using the default decode options.C
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
Methods in org.forgerock.opendj.ldap.messages with parameters of type DecodeException Modifier and Type Method Description S
AbstractExtendedResultDecoder. adaptDecodeException(DecodeException exception)
S
ExtendedResultDecoder. adaptDecodeException(DecodeException exception)
Creates a new extended operation error result using the provided decoding exception.Methods in org.forgerock.opendj.ldap.messages that throw DecodeException Modifier and Type Method Description R
ExtendedRequestDecoder. decodeExtendedRequest(ExtendedRequest<?> request, DecodeOptions options)
Decodes the provided extended operation request as anExtendedRequest
of typeR
.abstract S
AbstractExtendedResultDecoder. decodeExtendedResult(ExtendedResult result, DecodeOptions options)
S
ExtendedResultDecoder. decodeExtendedResult(ExtendedResult result, DecodeOptions options)
Decodes the provided extended operation result as aResult
of typeS
.<C extends Control>
CAbandonRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CAddRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CBindRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CBindResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCancelExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCompareRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CCompareResult. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CDeleteRequest. 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>
CGenericExtendedRequest. 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>
CModifyDnRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CModifyRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CPasswordModifyExtendedRequest. 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>
CSearchRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CSearchResultReference. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CStartTlsExtendedRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CUnbindRequest. getControl(ControlDecoder<C> decoder, DecodeOptions options)
<C extends Control>
CWhoAmIExtendedRequest. 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 DecodeException Modifier and Type Method Description void
Indexer. createKeys(ByteSequence value, Consumer<ByteString> keyConsumer)
Generates the set of index keys for an attribute.Assertion
AbstractOrderingMatchingRuleImpl. getAssertion(Schema schema, ByteSequence value)
Assertion
MatchingRule. getAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing matching operations on that value.default Assertion
MatchingRuleImpl. getAssertion(Schema schema, ByteSequence assertionValue)
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than matching operations on that value.Assertion
AbstractOrderingMatchingRuleImpl. getGreaterOrEqualAssertion(Schema schema, ByteSequence value)
Assertion
MatchingRule. getGreaterOrEqualAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.default Assertion
MatchingRuleImpl. getGreaterOrEqualAssertion(Schema schema, ByteSequence value)
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal matching operations on that value.Assertion
AbstractOrderingMatchingRuleImpl. getLessOrEqualAssertion(Schema schema, ByteSequence value)
Assertion
MatchingRule. getLessOrEqualAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.default Assertion
MatchingRuleImpl. getLessOrEqualAssertion(Schema schema, ByteSequence value)
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than or equal matching operations on that value.Assertion
MatchingRule. getSubstringAssertion(ByteSequence subInitial, List<? extends ByteSequence> subAnyElements, ByteSequence subFinal)
Returns the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.default Assertion
MatchingRuleImpl. getSubstringAssertion(Schema schema, ByteSequence subInitial, List<? extends ByteSequence> subAnyElements, ByteSequence subFinal)
Retrieves the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.ByteString
MatchingRule. normalizeAttributeValue(ByteSequence value)
Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.ByteString
MatchingRuleImpl. normalizeAttributeValue(Schema schema, ByteSequence 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 DecodeException Modifier and Type Method Description 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.Methods in org.forgerock.opendj.ldif that throw DecodeException Modifier and Type Method Description Entry
RejectedChangeRecordListener. handleDuplicateEntry(AddRequest change, Entry existingEntry)
Invoked when an attempt was made to add an entry which already exists.Entry
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
Methods in org.forgerock.opendj.security that throw DecodeException Modifier and Type Method Description static DeploymentId
DeploymentId. valueOf(String deploymentId, char[] password)
Parses the provided deployment ID and creates the associated root CA key-pair.Constructors in org.forgerock.opendj.security that throw DecodeException Constructor Description DeploymentIdParameters(String deploymentId)
Extracts the parameters of the given deployment ID.
-