/forgerock/opendj2/resource/sysv/ |
H A D | opendj | 58 . /etc/rc.status 134 # Displays the service status 135 status() { function 136 echo -n $"$DAEMON status: " 162 status) 163 status 166 echo $"Usage: /etc/init.d/$DAEMON {start|restart|stop|force-reload|status}"
|
/forgerock/opendj2-hg/resource/sysv/ |
H A D | opendj | 58 . /etc/rc.status 134 # Displays the service status 135 status() { function 136 echo -n $"$DAEMON status: " 162 status) 163 status 166 echo $"Usage: /etc/init.d/$DAEMON {start|restart|stop|force-reload|status}"
|
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRANotificationTableViewCell.h | 31 * The UILabel in which the notification status will be displayed. 33 @property (weak, nonatomic) IBOutlet UILabel *status; variable
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/status/ |
H A D | package-info.java | 31 * Defines the classes that are you used by the status 33 * (StatusCliArgumentParser), and the class that is called by the status scripts 34 * and displays the status information (StatusCLI). 36 package org.opends.server.tools.status
|
/forgerock/opendj2/src/server/org/opends/server/tools/status/ |
H A D | package-info.java | 30 * Defines the classes that are you used by the status 32 * (StatusCliArgumentParser), and the class that is called by the status scripts 33 * and displays the status information (StatusCLI). 35 package org.opends.server.tools.status
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/status/ |
H A D | package-info.java | 31 * Defines the classes that are you used by the status 33 * (StatusCliArgumentParser), and the class that is called by the status scripts 34 * and displays the status information (StatusCLI). 36 package org.opends.server.tools.status
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/status/ |
H A D | package-info.java | 31 * Defines the classes that are you used by the status 33 * (StatusCliArgumentParser), and the class that is called by the status scripts 34 * and displays the status information (StatusCLI). 36 package org.opends.server.tools.status
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/status/ |
H A D | package-info.java | 30 * Defines the classes that are you used by the status 32 * (StatusCliArgumentParser), and the class that is called by the status scripts 33 * and displays the status information (StatusCLI). 35 package org.opends.server.tools.status
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/status/ |
H A D | package-info.java | 30 * Defines the classes that are you used by the status 32 * (StatusCliArgumentParser), and the class that is called by the status scripts 33 * and displays the status information (StatusCLI). 35 package org.opends.server.tools.status
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 42 Status status; field in class:ServerControllerTest 48 status = installation.getStatus(); 57 if (!status.isServerRunning()) { 60 assert (status.isServerRunning()); 62 assert (!status.isServerRunning()); 71 if (status.isServerRunning()) { 74 assert (!status.isServerRunning()); 76 assert (status.isServerRunning());
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 41 Status status; field in class:ServerControllerTest 47 status = installation.getStatus(); 56 if (!status.isServerRunning()) { 59 assert (status.isServerRunning()); 61 assert (!status.isServerRunning()); 70 if (status.isServerRunning()) { 73 assert (!status.isServerRunning()); 75 assert (status.isServerRunning());
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 42 Status status; field in class:ServerControllerTest 48 status = installation.getStatus(); 57 if (!status.isServerRunning()) { 60 assert (status.isServerRunning()); 62 assert (!status.isServerRunning()); 71 if (status.isServerRunning()) { 74 assert (!status.isServerRunning()); 76 assert (status.isServerRunning());
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 41 Status status; field in class:ServerControllerTest 47 status = installation.getStatus(); 56 if (!status.isServerRunning()) { 59 assert (status.isServerRunning()); 61 assert (!status.isServerRunning()); 70 if (status.isServerRunning()) { 73 assert (!status.isServerRunning()); 75 assert (status.isServerRunning());
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 42 Status status; field in class:ServerControllerTest 48 status = installation.getStatus(); 57 if (!status.isServerRunning()) { 60 assert (status.isServerRunning()); 62 assert (!status.isServerRunning()); 71 if (status.isServerRunning()) { 74 assert (!status.isServerRunning()); 76 assert (status.isServerRunning());
|
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/ |
H A D | OAuth2StatusService.java | 37 * Takes the status reason and description and creates a Json representation of them. 39 * @param status {@inheritDoc} 45 public Representation getRepresentation(Status status, Request request, Response response) { argument 48 rep.put("error", status.getReasonPhrase()); 49 rep.put("error_description", status.getDescription());
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/ |
H A D | FSLogoutStatus.java | 33 * Logout status. 36 private String status; field in class:FSLogoutStatus 40 * @param status logout status. 42 public FSLogoutStatus(String status) { argument 43 this.status = status; 47 * Gets logout status. 48 * @return logout status. 52 return status; 60 setStatus(String status) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 47 private Status status; field in class:ServerControllerTest 53 status = installation.getStatus(); 62 if (!status.isServerRunning()) { 65 assertTrue(status.isServerRunning()); 67 assertFalse(status.isServerRunning()); 76 if (status.isServerRunning()) { 79 assertFalse(status.isServerRunning()); 81 assertTrue(status.isServerRunning());
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/ |
H A D | OAuth2StatusService.java | 37 * Takes the status reason and description and creates a Json representation of them. 39 * @param status {@inheritDoc} 45 public Representation getRepresentation(Status status, Request request, Response response) { argument 48 rep.put("error", status.getReasonPhrase()); 49 rep.put("error_description", status.getDescription());
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/ |
H A D | FSLogoutStatus.java | 33 * Logout status. 36 private String status; field in class:FSLogoutStatus 40 * @param status logout status. 42 public FSLogoutStatus(String status) { argument 43 this.status = status; 47 * Gets logout status. 48 * @return logout status. 52 return status; 60 setStatus(String status) argument [all...] |
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/service/ |
H A D | RestStatusService.java | 30 * Service to handle error statuses. If an exception is thrown then the status is pulled from the response and the 42 public Representation toRepresentation(Status status, Request request, Response response) { argument 44 Throwable throwable = status.getThrowable(); 52 jsonResponse = ResourceException.getException(status.getCode(), throwable.getMessage()).toJsonValue(); 55 } else if (status.getDescription() != null) { 56 jsonResponse = ResourceException.getException(status.getCode(), status.getDescription()).toJsonValue(); 58 jsonResponse = ResourceException.getException(status.getCode()).toJsonValue();
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | InteractionResult.java | 43 public InteractionResult(InteractionResultStatus status, Map data, argument 45 setStatus(status); 51 return status; 62 private void setStatus(InteractionResultStatus status) { argument 63 this.status = status; 74 private InteractionResultStatus status; field in class:InteractionResult
|
H A D | ValidationResult.java | 37 public ValidationResult(ValidationResultStatus status, Map data, argument 39 setStatus(status); 49 return status; 60 private void setStatus(ValidationResultStatus status) { argument 61 this.status = status; 68 private ValidationResultStatus status; field in class:ValidationResult
|
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/ |
H A D | AuthenticationServiceV2.java | 50 protected Response handleErrorResponse(Request request, Status status, Exception exception) { argument 51 Reject.ifNull(status); 52 Response response = new Response(status); 72 return createExceptionResponse(response, ResourceException.getException(status.getCode())); 75 return createExceptionResponse(response, ResourceException.getException(status.getCode(), exception.getMessage(), exception));
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/ |
H A D | authn_api.c | 70 am_status_t status = AM_FAILURE; local 86 status = am_properties_create(&prop); 88 fail_on_error(status, "am_properties_create"); 91 status = am_properties_load(prop, prop_file); 93 fail_on_error(status, "am_properties_load"); 96 status = am_sso_init(prop); 98 fail_on_error(status, "am_sso_init"); 101 status = am_sso_create_sso_token_handle(&sso_handle, 103 if(status == AM_FAILURE) {
|
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/ |
H A D | ActivityLogger.java | 47 * @param status the status of the operation 51 JsonValue before, JsonValue after, Status status) throws ResourceException; 50 log(Context context, Request request, String message, String objectId, JsonValue before, JsonValue after, Status status) argument
|