f6b0406217e043eed0b7807c73adf84dd353a532
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type securityLog : Log to securityLog : SecurityLog in method package MultiRealmAuthManager(userManager EnterpriseUserManager, realms Collection<Realm>, cacheManager CacheManager, securityLog SecurityLog) in class org.neo4j.server.security.enterprise.auth.MultiRealmAuthManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type subject : ShiroSubject to subject : EnterpriseAuthSubject in method public login(authToken Map<String,Object>) : EnterpriseAuthSubject in class org.neo4j.server.security.enterprise.auth.MultiRealmAuthManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type securityLog : Log to securityLog : SecurityLog in class org.neo4j.server.security.enterprise.auth.MultiRealmAuthManager | From | To | |
Extract Method | 2 | ||
Extract Method package kickoutUser(username String, reason String) : void extracted from public deleteUser(username String) : void in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Extract Method package kickoutUser(username String, reason String) : void extracted from public suspendUser(username String) : void in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To |