Package | Description |
---|---|
org.adroitlogic.x.management.rest.auth |
This package contains the authentication and authorization related utility classes
|
org.adroitlogic.x.management.rest.controller |
This package contains the management controller implementations to expose the management information and operations
as REST services out of the container
|
org.adroitlogic.x.management.rest.service |
This package contains the management REST services that are exposed by the Project-X runtime server.
|
Modifier and Type | Method and Description |
---|---|
String |
JWTTokenEncrypt.decrypt(String cipherText)
Decrypt a JWT token string
|
String |
JWTTokenEncrypt.encrypt(String plainText)
Encrypts a JWT token string with Base64
|
String |
JWTTokenManager.generateToken(String subject)
Generates a JWT token to the user with adding his permissions, token expiration time
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TroubleshootController.downloadReport() |
javax.ws.rs.core.Response |
SnapshotController.downloadResult() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TroubleshootService.downloadReport() |
javax.ws.rs.core.Response |
SnapshotService.downloadResult() |
void |
TroubleshootService.executeTaskQueue(ExecutionConfigView parameters) |
List<TaskView> |
TroubleshootService.getAvailableTasks() |
TaskResultView |
TroubleshootService.getCurrentTaskStatus() |
FlowResource |
ProjectManagementService.getFlow(String projectId,
String flowId) |
ProjectResource |
ProjectManagementService.getProject(String projectId) |
List<ProjectResource> |
ProjectManagementService.getProjectList() |
CommandView |
ClusterCommandManagementService.getPublishedCommand(String commandId)
Retrive a single command view with given command version
|
Map<Integer,CommandView> |
ClusterCommandManagementService.getPublishedCommands()
Gets the currently published cluster commands.
|
Status |
SnapshotService.getSnapshotStatus() |
ExecutionSummaryView |
TroubleshootService.getTaskExecutionSummary() |
Status |
TroubleshootService.getTaskQueueStatus() |
void |
TroubleshootService.launchTaskQueue(ExecutionConfigView parameters) |
String |
AuthService.login(JsonUsernamePasswordObject authJsonToken)
Invoke shiro user authentication and that will direct to the Authorization Realm.
|
String |
ClusterCommandManagementService.publishCommand(String marshaledCommand)
Publishes a
XControlCommand through the XClusterManager 's command
framework. |
void |
ClusterCommandManagementService.retryCommand(int commandId)
Retries a given
XControlCommand . |
void |
SnapshotService.startSnapshot() |
Copyright © 2016–2019 AdroitLogic. All rights reserved.