Searched refs:in (Results 126 - 150 of 1145) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/svr4/OpenDJ/
H A D_svc-opendj.sh7 # (the "License"). You may not use this file except in compliance
16 # When distributing Covered Code, include this CDDL HEADER in each
35 case "$1" in
/forgerock/opendj-b2.6/src/svr4/OpenDS/
H A D_svc-opends.sh7 # (the "License"). You may not use this file except in compliance
16 # When distributing Covered Code, include this CDDL HEADER in each
34 case "$1" in
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DInitializeRcvAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
61 * @param in The byte array containing the encoded form of the message.
65 InitializeRcvAckMsg(byte[] in) throws DataFormatException argument
67 final ByteArrayScanner scanner = new ByteArrayScanner(in);
H A DMonitorRequestMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
65 * @param in
68 * If the in does not contain a properly, encoded message.
70 MonitorRequestMsg(byte[] in) throws DataFormatException argument
72 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/opendj2/src/svr4/OpenDJ/
H A D_svc-opendj.sh7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
34 case "$1" in
/forgerock/opendj2.6.2/src/svr4/OpenDJ/
H A D_svc-opendj.sh7 # (the "License"). You may not use this file except in compliance
16 # When distributing Covered Code, include this CDDL HEADER in each
35 case "$1" in
/forgerock/opendj2.6.2/src/svr4/OpenDS/
H A D_svc-opends.sh7 # (the "License"). You may not use this file except in compliance
16 # When distributing Covered Code, include this CDDL HEADER in each
34 case "$1" in
/forgerock/opendj2-jel-hg/src/svr4/OpenDS/
H A D_svc-opends.sh7 # (the "License"). You may not use this file except in compliance
16 # When distributing Covered Code, include this CDDL HEADER in each
34 case "$1" in
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DInitializeRcvAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
61 * @param in The byte array containing the encoded form of the message.
65 InitializeRcvAckMsg(byte[] in) throws DataFormatException argument
67 final ByteArrayScanner scanner = new ByteArrayScanner(in);
H A DMonitorRequestMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
65 * @param in
68 * If the in does not contain a properly, encoded message.
70 MonitorRequestMsg(byte[] in) throws DataFormatException argument
72 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/opendj2-hg/src/svr4/OpenDJ/
H A D_svc-opendj.sh7 # (the "License"). You may not use this file except in compliance
15 # When distributing Covered Code, include this CDDL HEADER in each
34 case "$1" in
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMCallbackHandler.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
124 pc.setPassword(readPassword(System.in));
134 SecurityDebug.debug.error("Exception in Callback : "+e);
142 private char[] readPassword(InputStream in) throws IOException { argument
155 switch (c = in.read()) {
161 int c2 = in.read();
163 if (!(in instanceof PushbackInputStream)) {
164 in = new PushbackInputStream(in);
[all...]
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/config/
H A DSTSPublishModule.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
57 bind(RestSTSInstancePublisher.class).to(RestSTSInstancePublisherImpl.class).in(Scopes.SINGLETON);
58 bind(SoapSTSInstancePublisher.class).to(SoapSTSInstancePublisherImpl.class).in(Scopes.SINGLETON);
63 bind(new TypeLiteral<InstanceConfigMarshaller<RestSTSInstanceConfig>>(){}).to(RestSTSInstanceConfigMarshaller.class).in(Scopes.SINGLETON);
64 bind(new TypeLiteral<STSInstanceConfigStore<RestSTSInstanceConfig>>(){}).to(RestSTSInstanceConfigStore.class).in(Scopes.SINGLETON);
65 bind(new TypeLiteral<InstanceConfigMarshaller<SoapSTSInstanceConfig>>(){}).to(SoapSTSInstanceConfigMarshaller.class).in(Scopes.SINGLETON);
66 bind(new TypeLiteral<STSInstanceConfigStore<SoapSTSInstanceConfig>>(){}).to(SoapSTSInstanceConfigStore.class).in(Scopes.SINGLETON);
70 invoke it to register a ServiceListener to add rest-sts-instances, published at another server in a site deployment,
73 bind(ServiceListenerRegistration.class).to(ServiceListenerRegistrationImpl.class).in(Scope
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DInitializeRcvAckMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
61 * @param in The byte array containing the encoded form of the message.
65 InitializeRcvAckMsg(byte[] in) throws DataFormatException argument
67 final ByteArrayScanner scanner = new ByteArrayScanner(in);
H A DMonitorRequestMsg.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
67 * @param in
70 * If the in does not contain a properly, encoded message.
72 MonitorRequestMsg(byte[] in) throws DataFormatException argument
74 final ByteArrayScanner scanner = new ByteArrayScanner(in);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMCallbackHandler.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
124 pc.setPassword(readPassword(System.in));
134 SecurityDebug.debug.error("Exception in Callback : "+e);
142 private char[] readPassword(InputStream in) throws IOException { argument
155 switch (c = in.read()) {
161 int c2 = in.read();
163 if (!(in instanceof PushbackInputStream)) {
164 in = new PushbackInputStream(in);
[all...]
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/config/
H A DSTSPublishModule.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
57 bind(RestSTSInstancePublisher.class).to(RestSTSInstancePublisherImpl.class).in(Scopes.SINGLETON);
58 bind(SoapSTSInstancePublisher.class).to(SoapSTSInstancePublisherImpl.class).in(Scopes.SINGLETON);
63 bind(new TypeLiteral<InstanceConfigMarshaller<RestSTSInstanceConfig>>(){}).to(RestSTSInstanceConfigMarshaller.class).in(Scopes.SINGLETON);
64 bind(new TypeLiteral<STSInstanceConfigStore<RestSTSInstanceConfig>>(){}).to(RestSTSInstanceConfigStore.class).in(Scopes.SINGLETON);
65 bind(new TypeLiteral<InstanceConfigMarshaller<SoapSTSInstanceConfig>>(){}).to(SoapSTSInstanceConfigMarshaller.class).in(Scopes.SINGLETON);
66 bind(new TypeLiteral<STSInstanceConfigStore<SoapSTSInstanceConfig>>(){}).to(SoapSTSInstanceConfigStore.class).in(Scopes.SINGLETON);
70 invoke it to register a ServiceListener to add rest-sts-instances, published at another server in a site deployment,
73 bind(ServiceListenerRegistration.class).to(ServiceListenerRegistrationImpl.class).in(Scope
[all...]
/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/tools/
H A Dsetup8 # (the License). You may not use this file except in
18 # Header Notice in each file and include the License file
34 echo "setup program will use the JVM defined in JAVA_HOME for all the CLI tools"
40 echo "setup program will use the JVM defined in JAVA_HOME for all the CLI tools"
52 case $JAVA_VER in
61 case "$1" in
/forgerock/openam/openam-distribution/src/main/amserver/scripts/tools/
H A Dsetup8 # (the License). You may not use this file except in
18 # Header Notice in each file and include the License file
34 echo "setup program will use the JVM defined in JAVA_HOME for all the CLI tools"
40 echo "setup program will use the JVM defined in JAVA_HOME for all the CLI tools"
52 case $JAVA_VER in
61 case "$1" in
/forgerock/web-agents-v4/zlib/
H A Dgzwrite.c3 * For conditions of distribution and use, see copyright notice in zlib.h
22 state->in = (unsigned char *)malloc(state->want);
23 if (state->in == NULL) {
33 free(state->in);
46 free(state->in);
141 /* consume whatever's left in the input buffer */
151 memset(state->in, 0, n);
155 strm->next_in = state->in;
184 /* since an int is returned, make sure len fits in one, otherwise return
185 with an error (this avoids the flaw in th
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
71 * Read up to len characters from the stream and put them in cbuf starting
80 * the array of characters that is filled in
92 c = in.read();
101 c = in.read();
114 c = in.read();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DFilesDigester.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
56 * @param wildCard The wildcard character which is used in the pattern.
71 * files contained in the war file.
85 InputStream in = null;
92 in=wfile.getInputStream(we);
93 digestCode = digestJarFile(hashAlg, in);
94 in.close();
96 in = wfile.getInputStream(we);
97 digestCode = Utils.getHash(hashAlg, in);
126 digestJarFile(String hashAlg, InputStream in) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DResourceLoaderLicenseLocator.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
94 final BufferedReader in = new BufferedReader(new InputStreamReader(input, charset));
98 while ((line = in.readLine()) != null) {
106 in.close();
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DJcaKeyStoreHandler.java8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
58 InputStream in = new FileInputStream(location);
61 store.load(in, password.toCharArray());
63 in.close();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
71 * Read up to len characters from the stream and put them in cbuf starting
80 * the array of characters that is filled in
92 c = in.read();
101 c = in.read();
114 c = in.read();

Completed in 181 milliseconds

1234567891011>>