7de52142e6ac60227ba4882f14efe48d29c2ea89
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 2 | ||
| Push Down Method public of(principal Object, credentials Object, roles Collection<String>) : AuthInfo from class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthInfo to public of(principal Object, credentials byte[], roles Collection<String>) : CacheableAuthInfo from class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthInfo | From | To | |
| Push Down Method public of(principal Object, credentials Object) : AuthenticationInfo from class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthenticationInfo to public of(principal Object, credentials byte[]) : CacheableAuthenticationInfo from class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthenticationInfo | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type credentials : Object to credentials : byte[] in method public of(principal Object, credentials byte[]) : CacheableAuthenticationInfo in class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthenticationInfo | From | To | |
| Change Parameter Type credentials : Object to credentials : byte[] in method public of(principal Object, credentials byte[], roles Collection<String>) : CacheableAuthInfo in class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthInfo | From | To | |
| Change Return Type | 2 | ||
| Change Return Type AuthInfo to CacheableAuthInfo in method public of(principal Object, credentials byte[], roles Collection<String>) : CacheableAuthInfo in class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthInfo | From | To | |
| Change Return Type AuthenticationInfo to CacheableAuthenticationInfo in method public of(principal Object, credentials byte[]) : CacheableAuthenticationInfo in class org.neo4j.server.security.enterprise.auth.plugin.spi.CacheableAuthenticationInfo | From | To |