c476170aec51240a7e9f02268a9a72639823114a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type AuthToken to PluginApiAuthToken in method public createFromMap(authTokenMap Map<String,Object>) : PluginApiAuthToken in class org.neo4j.server.security.enterprise.auth.plugin.PluginApiAuthToken | From | To | |
Change Return Type AuthToken to PluginApiAuthToken in method public of(principal String, credentials char[], parameters Map<String,Object>) : PluginApiAuthToken in class org.neo4j.server.security.enterprise.auth.plugin.PluginApiAuthToken | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pluginAuthToken : AuthToken to pluginAuthToken : PluginApiAuthToken in method protected doGetAuthenticationInfo(token AuthenticationToken) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.plugin.PluginRealm | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package clearCredentials() : void extracted from protected doGetAuthenticationInfo(token AuthenticationToken) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.plugin.PluginRealm & moved to class org.neo4j.server.security.enterprise.auth.plugin.PluginApiAuthToken | From | To |