Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserService operations missing in REST API #103

Open
p-a-s-c-a-l opened this issue May 8, 2015 · 0 comments
Open

UserService operations missing in REST API #103

p-a-s-c-a-l opened this issue May 8, 2015 · 0 comments

Comments

@p-a-s-c-a-l
Copy link
Member

Several UserService operations are missing or not implemented in the cids-server-rest API:

  • changePassword: missing in Users API.
  • getUserGroupNames: maps to get /users/roles in REST API which is not implemented
  • getUserGroupNames(String userName, String lsHome) domain / authorization string parameters are not available in get /users/roles request
  • hasConfigAttr(final User user, final String key) missing in Users API.
  • getConfigAttr(final User user, final String key) partially maps to get /configattributes in configAttributesAPI (user/authorization string missing) and is not implemented

Workaround: Calls to these operations are currently delegated in PureRESTfulConnection via RESTfulSerialInterfaceConnector to a cids legacy rest server instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant