Searched refs:read (Results 26 - 50 of 882) sorted by relevance

1234567891011>>

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceRequestInputStream.java43 public int read() throws IOException { method in class:WebServiceRequestInputStream
44 return getInputStream().read();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectLocality.java80 String read = elt.getAttribute("IPAddress");
81 if ((read != null) && (read.length() != 0)) {
82 _ipAddress= read;
84 read = elt.getAttribute("DNSAddress");
85 if ((read != null) && (read.length() != 0)) {
86 _dnsAddress=read;
H A DAssertion.java178 String read = elt.getAttribute("Issuer");
179 if ((read == null) || (read.length() == 0)) {
186 _issuer = read;
207 read = elt.getAttribute("MajorVersion");
208 if ((read == null) || (read.length() == 0)) {
219 ver = Integer.parseInt(read);
247 read = elt.getAttribute("MinorVersion");
248 if ((read
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java33 * An implementation of input stream that enforces an read size limit.
78 public int read() throws IOException method in class:SizeLimitInputStream
85 int b = parentStream.read();
96 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
118 int readLen = parentStream.read(b, off, len);
164 * Retrieves the number of bytes read from this stream.
166 * @return The number of bytes read from this stream.
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java32 * An implementation of input stream that enforces an read size limit.
77 public int read() throws IOException method in class:SizeLimitInputStream
84 int b = parentStream.read();
95 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
117 int readLen = parentStream.read(b, off, len);
163 * Retrieves the number of bytes read from this stream.
165 * @return The number of bytes read from this stream.
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java33 * An implementation of input stream that enforces an read size limit.
78 public int read() throws IOException method in class:SizeLimitInputStream
85 int b = parentStream.read();
96 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
118 int readLen = parentStream.read(b, off, len);
164 * Retrieves the number of bytes read from this stream.
166 * @return The number of bytes read from this stream.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java33 * An implementation of input stream that enforces an read size limit.
78 public int read() throws IOException method in class:SizeLimitInputStream
85 int b = parentStream.read();
96 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
118 int readLen = parentStream.read(b, off, len);
164 * Retrieves the number of bytes read from this stream.
166 * @return The number of bytes read from this stream.
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java32 * An implementation of input stream that enforces an read size limit.
77 public int read() throws IOException method in class:SizeLimitInputStream
84 int b = parentStream.read();
95 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
117 int readLen = parentStream.read(b, off, len);
163 * Retrieves the number of bytes read from this stream.
165 * @return The number of bytes read from this stream.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DReadableTransaction.java45 ByteString read(TreeName treeName, ByteSequence key); method in interface:ReadableTransaction
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/
H A DCTSPersistentStoreImplTest.java46 impl.read(badger);
47 verify(mockAdapter).read(eq(badger));
52 given(mockAdapter.read(anyString())).willReturn(null);
53 assertThat(impl.read("")).isNull();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptableNameIdentifier.java143 String read = elt.getAttribute("NameQualifier");
144 if (read != null) {
145 _nameQualifier = read;
147 read = elt.getAttribute("Format");
148 if (read != null) {
149 _format = read;
152 read = elt.getAttribute("Nonce");
153 if (read != null) {
154 _nonce = read;
157 read
[all...]
H A DIDPProvidedNameIdentifier.java89 String read = elt.getAttribute("NameQualifier");
90 if (read != null) {
91 setNameQualifier(read);
93 read = elt.getAttribute("Format");
94 if (read != null) {
95 setFormat(read);
97 read = XMLUtils.getElementValue(elt);
98 if ((read == null) || (read.length() == 0)) {
105 setName(read);
[all...]
H A DOldProvidedNameIdentifier.java91 String read = elt.getAttribute("NameQualifier");
92 if (read != null) {
93 setNameQualifier(read);
95 read = elt.getAttribute("Format");
96 if (read != null) {
97 setFormat(read);
99 read = XMLUtils.getElementValue(elt);
100 if ((read == null) || (read.length() == 0)) {
107 setName(read);
[all...]
H A DSPProvidedNameIdentifier.java90 String read = elt.getAttribute("NameQualifier");
91 if (read != null) {
92 setNameQualifier(read);
94 read = elt.getAttribute("Format");
95 if (read != null) {
96 setFormat(read);
98 read = XMLUtils.getElementValue(elt);
99 if ((read == null) || (read.length() == 0)) {
106 setName(read);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSizeLimitInputStream.java33 * An implementation of input stream that enforces an read size limit.
72 public int read() throws IOException method in class:SizeLimitInputStream
79 int b = parentStream.read();
88 public int read(byte b[], int off, int len) throws IOException method in class:SizeLimitInputStream
110 int readLen = parentStream.read(b, off, len);
148 * Retrieves the number of bytes read from this stream.
150 * @return The number of bytes read from this stream.
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/
H A DCTSPersistentStoreImplTest.java48 impl.read(badger);
49 verify(mockAdapter).read(eq(badger), any(Options.class));
54 given(mockAdapter.read(anyString(), any(Options.class))).willReturn(null);
55 assertThat(impl.read("")).isNull();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptableNameIdentifier.java146 String read = elt.getAttribute("NameQualifier");
147 if (read != null) {
148 _nameQualifier = read;
150 read = elt.getAttribute("Format");
151 if (read != null) {
152 _format = read;
155 read = elt.getAttribute("Nonce");
156 if (read != null) {
157 _nonce = read;
160 read
[all...]
H A DIDPProvidedNameIdentifier.java89 String read = elt.getAttribute("NameQualifier");
90 if (read != null) {
91 setNameQualifier(read);
93 read = elt.getAttribute("Format");
94 if (read != null) {
95 setFormat(read);
97 read = XMLUtils.getElementValue(elt);
98 if ((read == null) || (read.length() == 0)) {
105 setName(read);
[all...]
H A DOldProvidedNameIdentifier.java91 String read = elt.getAttribute("NameQualifier");
92 if (read != null) {
93 setNameQualifier(read);
95 read = elt.getAttribute("Format");
96 if (read != null) {
97 setFormat(read);
99 read = XMLUtils.getElementValue(elt);
100 if ((read == null) || (read.length() == 0)) {
107 setName(read);
[all...]
H A DSPProvidedNameIdentifier.java90 String read = elt.getAttribute("NameQualifier");
91 if (read != null) {
92 setNameQualifier(read);
94 read = elt.getAttribute("Format");
95 if (read != null) {
96 setFormat(read);
98 read = XMLUtils.getElementValue(elt);
99 if ((read == null) || (read.length() == 0)) {
106 setName(read);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java178 String read = elt.getAttribute("Issuer");
179 if ((read == null) || (read.length() == 0)) {
186 _issuer = read;
207 read = elt.getAttribute("MajorVersion");
208 if ((read == null) || (read.length() == 0)) {
219 ver = Integer.parseInt(read);
247 read = elt.getAttribute("MinorVersion");
248 if ((read
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java83 tag = (byte)input.read();
86 input.read(data, 0, length);
94 tmp = input.read();
101 tmpbyte = (byte)input.read();
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/notification/
H A DuserNotifications.js34 if (request.method === "read") {
51 notification = openidm.read("repo/ui/notification/"+request.resourcePath);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java83 tag = (byte)input.read();
86 input.read(data, 0, length);
94 tmp = input.read();
101 tmpbyte = (byte)input.read();
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
122 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
127 return tmp.read(buffer);
131 return child.read(buffer);

Completed in 867 milliseconds

1234567891011>>