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 basedKeyStoreservice. -
-
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.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 DecodeException Modifier and Type Method Description static DecodeExceptionDecodeException. error(Throwable cause)Creates 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 DecodeException Modifier and Type Method Description <T> TAssertion. createIndexQuery(AttributeDescription attributeDescription, IndexQueryFactory<T> factory)Returns an index query appropriate for the provided attribute value assertion.BigIntegerGserParser. nextBigInteger()Returns the next element as a BigInteger.StringGserParser. nextChoiceValueIdentifier()Return the identifier of the next IdentifiedChoiceValue element.intGserParser. nextInteger()Returns the next element as an Integer.StringGserParser. nextNamedValueIdentifier()Returns the identifier of the next NamedValue element.StringGserParser. nextString()Returns the next element as a String.GserParserGserParser. readEndSequence()Skips the input matching the end of a sequence and preceding space characters.GserParserGserParser. readStartSequence()Skips the input matching the start of a sequence and subsequent space characters.GserParserGserParser. skipMsp()Skips the input matching one or more space characters.GserParserGserParser. skipSeparator()Skips the input matching the separator pattern (",") and subsequenct space characters.GserParserGserParser. skipSp()Skips the input matching zero, one or more space characters.static AuthPasswordAuthPassword. valueOf(String authPasswordValue)Converts the provided encoded String authentication password to anAuthPassword.static UserPasswordUserPassword. 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 CControlDecoder. decodeControl(Control control)Decodes the provided control as aControlof typeCusing the default decode options.CControlDecoder. 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 with parameters of type DecodeException Modifier and Type Method Description SAbstractExtendedResultDecoder. adaptDecodeException(DecodeException exception)SExtendedResultDecoder. 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 RExtendedRequestDecoder. decodeExtendedRequest(ExtendedRequest<?> request, DecodeOptions options)Decodes the provided extended operation request as anExtendedRequestof typeR.abstract SAbstractExtendedResultDecoder. decodeExtendedResult(ExtendedResult result, DecodeOptions options)SExtendedResultDecoder. decodeExtendedResult(ExtendedResult result, DecodeOptions options)Decodes the provided extended operation result as aResultof 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 voidIndexer. createKeys(ByteSequence value, Consumer<ByteString> keyConsumer)Generates the set of index keys for an attribute.AssertionAbstractOrderingMatchingRuleImpl. getAssertion(Schema schema, ByteSequence value)AssertionMatchingRule. 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 AssertionMatchingRuleImpl. 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.AssertionAbstractOrderingMatchingRuleImpl. getGreaterOrEqualAssertion(Schema schema, ByteSequence value)AssertionMatchingRule. 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 AssertionMatchingRuleImpl. 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.AssertionAbstractOrderingMatchingRuleImpl. getLessOrEqualAssertion(Schema schema, ByteSequence value)AssertionMatchingRule. 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 AssertionMatchingRuleImpl. 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.AssertionMatchingRule. 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 AssertionMatchingRuleImpl. 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.ByteStringMatchingRule. normalizeAttributeValue(ByteSequence value)Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.ByteStringMatchingRuleImpl. 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 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.Methods in org.forgerock.opendj.ldif that throw DecodeException Modifier and Type Method Description EntryRejectedChangeRecordListener. handleDuplicateEntry(AddRequest change, Entry existingEntry)Invoked when an attempt was made to add an entry which already exists.EntryRejectedChangeRecordListener. 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 DecodeException Modifier and Type Method Description static DeploymentIdDeploymentId. 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.
-