Searched refs:eq (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/resource/debian/control/
H A Dpostinst18 if [ "$?" -eq 2 ]
28 if [ "$?" -eq 0 ]
/forgerock/opendj2.6.2/resource/debian/control/
H A Dpostinst18 if [ "$?" -eq 2 ]
28 if [ "$?" -eq 0 ]
/forgerock/opendj2-jel-hg/resource/debian/control/
H A Dpostinst18 if [ "$?" -eq 2 ]
28 if [ "$?" -eq 0 ]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdSearchOpModifier.java66 boolean eq = false;
68 eq = false;
71 eq = (soperation.sOp == this.sOp);
73 return eq;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdSearchOpModifier.java66 boolean eq = false;
68 eq = false;
71 eq = (soperation.sOp == this.sOp);
73 return eq;
/forgerock/opendj2/resource/bin/
H A Dstop-ds111 if test ${EC} -eq 98
118 if test ${EC} -eq 99 -o ${EC} -eq 105
125 if test ${EC} -eq 105
130 if test ${EC} -eq 100
137 if test ${EC} -eq 101 -o ${EC} -eq 106
144 if test ${EC} -eq 106
158 if test ${MUST_STOP_USING_SYSTEM_CALL} -eq 0
165 if test ${EXIT_CODE} -eq
[all...]
/forgerock/opendj-b2.6/resource/bin/
H A Dstop-ds112 if test ${EC} -eq 98
119 if test ${EC} -eq 99 -o ${EC} -eq 105
126 if test ${EC} -eq 105
131 if test ${EC} -eq 100
138 if test ${EC} -eq 101 -o ${EC} -eq 106
145 if test ${EC} -eq 106
159 if test ${MUST_STOP_USING_SYSTEM_CALL} -eq 0
166 if test ${EXIT_CODE} -eq
[all...]
/forgerock/opendj2.6.2/resource/bin/
H A Dstop-ds112 if test ${EC} -eq 98
119 if test ${EC} -eq 99 -o ${EC} -eq 105
126 if test ${EC} -eq 105
131 if test ${EC} -eq 100
138 if test ${EC} -eq 101 -o ${EC} -eq 106
145 if test ${EC} -eq 106
159 if test ${MUST_STOP_USING_SYSTEM_CALL} -eq 0
166 if test ${EXIT_CODE} -eq
[all...]
/forgerock/opendj2-hg/resource/bin/
H A Dstop-ds111 if test ${EC} -eq 98
118 if test ${EC} -eq 99 -o ${EC} -eq 105
125 if test ${EC} -eq 105
130 if test ${EC} -eq 100
137 if test ${EC} -eq 101 -o ${EC} -eq 106
144 if test ${EC} -eq 106
158 if test ${MUST_STOP_USING_SYSTEM_CALL} -eq 0
165 if test ${EXIT_CODE} -eq
[all...]
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A Dstop-ds111 if test ${EC} -eq 98
118 if test ${EC} -eq 99 -o ${EC} -eq 105
125 if test ${EC} -eq 105
130 if test ${EC} -eq 100
137 if test ${EC} -eq 101 -o ${EC} -eq 106
144 if test ${EC} -eq 106
158 if test ${MUST_STOP_USING_SYSTEM_CALL} -eq 0
165 if test ${EXIT_CODE} -eq
[all...]
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/fluent/
H A DAbstractAuditFilterTest.java137 when(filterChain.handleCreate(eq(context), eq(createRequest)))
139 when(filterChain.handleRead(eq(context), eq(readRequest)))
141 when(filterChain.handleUpdate(eq(context), eq(updateRequest)))
143 when(filterChain.handleDelete(eq(context), eq(deleteRequest)))
145 when(filterChain.handlePatch(eq(context), eq(patchReques
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/queue/
H A DDefaultMonitoringResultHandlerTest.java28 import static org.mockito.Matchers.eq;
55 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
H A DTokenMonitoringResultHandlerTest.java26 import static org.mockito.Matchers.eq;
55 verify(mockStore).addTokenOperation(eq(mockToken), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/fluent/
H A DAbstractAuditFilterTest.java137 when(filterChain.handleCreate(eq(context), eq(createRequest)))
139 when(filterChain.handleRead(eq(context), eq(readRequest)))
141 when(filterChain.handleUpdate(eq(context), eq(updateRequest)))
143 when(filterChain.handleDelete(eq(context), eq(deleteRequest)))
145 when(filterChain.handlePatch(eq(context), eq(patchReques
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/queue/
H A DDefaultMonitoringResultHandlerTest.java28 import static org.mockito.Matchers.eq;
55 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
H A DTokenMonitoringResultHandlerTest.java26 import static org.mockito.Matchers.eq;
55 verify(mockStore).addTokenOperation(eq(mockToken), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
/forgerock/openam-v13/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/
H A DRemoveRedundantDefaultApplicationTest.java21 import static org.mockito.Matchers.eq;
72 given(applicationService.getApplicationNames(isA(Subject.class), eq("/"))).willReturn(asSet("app2", "someOtherApp"));
82 verify(applicationService).deleteApplication(isA(Subject.class), eq("/"), eq("app2"));
88 given(applicationService.getApplicationNames(isA(Subject.class), eq("/"))).willReturn(asSet("app1", "app2", "someOtherApp"));
89 doThrow(EntitlementException.class).when(applicationService).deleteApplication(isA(Subject.class), eq("/"), eq("app2"));
99 verify(applicationService).deleteApplication(isA(Subject.class), eq("/"), eq("app1"));
100 verify(applicationService).deleteApplication(isA(Subject.class), eq("/"), e
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginHelperTest.js47 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("&arg=argValue&locale=localeValue");
64 expect(RESTLoginHelper.filterUrlParams(params)).to.eq(expected);
73 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("");
79 expect(RESTLoginHelper.filterUrlParams(undefined)).to.eq("");
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginHelperTest.js47 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("&arg=argValue&locale=localeValue");
64 expect(RESTLoginHelper.filterUrlParams(params)).to.eq(expected);
73 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("");
79 expect(RESTLoginHelper.filterUrlParams(undefined)).to.eq("");
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/test/java/org/forgerock/oauth2/core/
H A DAuthorizationServiceImplTest.java23 import static org.mockito.Mockito.eq;
90 given(clientRegistrationStore.get(anyString(), eq(request))).willReturn(clientRegistration);
92 given(providerSettings.validateAuthorizationScope(eq(clientRegistration), anySetOf(String.class), eq(request)))
94 given(providerSettings.isConsentSaved(eq(resourceOwner), anyString(), eq(validatedScope))).willReturn(false);
95 given(resourceOwnerConsentVerifier.verify(anyBoolean(), eq(request), eq(clientRegistration))).willReturn(false);
116 given(clientRegistrationStore.get(anyString(), eq(request))).willReturn(clientRegistration);
117 given(providerSettings.validateAuthorizationScope(eq(clientRegistratio
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/tasks/
H A DUpdateTaskTest.java22 import static org.mockito.Matchers.eq;
55 given(mockAdapter.read(anyString(), eq(options))).willReturn(mockPrevious);
62 verify(mockAdapter).update(eq(mockPrevious), eq(mockUpdated), eq(options));
67 given(mockAdapter.read(anyString(), eq(options))).willReturn(null);
69 verify(mockAdapter).create(eq(mockUpdated), eq(options));
74 doThrow(DataLayerException.class).when(mockAdapter).read(anyString(), eq(options));
82 verify(mockHandler).processResults(eq(mockReturne
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/service/access/persistence/
H A DInternalSessionStoreChainTest.java60 verify(stepA).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
61 verify(stepB).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
62 verify(stepC).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
63 verify(mainStore).getBySessionID(eq(sessionId));
77 verify(stepA).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
78 verify(stepB).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
79 verify(stepC, times(0)).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
80 verify(mainStore, times(0)).getBySessionID(eq(sessionId));
96 inOrder.verify(stepA).getBySessionID(eq(sessionId), any(InternalSessionStore.class));
97 inOrder.verify(stepB).getBySessionID(eq(sessionI
[all...]
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java81 given(coreServicesWrapper.getAuthContext(eq(request), eq((HttpServletResponse) null), (SessionID) anyObject(),
82 eq(false), eq(false))).willReturn(authContextLocalWrapper);
90 verify(coreServicesWrapper).getAuthContext(eq(request), eq((HttpServletResponse) null), (SessionID) anyObject(),
91 eq(false), eq(false));
113 given(coreServicesWrapper.getAuthContext(eq(request), eq((HttpServletRespons
[all...]
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java77 given(coreServicesWrapper.getAuthContext(eq(request), eq((HttpServletResponse) null), (SessionID) anyObject(),
78 eq(false), eq(false))).willReturn(authContextLocalWrapper);
86 verify(coreServicesWrapper).getAuthContext(eq(request), eq((HttpServletResponse) null), (SessionID) anyObject(),
87 eq(false), eq(false));
109 given(coreServicesWrapper.getAuthContext(eq(request), eq((HttpServletRespons
[all...]
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/
H A DLocalOperationsTest.java62 verify(mockService).getSessionInfo(eq(mockSessionID), eq(flag));
82 verify(mockService).logout(eq(mockSessionID));
92 verify(mockService).destroySession(eq(mockRequester), eq(mockSessionID));
103 verify(mockService).setProperty(eq(mockSessionID), eq(name), eq(value));

Completed in 136 milliseconds

1234567891011>>