082cb9dfcce5a32119abd182348a2c7db9a93126
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type propertyPermissions : Function<Integer,Boolean> to propertyPermissions : IntPredicate in method package StandardAccessMode(allowsReads boolean, allowsWrites boolean, allowsTokenCreates boolean, allowsSchemaWrites boolean, passwordChangeRequired boolean, roles Set<String>, propertyPermissions IntPredicate) in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseLoginContext.StandardAccessMode | From | To | |
Change Parameter Type consumer : Consumer<ResourceIterator<Map<String,Object>>> to consumer : Consumer<Result> in method private execute(subject LoginContext, query String, params Map<String,Object>, consumer Consumer<Result>) : void in class org.neo4j.server.security.enterprise.auth.plugin.PropertyLevelSecurityIT | From | To | |
Change Return Type | 2 | ||
Change Return Type Function<Integer,Boolean> to IntPredicate in method package getPropertyPermissions(roles Set<String>, token Token) : IntPredicate in class org.neo4j.server.security.enterprise.auth.MultiRealmAuthManager | From | To | |
Change Return Type Function<Integer,Boolean> to IntPredicate in method private queryForPropertyPermissions(token Token) : IntPredicate in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseLoginContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type propertyPermissions : Function<Integer,Boolean> to propertyPermissions : IntPredicate in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseLoginContext.StandardAccessMode | From | To |