Searched defs:status (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java956 public void oldStartSessionPDUs(String pdu, ServerStatus status, argument
961 assertEquals(msg.getStatus(), status);
H A DSynchronizationMsgTest.java898 public void startSessionMsgTest(ServerStatus status, List<String> refUrls, argument
903 StartSessionMsg msg = new StartSessionMsg(status, refUrls, assuredFlag,
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java138 * Represents the status of an object as active
148 * Represents the status of an object as inactive
158 * Represents the status of an object as "deleted"
918 * Set the status of the service for this entity (User/Organization
919 * /Group/Organizational Unit). The valid values for the status attribute
920 * are defined in the SMS DTD. Before the status attribute is set, it is
922 * that the value for the status is valid per the DTD.
925 * Name of service whose status attribute has to be changed
926 * @param status
927 * One of the status value
933 setServiceStatus(String serviceName, String status) argument
[all...]
H A DAMObjectImpl.java538 public void setServiceStatus(String sname, String status) argument
584 attrVal.add(status);
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djsr311-api.jar ... =%3Cinit%3E" <init> (int) int status public void " href="/source/s?defs=% ...
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java233 // HACK: print out status for the last test object
666 originalSystemErr.println("How to read the progressive status info:");
670 originalSystemErr.println(" Test duration status: {Total min:sec. Since last status sec.}");
674 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
678 originalSystemErr.println(" Memory usage status: {MB in use +/-change since last status}");
682 originalSystemErr.println(" GCs during status: {GCs done to settle used memory time to do it}");
686 originalSystemErr.println(" Thread count status: {#td number of active threads}");
690 originalSystemErr.println(" In core restart status
895 countTestsWithStatus(int status) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java233 // HACK: print out status for the last test object
666 originalSystemErr.println("How to read the progressive status info:");
670 originalSystemErr.println(" Test duration status: {Total min:sec. Since last status sec.}");
674 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
678 originalSystemErr.println(" Memory usage status: {MB in use +/-change since last status}");
682 originalSystemErr.println(" GCs during status: {GCs done to settle used memory time to do it}");
686 originalSystemErr.println(" Thread count status: {#td number of active threads}");
690 originalSystemErr.println(" In core restart status
895 countTestsWithStatus(int status) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java233 // HACK: print out status for the last test object
666 originalSystemErr.println("How to read the progressive status info:");
670 originalSystemErr.println(" Test duration status: {Total min:sec. Since last status sec.}");
674 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
678 originalSystemErr.println(" Memory usage status: {MB in use +/-change since last status}");
682 originalSystemErr.println(" GCs during status: {GCs done to settle used memory time to do it}");
686 originalSystemErr.println(" Thread count status: {#td number of active threads}");
690 originalSystemErr.println(" In core restart status
895 countTestsWithStatus(int status) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java537 public void setServiceStatus(String sname, String status) argument
583 attrVal.add(status);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java659 private List<InternalSession> getValidInternalSessions(String pattern, int[] status) argument
694 status[0] = IdSearchResults.SIZE_LIMIT_EXCEEDED;
701 status[0] = IdSearchResults.TIME_LIMIT_EXCEEDED;
855 public List<SessionInfo> getValidSessions(Session s, String pattern, int[] status) argument
871 List<InternalSession> sessions = getValidInternalSessions(pattern, status);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java198 * authentication status.
225 * authentication status.
257 * authentication status.
292 * authentication status.
328 * authentication status.
360 * authentication status.
989 // Check set the login status
1036 // Check set the login status
1316 // Check set the login status
1359 // Check set the login status
2152 private String status; field in class:AuthContext.Status
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java98 private ProgressStep status = UninstallProgressStep.NOT_STARTED; field in class:Uninstaller
760 status = UninstallProgressStep.UNCONFIGURING_REPLICATION;
767 status = UninstallProgressStep.STOPPING_SERVER;
792 status = UninstallProgressStep.DISABLING_WINDOWS_SERVICE;
802 status = UninstallProgressStep.DELETING_EXTERNAL_DATABASE_FILES;
829 status = UninstallProgressStep.DELETING_EXTERNAL_LOG_FILES;
867 status = UninstallProgressStep.DELETING_INSTALLATION_FILES;
870 deleteInstallationFiles(getRatio(status),
889 status = UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
893 status
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestListener.java229 // HACK: print out status for the last test object
673 originalSystemErr.println("How to read the progressive status info:");
677 originalSystemErr.println(" Test duration status: {Total min:sec. Since last status sec.}");
681 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
685 originalSystemErr.println(" Memory usage status: {MB in use +/-change since last status}");
689 originalSystemErr.println(" GCs during status: {GCs done to settle used memory time to do it}");
693 originalSystemErr.println(" Thread count status: {#td number of active threads}");
697 originalSystemErr.println(" In core restart status
891 countTestsWithStatus(int status) argument
[all...]
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c1348 int status = AM_ERROR; local
1381 status = AM_SUCCESS;
1390 return status;
H A Dam.h234 am_status_t status; member in struct:am_request
318 void am_log_re_init(int status);
H A Dcache.c325 int status = AM_NOT_FOUND; local
412 status = AM_SUCCESS;
418 return status;
599 int i = -1, entry_index, status = AM_NOT_FOUND; local
726 status = AM_SUCCESS;
730 return status;
873 int status = AM_SUCCESS; local
917 status = am_store_policy_result_element(request, policy_element, cache_entry_offset, ++index);
918 if (status != AM_SUCCESS) {
920 am_strerror(status), statu
961 int status = am_merge_session_policy_cache_entry(request, key, local
1050 int status = am_store_policy_result_element(request, element, cache_entry_offset, element->index); local
[all...]
H A Dlog.c425 void am_log_re_init(int status) { argument
428 if (log != NULL && status == AM_RETRY_ERROR) {
440 void am_log_init(int id, int status) { argument
527 if (status == AM_SUCCESS || status == AM_EAGAIN) {
599 if (status == AM_SUCCESS || status == AM_EAGAIN) {
638 void am_log_init_worker(int id, int status) { argument
640 am_log_init(id, status);
1132 int status local
1230 int i, status = AM_FALSE; local
[all...]
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c48 int status; member in struct:agent_instance
63 int status; member in struct:request
87 settings->status = AM_FILE_ERROR;
108 if (settings->status != AM_SUCCESS) {
109 fprintf(stderr, "am_vmod_init failed. am_init error (%s)\n", am_strerror(settings->status));
361 static void store_custom_response(struct request *r, int status, const char *data) { argument
362 r->status = status;
398 am_status_t status = AM_ERROR; local
403 status
580 int status; local
745 int status; local
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java198 * authentication status.
225 * authentication status.
257 * authentication status.
292 * authentication status.
328 * authentication status.
360 * authentication status.
989 // Check set the login status
1036 // Check set the login status
1316 // Check set the login status
1359 // Check set the login status
2152 private String status; field in class:AuthContext.Status
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql286 status VARCHAR(20) NULL ,
304 CREATE INDEX sopenidm.idx_auditrecon_status ON sopenidm.auditrecon (status ASC);
326 status VARCHAR(20) NULL ,
376 status VARCHAR(20) ,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java110 * Current status for this replicated domain.
112 protected ServerStatus status = ServerStatus.NOT_CONNECTED_STATUS; field in class:ReplicationDomain
200 // successfully acknowledged (either because of timeout, wrong status or error
208 // successfully acknowledged because of wrong status
215 // wrong status or error at replay) for a particular server (DS or RS). String
253 * Indicates the date when the status changed. This may be used to indicate
255 * status is NORMAL for instance). All the above assured monitoring fields
256 * are also reset each time the status is changed
365 * Set the initial status of the domain and perform necessary initializations.
374 * @param initStatus The status t
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java215 * Current status for this replicated domain.
217 private ServerStatus status = ServerStatus.NOT_CONNECTED_STATUS; field in class:ReplicationDomain
281 * successfully acknowledged (either because of timeout, wrong status or error
293 * successfully acknowledged because of wrong status.
304 * wrong status or error at replay) for a particular server (DS or RS).
347 * Indicates the date when the status changed. This may be used to indicate
349 * status is NORMAL for instance). All the above assured monitoring fields
350 * are also reset each time the status is changed
427 * Set the initial status of the domain and perform necessary initializations.
436 * @param initStatus The status t
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java111 * Current status for this replicated domain.
113 protected ServerStatus status = ServerStatus.NOT_CONNECTED_STATUS; field in class:ReplicationDomain
201 // successfully acknowledged (either because of timeout, wrong status or error
209 // successfully acknowledged because of wrong status
216 // wrong status or error at replay) for a particular server (DS or RS). String
254 * Indicates the date when the status changed. This may be used to indicate
256 * status is NORMAL for instance). All the above assured monitoring fields
257 * are also reset each time the status is changed
366 * Set the initial status of the domain and perform necessary initializations.
375 * @param initStatus The status t
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java110 * Current status for this replicated domain.
112 protected ServerStatus status = ServerStatus.NOT_CONNECTED_STATUS; field in class:ReplicationDomain
200 // successfully acknowledged (either because of timeout, wrong status or error
208 // successfully acknowledged because of wrong status
215 // wrong status or error at replay) for a particular server (DS or RS). String
253 * Indicates the date when the status changed. This may be used to indicate
255 * status is NORMAL for instance). All the above assured monitoring fields
256 * are also reset each time the status is changed
365 * Set the initial status of the domain and perform necessary initializations.
374 * @param initStatus The status t
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java215 * Current status for this replicated domain.
217 private ServerStatus status = ServerStatus.NOT_CONNECTED_STATUS; field in class:ReplicationDomain
281 * successfully acknowledged (either because of timeout, wrong status or error
293 * successfully acknowledged because of wrong status.
304 * wrong status or error at replay) for a particular server (DS or RS).
347 * Indicates the date when the status changed. This may be used to indicate
349 * status is NORMAL for instance). All the above assured monitoring fields
350 * are also reset each time the status is changed
427 * Set the initial status of the domain and perform necessary initializations.
436 * @param initStatus The status t
[all...]

Completed in 133 milliseconds

<<1112131415