Searched refs:in (Results 226 - 250 of 1145) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DModifyMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
81 * @param in The byte[] from which the operation must be read.
84 ModifyMsg(byte[] in) throws DataFormatException argument
86 final ByteArrayScanner scanner = new ByteArrayScanner(in);
100 bytes = in;
107 * @param in The byte[] from which the operation must be read.
111 static ModifyMsg createV1(byte[] in) throws DataFormatException argument
113 ModifyMsg msg = new ModifyMsg(in);
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
75 * @param in The byte array containing the encoded form of the message.
80 StartSessionMsg(byte[] in, short version) throws DataFormatException argument
84 decode_V23(in);
88 decode_V45(in, version);
176 * The message is stored in the form:
202 private void decode_V45(byte[] in, short version) throws DataFormatException argument
204 ByteSequenceReader reader = ByteString.wrap(in).asReader();
263 private void decode_V23(byte[] in) throw argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DModifyMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
81 * @param in The byte[] from which the operation must be read.
84 ModifyMsg(byte[] in) throws DataFormatException argument
86 final ByteArrayScanner scanner = new ByteArrayScanner(in);
100 bytes = in;
107 * @param in The byte[] from which the operation must be read.
111 static ModifyMsg createV1(byte[] in) throws DataFormatException argument
113 ModifyMsg msg = new ModifyMsg(in);
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
75 * @param in The byte array containing the encoded form of the message.
80 StartSessionMsg(byte[] in, short version) throws DataFormatException argument
84 decode_V23(in);
88 decode_V45(in, version);
176 * The message is stored in the form:
202 private void decode_V45(byte[] in, short version) throws DataFormatException argument
204 ByteSequenceReader reader = ByteString.wrap(in).asReader();
263 private void decode_V23(byte[] in) throw argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DModifyMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
81 * @param in The byte[] from which the operation must be read.
84 ModifyMsg(byte[] in) throws DataFormatException argument
86 final ByteArrayScanner scanner = new ByteArrayScanner(in);
100 bytes = in;
107 * @param in The byte[] from which the operation must be read.
111 static ModifyMsg createV1(byte[] in) throws DataFormatException argument
113 ModifyMsg msg = new ModifyMsg(in);
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
75 * @param in The byte array containing the encoded form of the message.
80 StartSessionMsg(byte[] in, short version) throws DataFormatException argument
84 decode_V23(in);
88 decode_V45(in, version);
176 * The message is stored in the form:
202 private void decode_V45(byte[] in, short version) throws DataFormatException argument
204 ByteSequenceReader reader = ByteString.wrap(in).asReader();
263 private void decode_V23(byte[] in) throw argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/resource/
H A Dupgrade.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
50 for /F %%i in ('dir /b %DIR_CLASSES%\*.*') do goto renamePatchesFolder
59 for %%i in (%~sf0) do call "%%~dPsi\lib\_server-script.bat" %*
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/utils/
H A DProcessExecutor.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
89 * @param timeoutSeconds long integer timeout to be applied in seconds.
349 BufferedReader in = null;
353 in = new BufferedReader( new InputStreamReader(inputStream));
354 while ((str=in.readLine())!=null) {
365 in.close();
373 InputStream in = subProcess.getInputStream();
375 new FlusherThread(in, out).start();
383 InputStream in
433 FlusherThread(InputStream in, OutputStream out) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5b/
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 in the regular sample 5 on which it is based. It simulates two directory
30 resources using XML files. It extends sample 5 in that it configures a
37 in sync.json where managed/user is the source. Typically, if the
43 in mappings subsequent to the one that failed are not updated.
44 This situation would usually result in a set of systems that are out of
88 When you start OpenIDM, it creates data in the new external resource file
116 6. Create a new user in the source external resource file,
118 to see the result show up in sample
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
37 It is perfectly reasonable to setup both products in an organization, each
39 However, using OpenAM to secure OpenIDM improves the available functionality in
44 more authentication options, multi-factor authentication, powerful authentication chaining, and single-sign on. OpenAM also benefits when used this way - the OpenIDM user profile management functionality is far more feature-rich than what is provided by default in OpenAM. OpenIDM provides a sophisticated data validation service and has an easily-extensible, flexible environment to build upon.
48 1. An existing OpenAM 12 server running in an environment that OpenIDM can access via REST.
54 For simplicity in this demo, it is assumed that you are using a single, root-level realm in OpenAM. It is possible to use multiple realms, but that is a more complicated setup.
58 Configuring authentication is simple in most cases. Edit samples/fullStack/conf/authentication.json and update the "openamDeploymentUrl" property of the "OPENAM_SESSION" auth module. It should look something like this:
71 Be sure to include "/openam" in th
[all...]
/forgerock/opendj2/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
12 REM Unless required by applicable law or agreed to in writing, software
21 REM Be cautious about editing this, and only add WinNT specific stuff in code that
70 rem here is there is a -noclasspath in the options
93 rem check for ant in Program Files
99 rem check for ant in root directory of system drive
105 rem check for ant in C:\ant for Win9X users
170 for %%i in (1 10 100) do set err%%i=
171 for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i
174 for %%i in (
[all...]
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
12 REM Unless required by applicable law or agreed to in writing, software
21 REM Be cautious about editing this, and only add WinNT specific stuff in code that
70 rem here is there is a -noclasspath in the options
93 rem check for ant in Program Files
99 rem check for ant in root directory of system drive
105 rem check for ant in C:\ant for Win9X users
170 for %%i in (1 10 100) do set err%%i=
171 for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i
174 for %%i in (
[all...]
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
12 REM Unless required by applicable law or agreed to in writing, software
21 REM Be cautious about editing this, and only add WinNT specific stuff in code that
70 rem here is there is a -noclasspath in the options
93 rem check for ant in Program Files
99 rem check for ant in root directory of system drive
105 rem check for ant in C:\ant for Win9X users
170 for %%i in (1 10 100) do set err%%i=
171 for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i
174 for %%i in (
[all...]
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
12 REM Unless required by applicable law or agreed to in writing, software
21 REM Be cautious about editing this, and only add WinNT specific stuff in code that
70 rem here is there is a -noclasspath in the options
93 rem check for ant in Program Files
99 rem check for ant in root directory of system drive
105 rem check for ant in C:\ant for Win9X users
170 for %%i in (1 10 100) do set err%%i=
171 for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i
174 for %%i in (
[all...]
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/authentication/
H A DLogin.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
130 (new InputStreamReader(System.in))).readLine());
139 (new InputStreamReader(System.in))).readLine());
147 String passwd = (new BufferedReader(new InputStreamReader(System.in))).
163 (new InputStreamReader(System.in))).readLine()));
206 new InputStreamReader(System.in))).readLine();
210 new InputStreamReader(System.in))).readLine();
214 new InputStreamReader(System.in))).readLine();
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
12 REM Unless required by applicable law or agreed to in writing, software
21 REM Be cautious about editing this, and only add WinNT specific stuff in code that
70 rem here is there is a -noclasspath in the options
93 rem check for ant in Program Files
99 rem check for ant in root directory of system drive
105 rem check for ant in C:\ant for Win9X users
170 for %%i in (1 10 100) do set err%%i=
171 for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i
174 for %%i in (
[all...]
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/authentication/
H A DLogin.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
130 (new InputStreamReader(System.in))).readLine());
139 (new InputStreamReader(System.in))).readLine());
147 String passwd = (new BufferedReader(new InputStreamReader(System.in))).
163 (new InputStreamReader(System.in))).readLine()));
206 new InputStreamReader(System.in))).readLine();
210 new InputStreamReader(System.in))).readLine();
214 new InputStreamReader(System.in))).readLine();
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/config/
H A DSoapSTSModule.java3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
85 Note that the correspondence between these values and the properties defined in config.properties must be maintained,
86 as the Names.bindProperties(binder(), properties) call will automatically bind the property values in the properties
87 file with @Named annotations corresponding to the keys - and the values defined below are used in the @Named annotations
91 //If the key in the config store changes, then this mismatch must be managed manually.
100 bind(SoapSTSInstanceLifecycleManager.class).to(SoapSTSInstanceLifecycleManagerImpl.class).in(Scopes.SINGLETON);
101 bind(SoapSTSInstancePublisher.class).to(SoapSTSInstancePublisherImpl.class).in(Scopes.SINGLETON);
106 bind(PublishServiceConsumer.class).to(PublishServiceConsumerImpl.class).in(Scopes.SINGLETON);
107 bind(AMTokenParser.class).to(AMTokenParserImpl.class).in(Scope
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
226 * @return the next position to use in the resultByteArray.
242 * Get the length of the next String encoded in the in byte array.
244 * @param in
247 * the position where to start from in the byte array.
252 protected static int getNextLength(byte[] in, int pos) argument
257 while (in[offset++] != 0)
259 if (offset >= in
[all...]
/forgerock/opendj-b2.6/resource/bin/
H A D_mixed-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 (
82 rem Set the original values that the user had on the environment in order to be
83 rem sure that the script works with the proper arguments (in particular
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
226 * @return the next position to use in the resultByteArray.
242 * Get the length of the next String encoded in the in byte array.
244 * @param in
247 * the position where to start from in the byte array.
252 protected static int getNextLength(byte[] in, int pos) argument
257 while (in[offset++] != 0)
259 if (offset >= in
[all...]
/forgerock/opendj2.6.2/resource/bin/
H A D_mixed-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 (
82 rem Set the original values that the user had on the environment in order to be
83 rem sure that the script works with the proper arguments (in particular
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
226 * @return the next position to use in the resultByteArray.
242 * Get the length of the next String encoded in the in byte array.
244 * @param in
247 * the position where to start from in the byte array.
252 protected static int getNextLength(byte[] in, int pos) argument
257 while (in[offset++] != 0)
259 if (offset >= in
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPInformalName.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
66 InformalNameElement in =
72 in.setValue(informalName);
74 ppType.setInformalName(in);
/forgerock/openam-v13/openam-tools/openam-license-core/src/test/java/org/forgerock/openam/license/
H A DPropertiesFileLicenseLogTest.java3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
49 // Attempt to create a temporary log directory (Files.createTempDirectory only available in Java 7)
120 // Only second precision in log:
125 InputStream in = new FileInputStream(new File(logDir, name + ".log"));
128 props.load(in);
131 in.close();

Completed in 416 milliseconds

1234567891011>>