8b47da66ec8f86a26dcb345621181ee30a59538b
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 15
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.apache.lucene:lucene-analyzers-common:5.5.0 | |
org.apache.lucene:lucene-queryparser:5.5.0 | |
org.eclipse.jetty:jetty-server:9.2.9.v20150224 | |
org.eclipse.jetty:jetty-servlet:9.2.9.v20150224 | |
org.eclipse.jetty:jetty-webapp:9.2.9.v20150224 | |
org.apache.lucene:lucene-codecs:5.5.0 | |
com.google.code.findbugs:annotations:3.0.0 | |
Removed | |
org.rrd4j:rrd4j:2.2 | |
ch.qos.logback:logback-classic:1.1.2 | |
org.powermock:powermock-api-mockito:1.5.5 | |
org.powermock:powermock-module-junit4:1.5.5 | |
ch.qos.logback:logback-core:1.1.2 | |
ch.qos.logback:logback-access:1.1.2 | |
org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1 | |
geronimo-spec:geronimo-spec-j2ee:1.4-rc4 | |
org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4 | |
io.dropwizard.metrics:metrics-ganglia:3.1.2 | |
org.mockito:mockito-all:1.9.5 | |
Updated | |
From org.scalacheck:scalacheck_2.11 1.12.4 To 1.12.5 | |
From org.mockito:mockito-core 1.9.5 To 1.10.19 | |
From org.bouncycastle:bcprov-jdk15on 1.52 To 1.53 | |
From org.objenesis:objenesis 1.3 To 2.2 | |
From org.bouncycastle:bcpkix-jdk15on 1.52 To 1.53 | |
From junit:junit 4.11 To 4.12 | |
From org.apache.lucene:lucene-core 3.6.2 To 5.5.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type authManager : ShiroAuthManager to authManager : EnterpriseAuthManager in method public ShiroAuthSubject(authManager EnterpriseAuthManager, subject Subject, authenticationResult AuthenticationResult) in class org.neo4j.server.security.enterprise.auth.ShiroAuthSubject | From | To | |
Move Method | 1 | ||
Move Method public setPassword(authSubject AuthSubject, username String, password String) : void from class org.neo4j.server.security.enterprise.auth.ShiroAuthManager to public setPassword(authSubject AuthSubject, username String, password String) : void from class org.neo4j.server.security.enterprise.auth.FileUserRealm | From | To | |
Rename Variable | 4 | ||
Rename Variable roleManager : RoleManager to userManager : EnterpriseUserManager in method public listUsers() : Stream<UserResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Rename Variable roleManager : RoleManager to userManager : EnterpriseUserManager in method public showCurrentUser() : Stream<UserResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Rename Variable usernamePasswordToken : UsernamePasswordToken to shiroAuthToken : ShiroAuthToken in method protected doGetAuthenticationInfo(token AuthenticationToken) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.FileUserRealm | From | To | |
Rename Variable roleManager : RoleManager to userManager : EnterpriseUserManager in method public listRoles() : Stream<RoleResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Change Return Type | 1 | ||
Change Return Type ShiroAuthManager to EnterpriseUserManager in method public getUserManager() : EnterpriseUserManager in class org.neo4j.server.security.enterprise.auth.ShiroAuthSubject | From | To | |
Change Variable Type | 4 | ||
Change Variable Type roleManager : RoleManager to userManager : EnterpriseUserManager in method public listUsers() : Stream<UserResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Change Variable Type roleManager : RoleManager to userManager : EnterpriseUserManager in method public showCurrentUser() : Stream<UserResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Change Variable Type usernamePasswordToken : UsernamePasswordToken to shiroAuthToken : ShiroAuthToken in method protected doGetAuthenticationInfo(token AuthenticationToken) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.FileUserRealm | From | To | |
Change Variable Type roleManager : RoleManager to userManager : EnterpriseUserManager in method public listRoles() : Stream<RoleResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.server.security.enterprise.auth.EnterpriseUserManager from classes [org.neo4j.server.security.enterprise.auth.FileUserRealm, org.neo4j.server.security.enterprise.auth.ShiroAuthManager] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type authManager : ShiroAuthManager to authManager : EnterpriseAuthManager in class org.neo4j.server.security.enterprise.auth.ShiroAuthSubject | From | To | |
Extract Method | 2 | ||
Extract Method private createInternalRealm(config Config, logProvider LogProvider) : FileUserRealm extracted from public newInstance(config Config, logProvider LogProvider) : AuthManager in class org.neo4j.server.security.enterprise.auth.EnterpriseAuthManagerFactory | From | To | |
Extract Method public staticBuildRoles() : Map<String,SimpleRole> extracted from public buildRoles() : Map<String,SimpleRole> in class org.neo4j.server.security.enterprise.auth.PredefinedRolesBuilder | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public getUsernamesForRole(roleName String) : Set<String> extracted from public getUsernamesForRole(roleName String) : Set<String> in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager & moved to class org.neo4j.server.security.enterprise.auth.FileUserRealm | From | To | |
Extract And Move Method public getUserManager() : EnterpriseUserManager extracted from public getUserManager() : ShiroAuthManager in class org.neo4j.server.security.enterprise.auth.ShiroAuthSubject & moved to class org.neo4j.server.security.enterprise.auth.ShiroAuthManager | From | To | |
Extract And Move Method public getRoleNamesForUser(username String) : Set<String> extracted from public getRoleNamesForUser(username String) : Set<String> in class org.neo4j.server.security.enterprise.auth.ShiroAuthManager & moved to class org.neo4j.server.security.enterprise.auth.FileUserRealm | From | To |