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

Create JPA based CommonPermissionsStorage #395

Closed
skabashnyuk opened this issue Jul 18, 2016 · 1 comment
Closed

Create JPA based CommonPermissionsStorage #395

skabashnyuk opened this issue Jul 18, 2016 · 1 comment

Comments

@skabashnyuk
Copy link
Contributor

Todo:

  • Create TCKs(Reuse exsiting MongoDB based tests)
  • Implement CommonPermissionsStorage based on JPA

Data object structure:

public class Permission {
    private String       user;
    private String       domain;
    private String       instance;
    private List<String> actions;
}
@skabashnyuk
Copy link
Contributor Author

With @sleshchenko and @evoevodin decided to abandon this issue

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

3 participants