57def642a9fe73214171e5cda172b864c64a1087
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type userRepository : FileUserRepository to userRepository : UserRepository in method public ShiroAuthManager(userRepository UserRepository, authStrategy AuthenticationStrategy, authEnabled boolean) in class org.neo4j.server.security.auth.ShiroAuthManager | From | To | |
Change Parameter Type user : User to username : String in method private authMetadataFor(username String) : AuthenticationMetadata in class org.neo4j.server.security.auth.RateLimitedAuthenticationStrategy | From | To | |
Change Parameter Type userRepository : FileUserRepository to userRepository : UserRepository in method public FileUserRealm(userRepository UserRepository) in class org.neo4j.server.security.auth.FileUserRealm | From | To | |
Change Parameter Type clock : Clock to authStrategy : AuthenticationStrategy in method public ShiroAuthManager(userRepository UserRepository, authStrategy AuthenticationStrategy, authEnabled boolean) in class org.neo4j.server.security.auth.ShiroAuthManager | From | To | |
Extract Method | 1 | ||
Extract Method public login(username String, password String) : AuthSubject extracted from public authenticate(username String, password String) : AuthenticationResult in class org.neo4j.server.security.auth.ShiroAuthManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type userRepository : FileUserRepository to userRepository : UserRepository in class org.neo4j.server.security.auth.FileUserRealm | From | To | |
Rename Parameter | 2 | ||
Rename Parameter user : User to username : String in method private authMetadataFor(username String) : AuthenticationMetadata in class org.neo4j.server.security.auth.RateLimitedAuthenticationStrategy | From | To | |
Rename Parameter clock : Clock to authStrategy : AuthenticationStrategy in method public ShiroAuthManager(userRepository UserRepository, authStrategy AuthenticationStrategy, authEnabled boolean) in class org.neo4j.server.security.auth.ShiroAuthManager | From | To |