|
Rename Method package newGroup(groupName String, users String...) : GroupRecord renamed to package newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Method private loadGroupsFromFile() : void renamed to private loadRolesFromFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Method public shouldThrowIfExistingGroupDoesNotMatch() : void renamed to public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Method private deserializeGroup(line String, lineNumber int) : GroupRecord renamed to private deserializeRole(line String, lineNumber int) : RoleRecord in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Method public userWithNonPredefinedGroupShouldHaveNoPermissions() : void renamed to public userWithNonPredefinedRoleShouldHaveNoPermissions() : void in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Method public userWithReaderGroupShouldHaveCorrectPermissions() : void renamed to public userWithReaderRoleShouldHaveCorrectPermissions() : void in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Method private saveGroupsToFile() : void renamed to private saveRolesToFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Method public userWithPublisherGroupShouldHaveCorrectPermissions() : void renamed to public userWithPublisherRoleShouldHaveCorrectPermissions() : void in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Method public userWithArchitectGroupShouldHaveCorrectPermissions() : void renamed to public userWithArchitectRoleShouldHaveCorrectPermissions() : void in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Method public userWithAdminGroupShouldHaveCorrectPermissions() : void renamed to public userWithAdminRoleShouldHaveCorrectPermissions() : void in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Method private addUserToGroup(user User, groupName String) : void renamed to private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Method public numberOfGroups() : int renamed to public numberOfRoles() : int in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Rename Method public shouldPersistGroups() : void renamed to public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Method public numberOfGroups() : int renamed to public numberOfRoles() : int in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Method public newGroup(groupName String, users String...) : GroupRecord renamed to public newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Method public shouldNotFindGroupAfterDelete() : void renamed to public shouldNotFindRoleAfterDelete() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Method public deserializeGroups(bytes byte[]) : List<GroupRecord> renamed to public deserializeRoles(bytes byte[]) : List<RoleRecord> in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Method public shouldStoreAndRetriveGroupsByName() : void renamed to public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Parameter Type existingGroup : GroupRecord to existingRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Change Parameter Type existingGroup : GroupRecord to existingRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Parameter Type updatedGroup : GroupRecord to updatedRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Parameter Type updatedGroup : GroupRecord to updatedRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method private removeFromUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Parameter Type groupRepository : GroupRepository to roleRepository : RoleRepository in method public FileUserRealm(userRepository UserRepository, roleRepository RoleRepository) in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method private serialize(role RoleRecord) : String in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Change Parameter Type groupRepository : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, authStrategy AuthenticationStrategy, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Change Parameter Type groups : Collection<GroupRecord> to roles : Collection<RoleRecord> in method public serialize(roles Collection<RoleRecord>) : byte[] in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method public create(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method public create(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Parameter Type groups : GroupRepository to roleRepository : RoleRepository in method public EnterpriseAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManager |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method private populateUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Parameter Type base : GroupRecord to base : RoleRecord in method public Builder(base RoleRecord) in class org.neo4j.server.security.enterprise.auth.RoleRecord.Builder |
From |
To |
|
Change Parameter Type groups : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, authStrategy AuthenticationStrategy) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Change Parameter Type groups : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Change Parameter Type group : GroupRecord to role : RoleRecord in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable memberOfGroups : SortedSet<String> to memberOfRoles : SortedSet<String> in method private populateUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable foundGroup : boolean to foundRole : boolean in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method private loadRolesFromFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldIgnoreInvalidEntries() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldNotAllowComplexNames() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable grouoRepository : GroupRepository to roleRepository : RoleRepository in method public newInstance(config Config, logProvider LogProvider) : AuthManager in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManagerFactory |
From |
To |
|
Rename Variable newGroups : List<GroupRecord> to newRoles : List<RoleRecord> in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable loadedGroups : List<GroupRecord> to loadedRoles : List<RoleRecord> in method private loadRolesFromFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public serialize(roles Collection<RoleRecord>) : byte[] in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Variable groups : List<GroupRecord> to roles : List<RoleRecord> in method public shouldSerializeAndDeserialize() : void in class org.neo4j.server.security.enterprise.auth.RoleSerializationTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method package newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable newGroups : List<GroupRecord> to newRoles : List<RoleRecord> in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable updatedGroup : GroupRecord to updatedRole : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldRecoverIfCrashedDuringMove() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable foundGroup : boolean to foundRole : boolean in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldNotFindRoleAfterDelete() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable modifiedGroup : GroupRecord to modifiedRole : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldNotFindRoleAfterDelete() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldRecoverIfCrashedDuringMove() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable memberOfGroups : SortedSet<String> to memberOfRoles : SortedSet<String> in method private removeFromUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public equals(o Object) : boolean in class org.neo4j.server.security.enterprise.auth.RoleRecord |
From |
To |
|
Rename Variable newGroup : GroupRecord to newRole : RoleRecord in method private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Variable group : GroupRecord to role : RoleRecord in method public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Variable updatedGroup : GroupRecord to updatedRole : RoleRecord in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Attribute groupFile : Path to roleFile : Path in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Attribute groups : List<GroupRecord> to roles : List<RoleRecord> in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Attribute group_store : Setting<File> to role_store : Setting<File> in class org.neo4j.graphdb.factory.GraphDatabaseSettings |
From |
To |
|
Rename Attribute groupSeparator : String to roleSeparator : String in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Attribute groupsByName : Map<String,GroupRecord> to rolesByName : Map<String,RoleRecord> in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Attribute groups : InMemoryGroupRepository to roles : InMemoryRoleRepository in class org.neo4j.server.security.enterprise.auth.ShiroAuthManagerTest |
From |
To |
|
Rename Attribute groupsByUsername : Map<String,SortedSet<String>> to rolesByUsername : Map<String,SortedSet<String>> in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Attribute groupRepository : GroupRepository to roleRepository : RoleRepository in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Change Variable Type grouoRepository : GroupRepository to roleRepository : RoleRepository in method public newInstance(config Config, logProvider LogProvider) : AuthManager in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManagerFactory |
From |
To |
|
Change Variable Type resultByName : GroupRecord to resultByName : RoleRecord in method public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type newGroups : List<GroupRecord> to newRoles : List<RoleRecord> in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public equals(o Object) : boolean in class org.neo4j.server.security.enterprise.auth.RoleRecord |
From |
To |
|
Change Variable Type newGroup : GroupRecord to newRole : RoleRecord in method private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Change Variable Type out : List<GroupRecord> to out : List<RoleRecord> in method public deserializeRoles(bytes byte[]) : List<RoleRecord> in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Change Variable Type loadedGroups : List<GroupRecord> to loadedRoles : List<RoleRecord> in method private loadRolesFromFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public serialize(roles Collection<RoleRecord>) : byte[] in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : List<GroupRecord> to roles : List<RoleRecord> in method public shouldSerializeAndDeserialize() : void in class org.neo4j.server.security.enterprise.auth.RoleSerializationTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type serialization : GroupSerialization to serialization : RoleSerialization in method public shouldReadV1SerializationFormat() : void in class org.neo4j.server.security.enterprise.auth.RoleSerializationTest |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldNotFindRoleAfterDelete() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldIgnoreInvalidEntries() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type deserialized : List<GroupRecord> to deserialized : List<RoleRecord> in method public shouldReadV1SerializationFormat() : void in class org.neo4j.server.security.enterprise.auth.RoleSerializationTest |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldRecoverIfCrashedDuringMove() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldNotAllowComplexNames() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type other : GroupRecord to other : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type other : GroupRecord to other : RoleRecord in method public create(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method package newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Change Variable Type updatedGroup : GroupRecord to updatedRole : RoleRecord in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type newGroups : List<GroupRecord> to newRoles : List<RoleRecord> in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type updatedGroup : GroupRecord to updatedRole : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldRecoverIfCrashedDuringMove() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type result : GroupRecord to result : RoleRecord in method public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method private loadRolesFromFile() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldStoreAndRetriveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type other : GroupRecord to other : RoleRecord in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Change Variable Type group : GroupRecord to role : RoleRecord in method public shouldThrowIfUpdateChangesName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldPersistRoles() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type serialization : GroupSerialization to serialization : RoleSerialization in method public shouldSerializeAndDeserialize() : void in class org.neo4j.server.security.enterprise.auth.RoleSerializationTest |
From |
To |
|
Change Variable Type modifiedGroup : GroupRecord to modifiedRole : RoleRecord in method public shouldThrowIfExistingRoleDoesNotMatch() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Change Variable Type groups : FileGroupRepository to roleRepository : FileRoleRepository in method public shouldNotFindRoleAfterDelete() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Rename Parameter groupRepository : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, authStrategy AuthenticationStrategy, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter groups : Collection<GroupRecord> to roles : Collection<RoleRecord> in method public serialize(roles Collection<RoleRecord>) : byte[] in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Parameter users : UserRepository to userRepository : UserRepository in method public EnterpriseAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManager |
From |
To |
|
Rename Parameter existingGroup : GroupRecord to existingRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter existingGroup : GroupRecord to existingRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Rename Parameter updatedGroup : GroupRecord to updatedRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter updatedGroup : GroupRecord to updatedRole : RoleRecord in method public update(existingRole RoleRecord, updatedRole RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method private removeFromUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter groupName : String to roleName : String in method private addUserToRole(user User, roleName String) : void in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Parameter groups : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, authStrategy AuthenticationStrategy) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter groupRepository : GroupRepository to roleRepository : RoleRepository in method public FileUserRealm(userRepository UserRepository, roleRepository RoleRepository) in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method public delete(role RoleRecord) : boolean in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method public create(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method public create(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.RoleRepository |
From |
To |
|
Rename Parameter users : UserRepository to userRepository : UserRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter groups : GroupRepository to roleRepository : RoleRepository in method public EnterpriseAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManager |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method private populateUserMap(role RoleRecord) : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepository |
From |
To |
|
Rename Parameter groupName : String to roleName : String in method public newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter groups : GroupRepository to roleRepository : RoleRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, clock Clock, authEnabled boolean) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter users : UserRepository to userRepository : UserRepository in method public ShiroAuthManager(userRepository UserRepository, roleRepository RoleRepository, passwordPolicy PasswordPolicy, authStrategy AuthenticationStrategy) in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager |
From |
To |
|
Rename Parameter group : GroupRecord to role : RoleRecord in method private serialize(role RoleRecord) : String in class org.neo4j.server.security.enterprise.auth.RoleSerialization |
From |
To |
|
Rename Parameter groupName : String to roleName : String in method package newRole(roleName String, users String...) : RoleRecord in class org.neo4j.server.security.enterprise.auth.FileUserRealm |
From |
To |