Uses of Class
org.forgerock.i18n.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
Modifier and TypeMethodDescriptionFunctions.byteStringToBoolean()
Returns a function which parsesBoolean
values.Functions.byteStringToDn()
Returns a function which parsesDN
s using the default schema.Functions.byteStringToDn
(Schema schema) Returns a function which parsesDN
s using the provided schema.Functions.byteStringToGeneralizedTime()
Returns a function which parses generalized time strings.Functions.byteStringToInteger()
Returns a function which parsesInteger
string values.Functions.byteStringToLong()
Returns a function which parsesLong
string values.Functions.byteStringToPath()
Returns a function which parsesPath
string values.Modifier 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 Dn
Creates a new DN using the provided DN template and unescaped attribute values using the default schema.static Dn
Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.boolean
Returnstrue
if this DN is an immediate child of the provided DN decoded using the default schema.boolean
Dn.isInScopeOf
(String dn, SearchScope scope) Returnstrue
if this DN matches the provided base DN and search scope.boolean
Dn.isParentOf
(String dn) Returnstrue
if this DN is the immediate parent of the provided DN.boolean
Dn.isSubordinateOrEqualTo
(String dn) Returnstrue
if this DN is subordinate to or equal to the provided DN.boolean
Dn.isSuperiorOrEqualTo
(String dn) Returnstrue
if this DN is superior to or equal to the provided DN.static Dn
Parses the provided LDAP string representation of a DN using the default schema.static Dn
Parses the provided LDAP string representation of a DN using the provided schema.static Dn
Dn.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
Modifier and TypeMethodDescriptionstatic ProxiedAuthV2RequestControl
ProxiedAuthV2RequestControl.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
Modifier and TypeMethodDescriptionstatic AddRequest
Requests.newAddRequest
(String name) Creates a new add request using the provided distinguished name decoded using the default schema.static AddRequest
Requests.newAddRequest
(String... ldifLines) Creates a new add request using the provided lines of LDIF decoded using the default schema.static ChangeRecord
Requests.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 CompareRequest
Requests.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 DeleteRequest
Requests.newDeleteRequest
(String name) Creates a new delete request using the provided distinguished name decoded using the default schema.static ModifyDnRequest
Requests.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 ModifyRequest
Requests.newModifyRequest
(String name) Creates a new modify request using the provided distinguished name decoded using the default schema.static ModifyRequest
Requests.newModifyRequest
(String... ldifLines) Creates a new modify request using the provided lines of LDIF decoded using the default schema.static SearchRequest
Requests.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 BindRequest
Requests.newSimpleBindRequest
(String name, byte[] password) Creates a new simple bind request having the provided name and password suitable for name/password authentication.static BindRequest
Requests.newSimpleBindRequest
(String name, String password) Creates a new simple bind request having the provided name and password suitable for name/password authentication.static SearchRequest
Requests.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
Modifier and TypeClassDescriptionfinal class
Thrown 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 class
Thrown 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
Modifier 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 theExtendedKeyUsage
extension 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.