21e1611a70b0a4e71b5f704cd22ca3d0e56efc1f
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public shouldCreateCorrectAuthenticationInfoFromCachable() : void renamed to public shouldCreateCorrectAuthenticationInfoFromCacheable() : void in class org.neo4j.server.security.enterprise.auth.plugin.PluginAuthenticationInfoTest | From | To | |
| Rename Method private validateServiceTicket(serviceTicket byte[]) : String renamed to private validateCredentials(credentials char[]) : String in class org.neo4j.server.security.enterprise.auth.plugin.TestCredentialsOnlyPlugin | From | To | |
| Rename Method public shouldCreateCorrectAuthenticationInfoFromCustomCachable() : void renamed to public shouldCreateCorrectAuthenticationInfoFromCustomCacheable() : void in class org.neo4j.server.security.enterprise.auth.plugin.PluginAuthenticationInfoTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type serviceTicket : byte[] to credentials : char[] in method private validateCredentials(credentials char[]) : String in class org.neo4j.server.security.enterprise.auth.plugin.TestCredentialsOnlyPlugin | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.server.security.enterprise.auth.plugin.TestKerberosPlugin renamed to org.neo4j.server.security.enterprise.auth.plugin.TestCredentialsOnlyPlugin | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter serviceTicket : byte[] to credentials : char[] in method private validateCredentials(credentials char[]) : String in class org.neo4j.server.security.enterprise.auth.plugin.TestCredentialsOnlyPlugin | From | To |