Interface and Description |
---|
org.opends.server.api.OrderingMatchingRule
since OPENDJ-1591 Migrate matching rules
|
Method and Description |
---|
org.forgerock.json.JsonValue.asCharset()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asCharset() with jv.map(JsonValueFunctions.charset()) ). |
org.forgerock.json.JsonValue.asEnum(Class Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asEnum(clazz) with jv.map(JsonValueFunctions.enumConstant(clazz) ). |
org.forgerock.json.JsonValue.asFile()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asFile() with jv.map(JsonValueFunctions.file()) ). |
org.forgerock.json.JsonValue.asList(Function Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asList(transformFunction) with jv.map(JsonValueFunctions.list(transformFunction)) ). |
org.forgerock.json.JsonValue.asPattern()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asPattern() with jv.map(JsonValueFunctions.pattern()) ). |
org.forgerock.json.JsonValue.asPointer()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asPointer() with jv.map(JsonValueFunctions.pointer()) ). |
org.forgerock.json.JsonValue.asSet(Function Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asSet(transformFunction) with jv.map(JsonValueFunctions.set(transformFunction)) ). |
org.forgerock.json.JsonValue.asURI()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asURI() with jv.map(JsonValueFunctions.uri()) ). |
org.forgerock.json.JsonValue.asURL()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asURL() with jv.map(JsonValueFunctions.url()) ). |
org.forgerock.json.JsonValue.asUUID()
Use the method
JsonValue.as(Function) with the appropriate function. (Replace the following call
jv.asUUID() with jv.map(JsonValueFunctions.uuid()) ). |
org.forgerock.opendj.ldap.AttributeDescription.create(String, AttributeType)
This method may be removed at any time
|
org.forgerock.opendj.ldap.AttributeDescription.create(String, AttributeType, Collection This method may be removed at any time
|
org.forgerock.opendj.ldap.AttributeDescription.create(String, AttributeType, String...)
This method may be removed at any time
|
org.forgerock.opendj.ldap.AttributeDescription.create(String, AttributeType, String)
This method may be removed at any time
|
org.opends.server.core.DirectoryServer.getConfigEntry(DN)
use
DirectoryServer.getEntry(DN) when possible |
org.forgerock.json.resource.ResourceException.getException(int)
in favor of
ResourceException.newResourceException(int) |
org.forgerock.json.resource.ResourceException.getException(int, String) |
org.forgerock.json.resource.ResourceException.getException(int, String, Throwable) |
org.opends.server.backends.ChangelogBackend.getInstance()
instead inject the required object where needed
|
org.forgerock.opendj.ldap.AttributeDescription.getNameOrOID()
This method may be removed at any time
|
org.forgerock.opendj.ldap.schema.ObjectClass.isPlaceHolder()
This method may be removed at any time
|
org.forgerock.json.resource.Responses.newRemainingResultsResponse(String, int)
Use
Responses.newQueryResponse(String, CountPolicy, int) instead. |
Constructor and Description |
---|
org.forgerock.util.time.Duration(Long, TimeUnit)
Prefer the use of
Duration.duration(long, TimeUnit) . |
Enum Constant and Description |
---|
org.opends.server.tools.dsreplication.ReplicationCliReturnCode.ERROR_LOCAL_PURGE_HISTORICAL_CLASS_LOAD
unused now
|
Copyright 2010-2017 ForgeRock AS.