Valentin Kulichenko created IGNITE-5080:
-------------------------------------------
Summary: SecurityBasicPermissionSet implementation is incomplete
Key: IGNITE-5080
URL:
https://issues.apache.org/jira/browse/IGNITE-5080 Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: 1.9
Reporter: Valentin Kulichenko
Assignee: Valentin Kulichenko
Fix For: 2.1
There are several issues with {{SecurityBasicPermissionSet}}:
* It doesn't implement {{hashCode}} and {{equals}} methods. This makes it impossible to use it as part of validation token.
* {{Collection}} fields are not marked with {{@GridToStringInclude}} annotation, so {{toString}} method doesn't actually print out all the information.
* {{systemPermissions}} method returns empty collection instead of {{null}} by default. This actually means 'no system permissions' even if {{defaultAllowAll}} is true.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)