Searched refs:read (Results 151 - 175 of 882) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java45 * This class creates an input stream that can be used to read entries generated
46 * by MakeLDIF as if they were being read from another source like a file. It
65 // be read.
68 // The IOException that should be thrown the next time a read is requested.
74 // The queue used to hold generated entries until they can be read.
121 * Closes this input stream so that no more data may be read from it.
134 * @return The byte read from the input stream, or -1 if the end of the
140 public int read() method in class:MakeLDIFInputStream
169 * @param b The array into which the data should be read.
170 * @param off The position in the array at which point the data read ma
181 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java44 * This class creates an input stream that can be used to read entries generated
45 * by MakeLDIF as if they were being read from another source like a file. It
64 // be read.
67 // The IOException that should be thrown the next time a read is requested.
73 // The queue used to hold generated entries until they can be read.
120 * Closes this input stream so that no more data may be read from it.
133 * @return The byte read from the input stream, or -1 if the end of the
139 public int read() method in class:MakeLDIFInputStream
168 * @param b The array into which the data should be read.
169 * @param off The position in the array at which point the data read ma
180 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPasswordReader.java165 * Attempts to read a password from the console by repeatedly sending
169 * @return The password read from the console.
184 int charRead = System.in.read();
198 int char2 = System.in.read();
253 // We must have encountered an error while attempting to read. The only
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java45 * This class creates an input stream that can be used to read entries generated
46 * by MakeLDIF as if they were being read from another source like a file. It
65 // be read.
68 // The IOException that should be thrown the next time a read is requested.
74 // The queue used to hold generated entries until they can be read.
121 * Closes this input stream so that no more data may be read from it.
134 * @return The byte read from the input stream, or -1 if the end of the
140 public int read() method in class:MakeLDIFInputStream
169 * @param b The array into which the data should be read.
170 * @param off The position in the array at which point the data read ma
181 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java45 * This class creates an input stream that can be used to read entries generated
46 * by MakeLDIF as if they were being read from another source like a file. It
65 // be read.
68 // The IOException that should be thrown the next time a read is requested.
74 // The queue used to hold generated entries until they can be read.
121 * Closes this input stream so that no more data may be read from it.
134 * @return The byte read from the input stream, or -1 if the end of the
140 public int read() method in class:MakeLDIFInputStream
169 * @param b The array into which the data should be read.
170 * @param off The position in the array at which point the data read ma
181 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java44 * This class creates an input stream that can be used to read entries generated
45 * by MakeLDIF as if they were being read from another source like a file. It
64 // be read.
67 // The IOException that should be thrown the next time a read is requested.
73 // The queue used to hold generated entries until they can be read.
120 * Closes this input stream so that no more data may be read from it.
133 * @return The byte read from the input stream, or -1 if the end of the
139 public int read() method in class:MakeLDIFInputStream
168 * @param b The array into which the data should be read.
169 * @param off The position in the array at which point the data read ma
180 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPasswordReader.java165 * Attempts to read a password from the console by repeatedly sending
169 * @return The password read from the console.
184 int charRead = System.in.read();
198 int char2 = System.in.read();
253 // We must have encountered an error while attempting to read. The only
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/router/
H A DCTSPersistentStoreProxy.java70 public Token read(String tokenId) throws CoreTokenException { method in class:CTSPersistentStoreProxy
71 return CTSHolder.get().read(tokenId);
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DElevatedConnectionFactoryWrapperTest.java87 connection.read(context, readRequest);
91 verify(connection).read(contextCaptor.capture(), eq(readRequest));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java36 * Multiple read operations can run in parallel, however. Reads take priority
37 * over writes, so any read operations that are pending while a write is in
44 * lock.readRequest(); // do the read/access operation here. }finally {
68 * Request the read lock. Block until a read operation can be performed
69 * safely. This call must be followed by a call to readDone() when the read
85 * This version of read() requests read access and returns true if you get
86 * it. If it returns false, you may not safely read from the guarded
87 * resource. If it returns true, you should do the read, the
239 public void read(String reader) { method in class:ReaderWriterLock.Test.Resource
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java45 * This class creates an input stream that can be used to read entries generated
46 * by MakeLDIF as if they were being read from another source like a file. It
68 * be read.
72 /** The IOException that should be thrown the next time a read is requested. */
78 /** The queue used to hold generated entries until they can be read. */
125 * Closes this input stream so that no more data may be read from it.
138 * @return The byte read from the input stream, or -1 if the end of the
144 public int read() method in class:MakeLDIFInputStream
171 * @param b The array into which the data should be read.
172 * @param off The position in the array at which point the data read ma
183 public int read(byte[] b, int off, int len) method in class:MakeLDIFInputStream
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A Dgetprocessesforuser.js25 if (request.method !== "read") {
68 processAccessPolicies = openidm.read("config/process/access").workflowAccess,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java36 * Multiple read operations can run in parallel, however. Reads take priority
37 * over writes, so any read operations that are pending while a write is in
44 * lock.readRequest(); // do the read/access operation here. }finally {
68 * Request the read lock. Block until a read operation can be performed
69 * safely. This call must be followed by a call to readDone() when the read
85 * This version of read() requests read access and returns true if you get
86 * it. If it returns false, you may not safely read from the guarded
87 * resource. If it returns true, you should do the read, the
239 public void read(String reader) { method in class:ReaderWriterLock.Test.Resource
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/
H A DCTSPersistentStore.java103 Token read(String tokenId) throws CoreTokenException; method in interface:CTSPersistentStore
114 Token read(String tokenId, Options options) throws CoreTokenException; method in interface:CTSPersistentStore
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogReader.java45 /**LogReader class provides mechanism to read a log file to the caller.
100 Debug.error("LogReader.getSizeUnits:could not read configuration");
131 Debug.error("LogReader.getSize: could not read configuration");
258 * @param fileName the filename without path to be read.
270 public static synchronized String [][] read( method in class:LogReader
280 * read the configuration from LogManager to use updated info.
313 * @param logName an identifier and is a part of file name to be read.
314 * @param logType the components of file name that will be read. it could
327 public static synchronized String [][] read(String logName, method in class:LogReader
337 * pass the call to the CORE logName based read ap
363 public static synchronized String [][] read(String logName, method in class:LogReader
400 public static synchronized String [][] read(String logName, method in class:LogReader
439 public static String [][] read(String logname, method in class:LogReader
488 public static String [][] read(String fileName, method in class:LogReader
555 public static String [][] read( method in class:LogReader
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogReader.java45 /**LogReader class provides mechanism to read a log file to the caller.
100 Debug.error("LogReader.getSizeUnits:could not read configuration");
131 Debug.error("LogReader.getSize: could not read configuration");
258 * @param fileName the filename without path to be read.
270 public static synchronized String [][] read( method in class:LogReader
280 * read the configuration from LogManager to use updated info.
313 * @param logName an identifier and is a part of file name to be read.
314 * @param logType the components of file name that will be read. it could
327 public static synchronized String [][] read(String logName, method in class:LogReader
337 * pass the call to the CORE logName based read ap
363 public static synchronized String [][] read(String logName, method in class:LogReader
400 public static synchronized String [][] read(String logName, method in class:LogReader
439 public static String [][] read(String logname, method in class:LogReader
488 public static String [][] read(String fileName, method in class:LogReader
555 public static String [][] read( method in class:LogReader
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/
H A DCTSPersistentStore.java82 Token read(String tokenId) throws CoreTokenException; method in interface:CTSPersistentStore
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/tasks/
H A DReadTask.java35 * @param tokenId The Token ID to read.
44 * Uses the LDAP Adapter to perform the read and updates the result handler with
52 * @throws DataLayerException If there was an error whilst performing the read.
56 Token token = adapter.read(connection, tokenId);
H A DTaskFactory.java46 * Used to signal a read operation for the Token ID.
49 * @return Non null Token read Task.
51 public Task read(String tokenId, ResultHandler<Token, ?> handler) { method in class:TaskFactory
H A DUpdateTask.java44 * Performs a read of the store to determine the state of the Token.
55 Token previous = adapter.read(connection, token.getTokenId());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DStorage.java69 * Executes a read operation. In case of a read operation rollback, implementations must ensure
70 * the read operation is retried until it succeeds.
75 * the read operation to execute
76 * @return the value read by the read operation
80 <T> T read(ReadOperation<T> readOperation) throws Exception; method in interface:Storage
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DGZIPAction.java98 while((n = fis.read(buf)) != -1)
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/cts/
H A DCoreTokenResourceTest.java108 given(mockStore.read(anyString())).willReturn(mockToken);
115 verify(mockStore).read(one);
122 given(mockStore.read(anyString())).willReturn(mockToken);
135 given(mockStore.read(anyString())).willReturn(null);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/script/
H A Dpwpolicy.js35 currentObject = openidm.read(request.resourcePath);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DRelationshipValidator.java68 * Implement to test the response provided from the read of the relationship.
71 * @param response The contents will hold the response from the read call made on the relationship field.
79 * Does a read on the relationshipField.
94 .read(context, newValidateRequest(relationshipField)));

Completed in 129 milliseconds

1234567891011>>