Searched refs:in (Results 276 - 300 of 1145) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
37 * requesting an ack: update sent in Assured Mode, either safe data or safe
40 * If some errors occurred during attempt to acknowledge the update in the path
43 * Some servers went in timeout when the matching update was sent.
45 * Some servers were in a status where we cannot ask for an ack when the
63 * Did some servers go in timeout when the matching update (corresponding to
69 * Were some servers in wrong status when the matching update (corresponding
127 * @param hasWrongStatus True if some servers were in wrong status
155 * @param in Th
159 AckMsg(byte[] in) argument
[all...]
H A DErrorMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
39 * is detected in the context of a total update.
102 * @param in A byte array containing the encoded information for the Message
104 * @throws DataFormatException If the in does not contain a properly
107 ErrorMsg(byte[] in, short version) throws DataFormatException argument
109 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/opendj-b2.6/resource/bin/
H A D_client-script.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
33 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
37 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
H A D_server-script.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
33 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
37 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
H A Dcontrol-panel.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
30 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
34 for /f "delims=" %%a in (%DIR_HOME%\instance.loc) do (
/forgerock/opendj2/resource/
H A Dsetup.bat7 rem (the "License"). You may not use this file except in compliance
15 rem When distributing Covered Code, include this CDDL HEADER in each
32 for %%i in (%~sf0) do set NON_ESCAPED=%%~dPsi..
38 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.
/forgerock/opendj-b2.6/resource/
H A Duninstall.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
30 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.
34 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
68 * After this call the Server State will be in the same state
83 * @param in The byte array containing the encoded ServerState form.
84 * @param pos The position in the byte array where the encoded ServerState
86 * @param endpos The position in the byte array where the encoded ServerState
90 public ServerState(byte[] in, int pos, int endpos) argument
102 int length = getNextLength(in, pos);
103 String serverIdString = new String(in, pos, length, "UTF-8");
110 length = getNextLength(in, po
137 getNextLength(byte[] in, int pos) argument
[all...]
/forgerock/opendj2.6.2/resource/
H A Duninstall.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
30 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.
34 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
/forgerock/opendj2.6.2/resource/bin/
H A D_client-script.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
33 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
37 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
H A D_server-script.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
33 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
37 for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
H A Dcontrol-panel.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
30 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
34 for /f "delims=" %%a in (%DIR_HOME%\instance.loc) do (
/forgerock/opendj2-hg/resource/
H A Dsetup.bat7 rem (the "License"). You may not use this file except in compliance
15 rem When distributing Covered Code, include this CDDL HEADER in each
32 for %%i in (%~sf0) do set NON_ESCAPED=%%~dPsi..
38 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.
/forgerock/opendj2-jel-hg/resource/
H A Dsetup.bat7 rem (the "License"). You may not use this file except in compliance
16 rem When distributing Covered Code, include this CDDL HEADER in each
33 for %%i in (%~sf0) do set NON_ESCAPED=%%~dPsi..
39 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
68 * After this call the Server State will be in the same state
83 * @param in The byte array containing the encoded ServerState form.
84 * @param pos The position in the byte array where the encoded ServerState
86 * @param endpos The position in the byte array where the encoded ServerState
90 public ServerState(byte[] in, int pos, int endpos) argument
102 int length = getNextLength(in, pos);
103 String serverIdString = new String(in, pos, length, "UTF-8");
110 length = getNextLength(in, po
137 getNextLength(byte[] in, int pos) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
37 * requesting an ack: update sent in Assured Mode, either safe data or safe
40 * If some errors occurred during attempt to acknowledge the update in the path
43 * Some servers went in timeout when the matching update was sent.
45 * Some servers were in a status where we cannot ask for an ack when the
63 * Did some servers go in timeout when the matching update (corresponding to
69 * Were some servers in wrong status when the matching update (corresponding
127 * @param hasWrongStatus True if some servers were in wrong status
155 * @param in Th
159 AckMsg(byte[] in) argument
[all...]
H A DErrorMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
39 * is detected in the context of a total update.
102 * @param in A byte array containing the encoded information for the Message
104 * @throws DataFormatException If the in does not contain a properly
107 ErrorMsg(byte[] in, short version) throws DataFormatException argument
109 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DGetHttpSession.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
69 * <li>Recovering an existing Http session in case of server failover
75 * of marshalling/unmarshalling and calls respective methods in the
76 * SessionService. Please see descriptions of methods in SessionService for
133 sessionDebug.error("GetHttpSession.validateRequest: no Security Cookie in the request");
247 DataInputStream in = null;
251 in = new DataInputStream(request.getInputStream());
254 .unmarshal(in.readUTF());
273 IOUtils.closeIfNotNull(in);
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DAgentConfiguration.properties8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
47 agt-get-agt-profile=Error in validating properties.
49 agt-invalid-naming-url=Invalid naming URL in bootstrap properties: {0}
50 agt-invalid-host-url=Invalid host name in naming URL: {0}
52 agt-naming-url-syntax=Validating naming URL syntax in bootstrap properties
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
37 * requesting an ack: update sent in Assured Mode, either safe data or safe
40 * If some errors occurred during attempt to acknowledge the update in the path
43 * Some servers went in timeout when the matching update was sent.
45 * Some servers were in a status where we cannot ask for an ack when the
63 * Did some servers go in timeout when the matching update (corresponding to
69 * Were some servers in wrong status when the matching update (corresponding
127 * @param hasWrongStatus True if some servers were in wrong status
155 * @param in Th
159 AckMsg(byte[] in) argument
[all...]
H A DErrorMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
39 * is detected in the context of a total update.
99 * @param in A byte array containing the encoded information for the message
101 * @throws DataFormatException If the in does not contain a properly
104 ErrorMsg(byte[] in, short version) throws DataFormatException argument
106 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/
H A DREADME8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
29 two directory resources using XML files. It is different from sample4 in that
61 When you start OpenIDM, it creates a data in the new external resource
89 6. Create a new user in the source external resource file,
91 to see the result show up in samples/sample5/data/xml_AD_Data.xml.
96 8. If you have configured the recon email summary in steps 1 and 2, you should have gotten an email
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/workflow/
H A DREADME8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
30 (in this case, the system is OpenIDM's repository and a "remote" datasource represented by an xml file).
34 After starting this sample, open the OpenIDM Admin UI in your browser: https://localhost:8443/admin
39 There are several actions to take in the Admin UI:
73 Open the Self-Service UI in your browser - https://localhost:8443/
78 - Fill in the form for the sample user you will be creating. Be sure to use an email address which you have access to
83 Log in again, now using manager1 / Welcome1
96 Check the inbox for the email address provided in step 6; there should be a "Reset password email" sent to it.
102 - Return to the login page, and login with the username provided in ste
[all...]
/forgerock/opendj2/resource/bin/
H A D_client-script.bat7 rem (the "License"). You may not use this file except in compliance
15 rem When distributing Covered Code, include this CDDL HEADER in each
32 for %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
H A Dbackup.bat7 rem (the "License"). You may not use this file except in compliance
15 rem When distributing Covered Code, include this CDDL HEADER in each
32 for %%i in (%~sf0) do call "%%~dPsi\..\lib\_mixed-script.bat" %*

Completed in 138 milliseconds

<<11121314151617181920>>