d246039925e7d56fc5f5a41fed9ff0695d2a0537
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private roleNames() : Set<String> from class org.neo4j.server.security.enterprise.auth.StandardEnterpriseSecurityContext.StandardAccessMode to private queryForRoleNames() : Set<String> from class org.neo4j.server.security.enterprise.auth.StandardEnterpriseSecurityContext | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type authorizationInfo : Collection<AuthorizationInfo> to roles : Set<String> in method package StandardAccessMode(allowsReads boolean, allowsWrites boolean, allowsSchemaWrites boolean, passwordChangeRequired boolean, roles Set<String>) in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseSecurityContext.StandardAccessMode | From | To | |
Change Return Type | 1 | ||
Change Return Type AccessMode to StandardAccessMode in method public mode() : StandardAccessMode in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseSecurityContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter authorizationInfo : Collection<AuthorizationInfo> to roles : Set<String> in method package StandardAccessMode(allowsReads boolean, allowsWrites boolean, allowsSchemaWrites boolean, passwordChangeRequired boolean, roles Set<String>) in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseSecurityContext.StandardAccessMode | From | To |