Package | Description |
---|---|
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 |
---|---|
javax.ws.rs.core.Response |
AuthController.auth(JsonUsernamePasswordObject authJsonToken)
User authentication request rest endpoint
|
Modifier and Type | Method and Description |
---|---|
String |
AuthService.login(JsonUsernamePasswordObject authJsonToken)
Invoke shiro user authentication and that will direct to the Authorization Realm.
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.