| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.AuthRate" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AuthRate" |
| | | set SCRIPT_NAME=authrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPCompare" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPCompare" |
| | | set SCRIPT_NAME=ldapcompare |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPModify" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPModify" |
| | | set SCRIPT_NAME=ldapmodify |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPPasswordModify" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPPasswordModify" |
| | | set SCRIPT_NAME=ldappasswordmodify |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPSearch" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPSearch" |
| | | set SCRIPT_NAME=ldapsearch |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.ModRate" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.ModRate" |
| | | set SCRIPT_NAME=modrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.SearchRate" |
| | | set OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate" |
| | | set SCRIPT_NAME=searchrate |
| | | for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* |
| | | |
| | |
| | | |
| | | |
| | | # This script may be used to measure auth performance. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.AuthRate" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AuthRate" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="authrate" |
| | |
| | | |
| | | |
| | | # This script may be used to perform LDAP compare operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPCompare" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPCompare" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="ldapcompare" |
| | |
| | | |
| | | # This script may be used to perform LDAP add, delete, modify, and modify DN |
| | | # operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPModify" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPModify" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="ldapmodify" |
| | |
| | | |
| | | |
| | | # This script may be used to perform LDAP password modify operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPPasswordModify" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPPasswordModify" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="ldappasswordmodify" |
| | |
| | | |
| | | |
| | | # This script may be used to perform LDAP search operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPSearch" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPSearch" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="ldapsearch" |
| | |
| | | |
| | | |
| | | # This script may be used to perform LDAP search operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.ModRate" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.ModRate" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="modrate" |
| | |
| | | |
| | | |
| | | # This script may be used to perform LDAP search operations. |
| | | OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.SearchRate" |
| | | OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.SearchRate" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | | SCRIPT_NAME="searchrate" |
| | |
| | | |
| | | |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | |
| | | import java.util.Iterator; |
| | | import java.util.LinkedList; |
| | |
| | | |
| | | |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static com.forgerock.opendj.util.StaticUtils.EOL; |
| | | import static com.forgerock.opendj.util.StaticUtils.getBytes; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static com.sun.opends.sdk.tools.ToolConstants.*; |
| | | import static com.sun.opends.sdk.tools.Utils.PROPERTY_SCRIPT_NAME; |
| | | import static com.sun.opends.sdk.tools.Utils.wrapText; |
| | | import static com.sun.opends.sdk.util.StaticUtils.EOL; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getBytes; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | |
| | | import java.io.File; |
| | | import java.io.FileInputStream; |
| | |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | |
| | | import com.sun.opends.sdk.util.RecursiveFutureResult; |
| | | import com.forgerock.opendj.util.RecursiveFutureResult; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.BindRequest; |
| | | import org.opends.sdk.responses.BindResult; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousConnectionDecorator; |
| | | import com.sun.opends.sdk.util.FutureResultTransformer; |
| | | import com.sun.opends.sdk.util.RecursiveFutureResult; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.AsynchronousConnectionDecorator; |
| | | import com.forgerock.opendj.util.FutureResultTransformer; |
| | | import com.forgerock.opendj.util.RecursiveFutureResult; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import java.io.IOException; |
| | | import java.util.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | |
| | | import java.io.BufferedReader; |
| | | import java.io.File; |
| | |
| | | import org.opends.sdk.responses.Responses; |
| | | import org.opends.sdk.responses.Result; |
| | | |
| | | import com.sun.opends.sdk.util.Base64; |
| | | import com.forgerock.opendj.util.Base64; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | import org.opends.sdk.responses.SearchResultReference; |
| | | |
| | | import com.sun.opends.sdk.controls.AccountUsabilityResponseControl; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.ExtendedResult; |
| | | import org.opends.sdk.responses.Result; |
| | | |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.sun.opends.sdk.tools.AuthenticatedConnectionFactory.AuthenticatedAsynchronousConnection; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static com.sun.opends.sdk.util.StaticUtils.EOL; |
| | | import static com.forgerock.opendj.util.StaticUtils.EOL; |
| | | |
| | | import java.io.File; |
| | | import java.io.FileInputStream; |
| | |
| | | import org.opends.sdk.controls.*; |
| | | import org.opends.sdk.responses.BindResult; |
| | | |
| | | import com.sun.opends.sdk.controls.AccountUsabilityRequestControl; |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.sun.opends.sdk.tools.AuthenticatedConnectionFactory.AuthenticatedConnection; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | /** |
| | | * The name of a command-line script used to launch a tool. |
| | | */ |
| | | static final String PROPERTY_SCRIPT_NAME = "com.sun.opends.sdk.tools.scriptName"; |
| | | static final String PROPERTY_SCRIPT_NAME = "com.forgerock.opendj.ldap.tools.scriptName"; |
| | | |
| | | /** |
| | | * The column at which to wrap long lines of output in the command-line tools. |
| | |
| | | |
| | | /** |
| | | * An abstract class that all tools unit tests should extend. A tool represents |
| | | * the classes found directly under the package com.sun.opends.sdk.tools. |
| | | * the classes found directly under the package com.forgerock.opendj.ldap.tools. |
| | | */ |
| | | |
| | | @Test(groups = { "precommit", "tools", "sdk" }) |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/ASN1BufferReader.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.ELEMENT_READ_STATE_NEED_ADDITIONAL_LENGTH_BYTES; |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.ELEMENT_READ_STATE_NEED_FIRST_LENGTH_BYTE; |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.ELEMENT_READ_STATE_NEED_TYPE; |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.ELEMENT_READ_STATE_NEED_VALUE_BYTES; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.*; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.AbstractASN1Reader; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/ASN1BufferWriter.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.asn1.AbstractASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/AbstractLDAPFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.IntermediateResponse; |
| | | import org.opends.sdk.responses.Result; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousFutureResult; |
| | | import com.forgerock.opendj.util.AsynchronousFutureResult; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/AbstractLDAPMessageHandler.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/InternalConnection.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPBindFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPClientFilter.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.OID_NOTICE_OF_DISCONNECTION; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.OID_NOTICE_OF_DISCONNECTION; |
| | | |
| | | import java.io.EOFException; |
| | | import java.io.IOException; |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPCompareFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPConnection.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPConnectionFactoryImpl.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.Responses; |
| | | import org.opends.sdk.responses.Result; |
| | | |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.sun.opends.sdk.util.FutureResultTransformer; |
| | | import com.sun.opends.sdk.util.RecursiveFutureResult; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.util.FutureResultTransformer; |
| | | import com.forgerock.opendj.util.RecursiveFutureResult; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPConstants.java |
| | |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPDefaultTCPNIOTransport.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPExtendedFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPListenerImpl.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.LDAPListenerOptions; |
| | | import org.opends.sdk.ServerConnectionFactory; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPMessageHandler.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPReader.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.*; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.*; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE; |
| | |
| | | import org.opends.sdk.responses.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPSearchFutureResultImpl.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPServerFilter.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.OID_NOTICE_OF_DISCONNECTION; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.OID_NOTICE_OF_DISCONNECTION; |
| | | |
| | | import java.io.IOException; |
| | | import java.net.InetSocketAddress; |
| | |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPUtils.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.*; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.*; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.Collections; |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/LDAPWriter.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.*; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.*; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/SASLDecoderTransformer.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/SASLEncoderTransformer.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/SASLFilter.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/TimeoutChecker.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.glassfish.grizzly.utils.LinkedTransferQueue; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/UnexpectedRequestException.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/UnexpectedResponseException.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/UnsupportedMessageException.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/controls/AccountUsabilityRequestControl.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/controls/AccountUsabilityResponseControl.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.byteToHex; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.byteToHex; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_ACCTUSABLERES_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.ERR_ACCTUSABLERES_DECODE_ERROR; |
| | | import static org.opends.sdk.CoreMessages.ERR_ACCTUSABLERES_NO_CONTROL_VALUE; |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/controls/RealAttributesOnlyRequestControl.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/controls/VirtualAttributesOnlyRequestControl.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/controls/package-info.java |
| | |
| | | /** |
| | | * Classes implementing Sun proprietary LDAP controls. |
| | | */ |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/GetConnectionIDExtendedRequest.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/GetConnectionIDExtendedResult.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.responses.AbstractExtendedResult; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/GetSymmetricKeyExtendedRequest.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.ExtendedResultDecoder; |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/PasswordPolicyStateExtendedRequest.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.formatAsGeneralizedTime; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.formatAsGeneralizedTime; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWPSTATE_EXTOP_DECODE_FAILURE; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE; |
| | |
| | | import org.opends.sdk.responses.ExtendedResult; |
| | | import org.opends.sdk.responses.ExtendedResultDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/PasswordPolicyStateExtendedResult.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/PasswordPolicyStateOperation.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/PasswordPolicyStateOperationContainer.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/PasswordPolicyStateOperationType.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/extensions/package-info.java |
| | |
| | | /** |
| | | * Classes implementing Sun proprietary LDAP extended operations. |
| | | */ |
| | | package com.sun.opends.sdk.extensions; |
| | | package com.forgerock.opendj.ldap.extensions; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/ldap/package-info.java |
| | |
| | | /** |
| | | * Classes implementing LDAP protocol. |
| | | */ |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/ASCIICharProp.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/AsynchronousConnectionDecorator.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/AsynchronousFutureResult.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Base64.java |
| | |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.Validator.ensureNotNull; |
| | | import static com.forgerock.opendj.util.Validator.ensureNotNull; |
| | | import static org.opends.sdk.CoreMessages.ERR_BASE64_DECODE_INVALID_CHARACTER; |
| | | import static org.opends.sdk.CoreMessages.ERR_BASE64_DECODE_INVALID_LENGTH; |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/ByteSequenceOutputStream.java |
| | |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Collections2.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/CompletedFutureResult.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Function.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Functions.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/FutureResultTransformer.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Iterables.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Iterators.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Predicate.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/RecursiveFutureResult.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SizeLimitInputStream.java |
| | |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/StaticUtils.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/StringPrepProfile.java |
| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.Validator.ensureNotNull; |
| | | import static com.forgerock.opendj.util.Validator.ensureNotNull; |
| | | |
| | | import java.text.Normalizer; |
| | | import java.text.Normalizer.Form; |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java |
| | |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/Validator.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/package-info.java |
| | |
| | | /** |
| | | * Classes providing utility functionality. |
| | | */ |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.*; |
| | | import static com.forgerock.opendj.util.StaticUtils.*; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.util.Comparator; |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.schema.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.schema.AttributeType; |
| | | import org.opends.sdk.schema.MatchingRule; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | |
| | | import com.sun.opends.sdk.util.Iterables; |
| | | import com.sun.opends.sdk.util.Predicate; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Iterables; |
| | | import com.forgerock.opendj.util.Predicate; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousFutureResult; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.AsynchronousFutureResult; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import java.util.Collection; |
| | | import java.util.Map; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.util.*; |
| | |
| | | import org.opends.sdk.schema.Schema; |
| | | import org.opends.sdk.schema.UnknownSchemaElementException; |
| | | |
| | | import com.sun.opends.sdk.util.ASCIICharProp; |
| | | import com.sun.opends.sdk.util.Iterators; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.ASCIICharProp; |
| | | import com.forgerock.opendj.util.Iterators; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.schema.AttributeType; |
| | | |
| | | import com.sun.opends.sdk.util.Iterators; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Iterators; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.BindRequest; |
| | | import org.opends.sdk.responses.BindResult; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousConnectionDecorator; |
| | | import com.sun.opends.sdk.util.FutureResultTransformer; |
| | | import com.sun.opends.sdk.util.RecursiveFutureResult; |
| | | import com.forgerock.opendj.util.AsynchronousConnectionDecorator; |
| | | import com.forgerock.opendj.util.FutureResultTransformer; |
| | | import com.forgerock.opendj.util.RecursiveFutureResult; |
| | | |
| | | |
| | | |
| | |
| | | import java.nio.charset.Charset; |
| | | import java.util.logging.Level; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import java.nio.ByteBuffer; |
| | | import java.util.logging.Level; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousFutureResult; |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.AsynchronousFutureResult; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.BindRequest; |
| | | import org.opends.sdk.requests.SearchRequest; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.schema.Schema; |
| | | import org.opends.sdk.schema.UnknownSchemaElementException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.ModifyRequest; |
| | | import org.opends.sdk.requests.Requests; |
| | | |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Iterables; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Iterables; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import java.io.IOException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.byteToHex; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getBytes; |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.byteToHex; |
| | | import static com.forgerock.opendj.util.StaticUtils.getBytes; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.util.*; |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | import org.opends.sdk.responses.SearchResultReference; |
| | | |
| | | import com.sun.opends.sdk.util.AsynchronousConnectionDecorator; |
| | | import com.sun.opends.sdk.util.FutureResultTransformer; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.AsynchronousConnectionDecorator; |
| | | import com.forgerock.opendj.util.FutureResultTransformer; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import com.sun.opends.sdk.ldap.InternalConnection; |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.ldap.InternalConnection; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import javax.net.ssl.*; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import java.net.InetSocketAddress; |
| | | import java.net.SocketAddress; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPConnectionFactoryImpl; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPConnectionFactoryImpl; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import java.net.InetSocketAddress; |
| | | import java.net.SocketAddress; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPListenerImpl; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPListenerImpl; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.glassfish.grizzly.nio.transport.TCPNIOTransport; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.glassfish.grizzly.nio.transport.TCPNIOTransport; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.SearchRequest; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.requests.Requests; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import com.sun.opends.sdk.util.CompletedFutureResult; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.CompletedFutureResult; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.DEBUG_LOG; |
| | | import static com.forgerock.opendj.util.StaticUtils.DEBUG_LOG; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | |
| | | import org.opends.sdk.schema.Schema; |
| | | import org.opends.sdk.schema.UnknownSchemaElementException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.schema.Schema; |
| | | import org.opends.sdk.schema.UnknownSchemaElementException; |
| | | |
| | | import com.sun.opends.sdk.util.Iterators; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.Iterators; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | import org.opends.sdk.schema.CoreSchema; |
| | | |
| | | import com.sun.opends.sdk.util.*; |
| | | import com.forgerock.opendj.util.*; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.responses.SearchResultReference; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.schema.MatchingRule; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.requests.Requests; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.ByteStringBuilder; |
| | | |
| | | import com.sun.opends.sdk.util.ByteSequenceOutputStream; |
| | | import com.forgerock.opendj.util.ByteSequenceOutputStream; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteStringBuilder; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteStringBuilder; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SizeLimitInputStream; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SizeLimitInputStream; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteStringBuilder; |
| | | |
| | | import com.sun.opends.sdk.util.ByteSequenceOutputStream; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.ByteSequenceOutputStream; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_INVALID_CONTROL_VALUE; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_NO_CONTROL_VALUE; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static org.opends.sdk.asn1.ASN1Constants.UNIVERSAL_INTEGER_TYPE; |
| | | import static org.opends.sdk.asn1.ASN1Constants.UNIVERSAL_OCTET_STRING_TYPE; |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.schema.Schema; |
| | | import org.opends.sdk.schema.UnknownSchemaElementException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPUtils; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWEXPIRING_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.ERR_PWEXPIRING_NO_CONTROL_VALUE; |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.byteToHex; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.byteToHex; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_PSEARCH_BAD_CHANGE_TYPES; |
| | | import static org.opends.sdk.CoreMessages.ERR_PSEARCH_CANNOT_DECODE_VALUE; |
| | | import static org.opends.sdk.CoreMessages.ERR_PSEARCH_CONTROL_BAD_OID; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.Responses; |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPUtils; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.Responses; |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPUtils; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.ldap.LDAPUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1; |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_SORTRES_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.INFO_SORTRES_CONTROL_CANNOT_DECODE_VALUE; |
| | | import static org.opends.sdk.CoreMessages.INFO_SORTRES_CONTROL_NO_VALUE; |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.byteToHex; |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.byteToHex; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_VLVREQ_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.INFO_VLVREQ_CONTROL_CANNOT_DECODE_VALUE; |
| | | import static org.opends.sdk.CoreMessages.INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_VLVRES_CONTROL_BAD_OID; |
| | | import static org.opends.sdk.CoreMessages.INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE; |
| | | import static org.opends.sdk.CoreMessages.INFO_VLVRES_CONTROL_NO_VALUE; |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.BufferedReader; |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.Base64; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Base64; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.controls.Control; |
| | | |
| | | import com.sun.opends.sdk.util.Base64; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Base64; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.ModifyDNRequest; |
| | | import org.opends.sdk.requests.ModifyRequest; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.SearchRequest; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ErrorResultException; |
| | | import org.opends.sdk.ErrorResultIOException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.requests.Requests; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.requests.ModifyRequest; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.ExtendedResult; |
| | | import org.opends.sdk.responses.ExtendedResultDecoder; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | import org.opends.sdk.controls.GenericControl; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | import org.opends.sdk.controls.GenericControl; |
| | | |
| | | import com.sun.opends.sdk.util.Collections2; |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Functions; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Collections2; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Functions; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE; |
| | | import static org.opends.sdk.CoreMessages.ERR_EXTOP_CANCEL_NO_REQUEST_VALUE; |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DN; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DN; |
| | | import org.opends.sdk.ldif.ChangeRecordVisitor; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.sun.opends.sdk.util.StaticUtils.joinCollection; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.joinCollection; |
| | | import static org.opends.sdk.CoreMessages.ERR_SASL_PROTOCOL_ERROR; |
| | | |
| | | import java.util.*; |
| | |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.sun.opends.sdk.util.StaticUtils.joinCollection; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.joinCollection; |
| | | import static org.opends.sdk.CoreMessages.ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED; |
| | | import static org.opends.sdk.CoreMessages.ERR_SASL_CONTEXT_CREATE_ERROR; |
| | | import static org.opends.sdk.CoreMessages.ERR_SASL_PROTOCOL_ERROR; |
| | |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | import com.sun.security.auth.callback.TextCallbackHandler; |
| | | import com.sun.security.auth.module.Krb5LoginModule; |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.ErrorResultException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.RDN; |
| | | import org.opends.sdk.ldif.ChangeRecordVisitor; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.ldif.ChangeRecordVisitor; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage; |
| | | import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage; |
| | | import static org.opends.sdk.CoreMessages.ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST; |
| | | |
| | | import java.io.IOException; |
| | |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.Responses; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ldif.ChangeRecord; |
| | | import org.opends.sdk.ldif.LDIFChangeRecordReader; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.Filter; |
| | | import org.opends.sdk.SearchScope; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.TYPE_AUTHENTICATION_SIMPLE; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.TYPE_AUTHENTICATION_SIMPLE; |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.ErrorResultException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | /** |
| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.ldif.ChangeRecordVisitor; |
| | | |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Iterables; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Iterables; |
| | | |
| | | /** |
| | | * Unmodifiable add request implementation. |
| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.ldif.ChangeRecordVisitor; |
| | | |
| | | import com.sun.opends.sdk.util.Collections2; |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Functions; |
| | | import com.forgerock.opendj.util.Collections2; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Functions; |
| | | |
| | | /** |
| | | * Unmodifiable modify request implementation. |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.ResultCode; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | import org.opends.sdk.controls.GenericControl; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | import org.opends.sdk.ResultCode; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | import org.opends.sdk.controls.GenericControl; |
| | | |
| | | import com.sun.opends.sdk.util.Collections2; |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Functions; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Collections2; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Functions; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.ResultCode; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import java.util.LinkedList; |
| | | import java.util.List; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.Function; |
| | | import com.sun.opends.sdk.util.Iterables; |
| | | import com.forgerock.opendj.util.Function; |
| | | import com.forgerock.opendj.util.Iterables; |
| | | |
| | | /** |
| | | * Unmodifiable Search result entry implementation. |
| | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StringPrepProfile; |
| | | import com.forgerock.opendj.util.StringPrepProfile; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StringPrepProfile; |
| | | import com.forgerock.opendj.util.StringPrepProfile; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE; |
| | | import static org.opends.sdk.schema.SchemaConstants.*; |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS; |
| | | import static org.opends.sdk.schema.SchemaConstants.*; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_EMPTY_VALUE; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_EXPECTED_OPEN_PARENTHESIS; |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.getBytes; |
| | | import static com.forgerock.opendj.util.StaticUtils.getBytes; |
| | | |
| | | import java.util.Iterator; |
| | | import java.util.TreeSet; |
| | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | /** |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_OCTET_STRING_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.OMR_OCTET_STRING_OID; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_LDAPSYNTAX_ENUM_INVALID_VALUE; |
| | | import static org.opends.sdk.schema.SchemaConstants.AMR_DOUBLE_METAPHONE_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_CASE_IGNORE_OID; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_FAXNUMBER_EMPTY; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_FAXNUMBER_END_WITH_DOLLAR; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_FAXNUMBER_ILLEGAL_PARAMETER; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_OCTET_STRING_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.OMR_OCTET_STRING_OID; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.*; |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.NO_CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.isDigit; |
| | | import static com.forgerock.opendj.util.StaticUtils.isDigit; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE; |
| | | import static org.opends.sdk.CoreMessages.WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_NUMERIC_STRING_OID; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.opends.sdk.*; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | import org.opends.sdk.ByteSequence; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.Result; |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | |
| | | import com.sun.opends.sdk.util.FutureResultTransformer; |
| | | import com.sun.opends.sdk.util.RecursiveFutureResult; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.FutureResultTransformer; |
| | | import com.forgerock.opendj.util.RecursiveFutureResult; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.Entry; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.isAlpha; |
| | | import static com.sun.opends.sdk.util.StaticUtils.isDigit; |
| | | import static com.forgerock.opendj.util.StaticUtils.isAlpha; |
| | | import static com.forgerock.opendj.util.StaticUtils.isDigit; |
| | | import static org.opends.sdk.CoreMessages.*; |
| | | |
| | | import java.util.*; |
| | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |
| | |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | import org.opends.sdk.ByteSequence; |
| | | |
| | | import com.sun.opends.sdk.util.Validator; |
| | | import com.forgerock.opendj.util.Validator; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.ByteString; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.isDigit; |
| | | import static com.forgerock.opendj.util.StaticUtils.isDigit; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEPHONE_EMPTY; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS; |
| | |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StaticUtils.toLowerCase; |
| | | import static com.forgerock.opendj.util.StaticUtils.toLowerCase; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_USERPW_NO_SCHEME; |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.TRIM; |
| | | import static com.sun.opends.sdk.util.StringPrepProfile.prepareUnicode; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.CASE_FOLD; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.TRIM; |
| | | import static com.forgerock.opendj.util.StringPrepProfile.prepareUnicode; |
| | | |
| | | import org.opends.sdk.*; |
| | | |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/ASN1BufferReaderTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Reader; |
| | | import org.opends.sdk.asn1.ASN1ReaderTestCase; |
| | | |
| | | import com.forgerock.opendj.ldap.ASN1BufferReader; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/ASN1BufferWriterTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.asn1.ASN1Writer; |
| | | import org.opends.sdk.asn1.ASN1WriterTestCase; |
| | | |
| | | import com.forgerock.opendj.ldap.ASN1BufferReader; |
| | | import com.forgerock.opendj.ldap.ASN1BufferWriter; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/LDAPDefaultTCPNIOTransportTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | import org.glassfish.grizzly.nio.transport.TCPNIOTransport; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.ldap.LDAPDefaultTCPNIOTransport; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/LDAPTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.ldap; |
| | | package com.forgerock.opendj.ldap; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | /** |
| | | * An abstract class that all ldap unit tests should extend. Ldap represents the |
| | | * classes found directly under the package com.sun.opends.sdk.ldap. |
| | | * classes found directly under the package com.forgerock.opendj.ldap.ldap. |
| | | */ |
| | | |
| | | @Test(groups = { "precommit", "ldap", "sdk" }) |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/controls/AccountUsabilityRequestControlTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/controls/AccountUsabilityResponseControlTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.controls; |
| | | package com.forgerock.opendj.ldap.controls; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl; |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/ASCIICharPropTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.util.ASCIICharProp; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/Base64TestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.util.Base64; |
| | | |
| | | |
| | | |
| | | /** |
| | | * This class defines a set of tests for the {@link org.opends.sdk.util.Base64} |
| | | * class. |
| | | * This class defines a set of tests for the {@link Base64} class. |
| | | */ |
| | | public final class Base64TestCase extends UtilTestCase |
| | | { |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/StaticUtilsTestCase.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | | /** |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/StringPrepProfileTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/UtilTestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.BeforeClass; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL; |
| | | import static com.forgerock.opendj.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.*; |
| | |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.*; |
| | | |
| | | import com.sun.opends.sdk.controls.AccountUsabilityRequestControl; |
| | | import com.sun.opends.sdk.controls.AccountUsabilityResponseControl; |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl; |
| | | import com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPConstants; |
| | | import com.forgerock.opendj.ldap.LDAPConstants; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.sdk.ByteString; |
| | | import org.testng.annotations.DataProvider; |
| | | |
| | | import com.sun.opends.sdk.ldap.LDAPConstants; |
| | | import com.forgerock.opendj.ldap.LDAPConstants; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.sun.opends.sdk.util.SubstringReader; |
| | | import com.forgerock.opendj.util.SubstringReader; |
| | | |
| | | |
| | | |