Uses of Class
org.forgerock.i18n.LocalizedIllegalArgumentException
-
Packages that use LocalizedIllegalArgumentException Package Description 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.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of LocalizedIllegalArgumentException in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return types with arguments of type LocalizedIllegalArgumentException Modifier and Type Method Description static Function<ByteString,Boolean,LocalizedIllegalArgumentException>Functions. byteStringToBoolean()Returns a function which parsesBooleanvalues.static Function<ByteString,Dn,LocalizedIllegalArgumentException>Functions. byteStringToDn()Returns a function which parsesDNs using the default schema.static Function<ByteString,Dn,LocalizedIllegalArgumentException>Functions. byteStringToDn(Schema schema)Returns a function which parsesDNs using the provided schema.static Function<ByteString,GeneralizedTime,LocalizedIllegalArgumentException>Functions. byteStringToGeneralizedTime()Returns a function which parses generalized time strings.static Function<ByteString,Integer,LocalizedIllegalArgumentException>Functions. byteStringToInteger()Returns a function which parsesIntegerstring values.static Function<ByteString,Long,LocalizedIllegalArgumentException>Functions. byteStringToLong()Returns a function which parsesLongstring values.static Function<ByteString,Path,LocalizedIllegalArgumentException>Functions. byteStringToPath()Returns a function which parsesPathstring values.Methods in org.forgerock.opendj.ldap that throw LocalizedIllegalArgumentException Modifier and Type Method Description DnDn. child(String dn)Returns 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 DnDn. format(String template, Object... attributeValues)Creates a new DN using the provided DN template and unescaped attribute values using the default schema.static DnDn. format(String template, Schema schema, Object... attributeValues)Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.booleanDn. isChildOf(String dn)Returnstrueif 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 DnDn. valueOf(String dn)Parses the provided LDAP string representation of a DN using the default schema.static DnDn. valueOf(String dn, Schema schema)Parses 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 LocalizedIllegalArgumentException Modifier and Type Method Description static 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 LocalizedIllegalArgumentException Modifier and Type Method Description static 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.schema Modifier and Type Class Description classConflictingSchemaElementExceptionThrown 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.classUnknownSchemaElementExceptionThrown 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 LocalizedIllegalArgumentException Modifier and Type Method Description Pair<PrivateKey,X509Certificate>DeploymentId. 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.Pair<PrivateKey,X509Certificate>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.Pair<PrivateKey,X509Certificate>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.X509CertificateBuilderX509CertificateBuilder. subjectAlternativeName(boolean isCritical, Collection<String> dnsNames)Adds the subject alternative name extension with the provided DNS names.
-