19431c7e897c2fafc0ef7dd4978a4c57535b1f1a
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public EmbeddedInteraction(config Map<Setting<?>,String>, builder GraphDatabaseBuilder) renamed to private init(builder GraphDatabaseBuilder, config Map<String,String>) : void in class org.neo4j.server.security.enterprise.auth.EmbeddedInteraction | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method public StandardEnterpriseAuthSubject(authManager EnterpriseAuthAndUserManager, shiroSubject ShiroSubject) in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Change Parameter Type config : Map<Setting<?>,String> to config : Map<String,String> in method private init(builder GraphDatabaseBuilder, config Map<String,String>) : void in class org.neo4j.server.security.enterprise.auth.EmbeddedInteraction | From | To | |
Inline Method | 1 | ||
Inline Method private init(builder GraphDatabaseBuilder) : void inlined to private init(builder GraphDatabaseBuilder, config Map<String,String>) : void in class org.neo4j.server.security.enterprise.auth.EmbeddedInteraction | From | To | |
Change Return Type | 2 | ||
Change Return Type EnterpriseAuthManager to EnterpriseAuthAndUserManager in method private getAuthManager() : EnterpriseAuthAndUserManager in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Return Type EnterpriseAuthManager to EnterpriseAuthAndUserManager in method public newInstance(config Config, logProvider LogProvider, allegedSecurityLog Log, fileSystem FileSystemAbstraction, jobScheduler JobScheduler) : EnterpriseAuthAndUserManager in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManagerFactory | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManager renamed to org.neo4j.server.security.enterprise.auth.EnterpriseAuthAndUserManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute manager : MultiRealmAuthManager to authManager : EnterpriseAuthManager in class org.neo4j.server.security.enterprise.auth.EmbeddedInteraction | From | To | |
Change Variable Type | 6 | ||
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private removeRole(roleName String, username String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private deleteRole(roleName String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private createRole(roleName String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private rolesFor(username String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private usersFor(roleName String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Variable Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in method private assignRole(roleName String, username String) : void in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Change Attribute Type authManager : EnterpriseAuthManager to authManager : EnterpriseAuthAndUserManager in class org.neo4j.commandline.admin.security.RolesCommand | From | To | |
Change Attribute Type manager : MultiRealmAuthManager to authManager : EnterpriseAuthManager in class org.neo4j.server.security.enterprise.auth.EmbeddedInteraction | From | To | |
Extract Method | 1 | ||
Extract Method protected getAuthDisabledAuthManager() : AuthManager extracted from public createAuthManager(config Config, logging LogService, fileSystem FileSystemAbstraction, jobScheduler JobScheduler) : AuthManager in class org.neo4j.kernel.impl.factory.EditionModule | From | To |