Searched defs:next (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDBCursor.java54 * Initially <code>null</code>, the first call to {@link #next()} will
101 public boolean next() throws ChangelogException method in class:JEReplicaDBCursor
129 // For ON_MATCHING_KEY, do not call next() if the cursor has just been initialized.
133 cursor.next();
H A DReplicaCursor.java113 public boolean next() throws ChangelogException method in class:ReplicaCursor
124 final boolean hasNext = cursor.next();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DByteArrayTest.java55 private int next; field in class:ByteArrayTest.IntegerRange
60 this.next = startInclusive;
67 return next <= this.endInclusive;
71 public Object[] next() method in class:ByteArrayTest.IntegerRange
73 return new Object[] { next++ };
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursor.java63 * last time {@link DBCursor#next()} was called on them. Exhausted cursors
70 * consider the next change across all available cursors.
92 public boolean next() throws ChangelogException method in class:CompositeDBCursor
148 final Entry<DBCursor<UpdateMsg>, T> entry = cursorIter.next();
159 * {@link DBCursor#next()} to verify whether it is exhausted or not.
170 if (cursor.next())
H A DJEReplicaDBCursor.java54 * Initially <code>null</code>, the first call to {@link #next()} will
101 public boolean next() throws ChangelogException method in class:JEReplicaDBCursor
129 // For ON_MATCHING_KEY, do not call next() if the cursor has just been initialized.
133 cursor.next();
H A DReplicaCursor.java113 public boolean next() throws ChangelogException method in class:ReplicaCursor
124 final boolean hasNext = cursor.next();
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/fluent/
H A DCrestLoggingFilter.java69 RequestHandler next) {
74 return next.handleAction(context, request);
87 RequestHandler next) {
92 return next.handleCreate(context, request);
105 RequestHandler next) {
110 return next.handleDelete(context, request);
123 RequestHandler next) {
128 return next.handlePatch(context, request);
142 QueryResourceHandler handler, RequestHandler next) {
147 return next
68 filterAction(Context context, ActionRequest request, RequestHandler next) argument
86 filterCreate(Context context, CreateRequest request, RequestHandler next) argument
104 filterDelete(Context context, DeleteRequest request, RequestHandler next) argument
122 filterPatch(Context context, PatchRequest request, RequestHandler next) argument
141 filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) argument
160 filterRead(Context context, ReadRequest request, RequestHandler next) argument
178 filterUpdate(Context context, UpdateRequest request, RequestHandler next) argument
[all...]
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletRealmRouter.java79 * @param next {@inheritDoc}
84 protected void doHandle(Restlet next, Request request, Response response) { argument
90 if (next != delegateRoute) {
121 super.doHandle(next, request, response);
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DValidatorImpl.java59 this.next = _next;
66 private final ValidationEventHandler next; field in class:ValidatorImpl.EventInterceptor
71 if( next!=null ) {
74 result = next.handleEvent(e);
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java59 this.next = _next;
66 private final ValidationEventHandler next; field in class:ValidatorImpl.EventInterceptor
71 if( next!=null ) {
74 result = next.handleEvent(e);
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidatorImpl.java59 this.next = _next;
66 private final ValidationEventHandler next; field in class:ValidatorImpl.EventInterceptor
71 if( next!=null ) {
74 result = next.handleEvent(e);
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java59 this.next = _next;
66 private final ValidationEventHandler next; field in class:ValidatorImpl.EventInterceptor
71 if( next!=null ) {
74 result = next.handleEvent(e);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DLdapQueryBuilder.java218 public Collection<T> next() { method in class:LdapQueryBuilder.EntryIterator
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java133 RequestHandler next) {
137 return next.handleAction(context, request);
142 RequestHandler next) {
146 return next.handleCreate(context, request);
151 RequestHandler next) {
155 return next.handleDelete(context, request);
160 RequestHandler next) {
164 return next.handlePatch(context, request);
169 QueryResourceHandler handler, RequestHandler next) {
173 return next
132 filterAction(Context context, ActionRequest request, RequestHandler next) argument
141 filterCreate(Context context, CreateRequest request, RequestHandler next) argument
150 filterDelete(Context context, DeleteRequest request, RequestHandler next) argument
159 filterPatch(Context context, PatchRequest request, RequestHandler next) argument
168 filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) argument
177 filterRead(Context context, ReadRequest request, RequestHandler next) argument
186 filterUpdate(Context context, UpdateRequest request, RequestHandler next) argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilter.java70 public Promise<Response, NeverThrowsException> filter(final Context context, final Request request, Handler next) { argument
72 return next.handle(context, request).then(new Function<Response, Response, NeverThrowsException>() {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DCompletedLoginProcess.java78 public LoginProcess next(Callback[] callbacks) throws AuthLoginException { method in class:CompletedLoginProcess
H A DLoginProcess.java34 * operations to continue to the next stage of the login process to the completion of the login process.
116 * Moves the login process to the next step, which means either submitting the callbacks or if the AuthIndexType
124 public LoginProcess next(Callback[] callbacks) throws AuthLoginException { method in class:LoginProcess
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCommonAuditHttpAccessAuditFilter.java82 public Promise<Response, NeverThrowsException> filter(Context context, Request request, Handler next) { argument
102 next.handle(context, request)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DCompositeDBCursor.java61 * last time {@link DBCursor#next()} was called on them. Exhausted cursors
67 * consider the next change across all available cursors.
101 public boolean next() throws ChangelogException method in class:CompositeDBCursor
156 final Entry<DBCursor<UpdateMsg>, T> entry = cursorIter.next();
167 * {@link DBCursor#next()} to verify whether it is exhausted or not.
178 if (cursor.next())
H A DReplicaCursor.java109 public boolean next() throws ChangelogException method in class:ReplicaCursor
120 final boolean hasNext = cursor.next();
/forgerock/web-agents-v4/zlib/
H A Dinftrees.c27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */ local
151 filled is at next and has curr index bits. The code being used is huff
203 next = *table; /* current table to fill in */
235 min = fill; /* save offset to next table */
238 next[(huff >> drop) + fill] = here;
252 /* go to next symbol, update count, len */
266 next += min; /* here min is 1 << curr */
268 /* determine length of next tabl
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DByteArrayTest.java54 private int next; field in class:ByteArrayTest.IntegerRange
59 this.next = startInclusive;
66 return next <= this.endInclusive;
70 public Object[] next() method in class:ByteArrayTest.IntegerRange
72 return new Object[] { next++ };
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java133 RequestHandler next) {
137 return next.handleAction(context, request);
142 RequestHandler next) {
146 return next.handleCreate(context, request);
151 RequestHandler next) {
155 return next.handleDelete(context, request);
160 RequestHandler next) {
164 return next.handlePatch(context, request);
169 QueryResourceHandler handler, RequestHandler next) {
173 return next
132 filterAction(Context context, ActionRequest request, RequestHandler next) argument
141 filterCreate(Context context, CreateRequest request, RequestHandler next) argument
150 filterDelete(Context context, DeleteRequest request, RequestHandler next) argument
159 filterPatch(Context context, PatchRequest request, RequestHandler next) argument
168 filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) argument
177 filterRead(Context context, ReadRequest request, RequestHandler next) argument
186 filterUpdate(Context context, UpdateRequest request, RequestHandler next) argument
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/fluent/
H A DCrestLoggingFilter.java69 RequestHandler next) {
74 return next.handleAction(context, request);
87 RequestHandler next) {
92 return next.handleCreate(context, request);
105 RequestHandler next) {
110 return next.handleDelete(context, request);
123 RequestHandler next) {
128 return next.handlePatch(context, request);
142 QueryResourceHandler handler, RequestHandler next) {
147 return next
68 filterAction(Context context, ActionRequest request, RequestHandler next) argument
86 filterCreate(Context context, CreateRequest request, RequestHandler next) argument
104 filterDelete(Context context, DeleteRequest request, RequestHandler next) argument
122 filterPatch(Context context, PatchRequest request, RequestHandler next) argument
141 filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) argument
160 filterRead(Context context, ReadRequest request, RequestHandler next) argument
178 filterUpdate(Context context, UpdateRequest request, RequestHandler next) argument
[all...]
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletRealmRouter.java68 * @param next {@inheritDoc}
73 protected void doHandle(Restlet next, Request request, Response response) { argument
75 super.doHandle(next, request, response);
85 if (next != delegateRoute) {
100 super.doHandle(next, request, response);

Completed in 600 milliseconds

1234567891011>>