Searched refs:read (Results 76 - 100 of 882) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DLicenseFile.java162 String read = br.readLine();
164 while (read != null)
166 sb.append(read);
168 read = br.readLine();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DImporter.java53 * method, the record is visible by {@link read(TreeName, ByteSequence)} and {@link openCursor(TreeName)} methods of
74 ByteString read(TreeName treeName, ByteSequence key); method in interface:Importer
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClientDAO.java42 * @return A Client read from the storage system.
45 public Client read(String clientId, OAuth2Request request) throws UnauthorizedClientException; method in interface:ClientDAO
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/test/common/
H A DFileHelper.java52 * @throws IOException if file is not found; or content cannot be read.
63 in.read(content);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java45 * @param policyName the name of the policy to read.
49 Privilege read(String policyName) throws EntitlementException; method in interface:PolicyStore
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/script/
H A DreconStats.js36 if (openidm.read("config/external.email")) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java45 * @param policyName the name of the policy to read.
49 Privilege read(String policyName) throws EntitlementException; method in interface:PolicyStore
/forgerock/openam/openam-test/src/test/java/com/sun/identity/test/common/
H A DFileHelper.java52 * @throws IOException if file is not found; or content cannot be read.
63 in.read(content);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertionBase.java287 String read = elt.getAttribute("Issuer");
288 if ((read == null) || (read.length() == 0)) {
296 _issuer = read;
317 read = elt.getAttribute("MajorVersion");
318 if ((read == null) || (read.length() == 0)) {
330 ver = Integer.parseInt(read);
358 _minorVersion=Integer.parseInt(read);
362 read
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertionBase.java290 String read = elt.getAttribute("Issuer");
291 if ((read == null) || (read.length() == 0)) {
299 _issuer = read;
320 read = elt.getAttribute("MajorVersion");
321 if ((read == null) || (read.length() == 0)) {
333 ver = Integer.parseInt(read);
361 _minorVersion=Integer.parseInt(read);
365 read
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
138 // Only read and unwrap new data if needed.
141 final int read = doRecvAndUnwrap();
142 if (read <= 0)
144 // No data read or end of stream.
145 return read;
241 // Need to do an unwrap (read) while writing.
259 // Attempt to read and unwrap the next SSL packet.
285 recvUnwrappedBuffer.flip(); // Restore for read.
301 // Not enough data was read
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DSession.java411 * Let's start the stop-watch before waiting on read for the heartbeat
418 final int read = input.read(rcvLengthBuf, length, 8 - length);
419 if (read == -1)
426 length += read;
439 final int read = input.read(buffer, length, totalLength
441 if (read == -1)
448 length += read;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java133 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
137 // Only read and unwrap new data if needed.
140 final int read = doRecvAndUnwrap();
141 if (read <= 0)
143 // No data read or end of stream.
144 return read;
240 // Need to do an unwrap (read) while writing.
258 // Attempt to read and unwrap the next SSL packet.
284 recvUnwrappedBuffer.flip(); // Restore for read.
300 // Not enough data was read
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
138 // Only read and unwrap new data if needed.
141 final int read = doRecvAndUnwrap();
142 if (read <= 0)
144 // No data read or end of stream.
145 return read;
241 // Need to do an unwrap (read) while writing.
259 // Attempt to read and unwrap the next SSL packet.
285 recvUnwrappedBuffer.flip(); // Restore for read.
301 // Not enough data was read
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DSession.java411 * Let's start the stop-watch before waiting on read for the heartbeat
418 final int read = input.read(rcvLengthBuf, length, 8 - length);
419 if (read == -1)
426 length += read;
439 final int read = input.read(buffer, length, totalLength
441 if (read == -1)
448 length += read;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java134 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
138 // Only read and unwrap new data if needed.
141 final int read = doRecvAndUnwrap();
142 if (read <= 0)
144 // No data read or end of stream.
145 return read;
241 // Need to do an unwrap (read) while writing.
259 // Attempt to read and unwrap the next SSL packet.
285 recvUnwrappedBuffer.flip(); // Restore for read.
301 // Not enough data was read
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DSession.java411 * Let's start the stop-watch before waiting on read for the heartbeat
418 final int read = input.read(rcvLengthBuf, length, 8 - length);
419 if (read == -1)
426 length += read;
439 final int read = input.read(buffer, length, totalLength
441 if (read == -1)
448 length += read;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java133 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
137 // Only read and unwrap new data if needed.
140 final int read = doRecvAndUnwrap();
141 if (read <= 0)
143 // No data read or end of stream.
144 return read;
240 // Need to do an unwrap (read) while writing.
258 // Attempt to read and unwrap the next SSL packet.
284 recvUnwrappedBuffer.flip(); // Restore for read.
300 // Not enough data was read
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java124 public int read(final ByteBuffer unwrappedData) throws IOException method in class:TLSByteChannel.ByteChannelImpl
128 // Only read and unwrap new data if needed.
131 final int read = doRecvAndUnwrap();
132 if (read <= 0)
134 // No data read or end of stream.
135 return read;
231 // Need to do an unwrap (read) while writing.
249 /** Attempt to read and unwrap the next SSL packet. */
275 recvUnwrappedBuffer.flip(); // Restore for read.
291 // Not enough data was read
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/resources/
H A DResourceSetStore.java50 * @param filter A filter to apply to the read elements.
55 ResourceSetDescription read(String resourceSetId, ResourceSetFilter filter) method in interface:ResourceSetStore
68 ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException; method in interface:ResourceSetStore
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DeffectiveAssignments.js29 * will first attempt to find the roles and assignments in the ReconContext and if they are not found will issue a read.
52 * If the ReconContext is present it will use the stored values for roles, otherwise it will issue a read request.
67 return openidm.read(roleId, null, [ "assignments" ]);
73 * If the ReconContext is present it will use the stored values for assignments, otherwise it will issue a read request.
88 return openidm.read(assignmentId, null);
99 logger.debug("Role relationship read: {}", roleRelationship);
110 logger.debug("No role details could be read from: {}", roleId._ref);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DoauthProxy.js10 oAuthConfig = openidm.read("config/" + connectorLocation);
H A DopenamProxy.js49 authConfig = openidm.read("config/authentication"),
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/resources/
H A DResourceSetStore.java51 * @param filter A filter to apply to the read elements.
56 ResourceSetDescription read(String resourceSetId, ResourceSetFilter filter) method in interface:ResourceSetStore
69 ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException; method in interface:ResourceSetStore
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java143 * Retrieves the number of bytes that can be read (or skipped over)
146 * @return The number of bytes that can be read (or skipped over)
226 * @param readLimit The maximum limit of bytes that can be read
258 * @return The next byte of data read from the input stream, or -1
261 * @throws IOException If a problem occurs while trying to read
265 public synchronized int read() method in class:InternalLDAPInputStream
316 * @throws IOException If a problem occurs while trying to read
320 public int read(byte[] b) method in class:InternalLDAPInputStream
323 return read(b, 0, b.length);
343 * @throws IOException If a problem occurs while trying to read
347 public synchronized int read(byte[] b, int off, int len) method in class:InternalLDAPInputStream
[all...]

Completed in 62 milliseconds

1234567891011>>