Uses of Class
org.forgerock.i18n.LocalizedIllegalArgumentException
Packages that use LocalizedIllegalArgumentException
Package
Description
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.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.-
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return types with arguments of type LocalizedIllegalArgumentExceptionModifier and TypeMethodDescriptionFunctions.byteStringToBoolean()Returns a function which parsesBooleanvalues.Functions.byteStringToDn()Returns a function which parsesDNs using the default schema.Functions.byteStringToDn(Schema schema) Returns a function which parsesDNs using the provided schema.Functions.byteStringToGeneralizedTime()Returns a function which parses generalized time strings.Functions.byteStringToInteger()Returns a function which parsesIntegerstring values.Functions.byteStringToLong()Returns a function which parsesLongstring values.Functions.byteStringToPath()Returns a function which parsesPathstring values.Methods in org.forgerock.opendj.ldap that throw LocalizedIllegalArgumentExceptionModifier and TypeMethodDescriptionReturns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN decoded using the default schema.static DnCreates a new DN using the provided DN template and unescaped attribute values using the default schema.static DnCreates a new DN using the provided DN template and unescaped attribute values using the provided schema.booleanReturnstrueif this DN is an immediate child of the provided DN decoded using the default schema.booleanDn.isInScopeOf(String dn, SearchScope scope) Returnstrueif this DN matches the provided base DN and search scope.booleanDn.isParentOf(String dn) Returnstrueif this DN is the immediate parent of the provided DN.booleanDn.isSubordinateOrEqualTo(String dn) Returnstrueif this DN is subordinate to or equal to the provided DN.booleanDn.isSuperiorOrEqualTo(String dn) Returnstrueif this DN is superior to or equal to the provided DN.static DnParses the provided LDAP string representation of a DN using the default schema.static DnParses the provided LDAP string representation of a DN using the provided schema.static DnDn.valueOf(ByteString dn) Parses the provided LDAP string representation of a DN using the default schema. -
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that throw LocalizedIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic ProxiedAuthV2RequestControlProxiedAuthV2RequestControl.newControl(String authorizationId) Creates a new proxy authorization v2 request control with the provided authorization ID. -
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that throw LocalizedIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic AddRequestRequests.newAddRequest(String name) Creates a new add request using the provided distinguished name decoded using the default schema.static AddRequestRequests.newAddRequest(String... ldifLines) Creates a new add request using the provided lines of LDIF decoded using the default schema.static ChangeRecordRequests.newChangeRecord(String... ldifLines) Creates a new change record (an add, delete, modify, or modify DN request) using the provided lines of LDIF decoded using the default schema.static CompareRequestRequests.newCompareRequest(String name, String attributeDescription, Object assertionValue) Creates a new compare request using the provided distinguished name, attribute name, and assertion value decoded using the default schema.static DeleteRequestRequests.newDeleteRequest(String name) Creates a new delete request using the provided distinguished name decoded using the default schema.static ModifyDnRequestRequests.newModifyDnRequest(String name, String newRDN) Creates a new modify DN request using the provided distinguished name and new RDN decoded using the default schema.static ModifyRequestRequests.newModifyRequest(String name) Creates a new modify request using the provided distinguished name decoded using the default schema.static ModifyRequestRequests.newModifyRequest(String... ldifLines) Creates a new modify request using the provided lines of LDIF decoded using the default schema.static SearchRequestRequests.newSearchRequest(String name, SearchScope scope, String filter, String... attributeDescriptions) Creates a new search request using the provided distinguished name, scope, and filter, decoded using the default schema.static BindRequestRequests.newSimpleBindRequest(String name, byte[] password) Creates a new simple bind request having the provided name and password suitable for name/password authentication.static BindRequestRequests.newSimpleBindRequest(String name, String password) Creates a new simple bind request having the provided name and password suitable for name/password authentication.static SearchRequestRequests.newSingleEntrySearchRequest(String name, SearchScope scope, String filter, String... attributeDescriptions) Creates a new search request for a single entry, using the provided distinguished name, scope, and filter, decoded using the default schema. -
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap.schema
Subclasses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap.schemaModifier and TypeClassDescriptionfinal classThrown when addition of a schema element to a schema builder fails because the OID of the schema element conflicts with an existing schema element and the caller explicitly requested not to override existing schema elements.final classThrown when a schema query fails because the requested schema element could not be found or is ambiguous. -
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that throw LocalizedIllegalArgumentExceptionModifier and TypeMethodDescriptionDeploymentId.generateSslKeyPair(Dn subjectDn, Collection<String> dnsNames) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPair(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPairForWritableReplica(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate, same asDeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration), but theExtendedKeyUsageextension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.X509CertificateBuilder.subjectAlternativeName(boolean isCritical, Collection<String> dnsNames) Adds the subject alternative name extension with the provided DNS names.