|
Pull Up Method public cleanup() : void from class org.neo4j.server.rest.security.AuthenticationDocIT to public cleanup() : void from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method protected challengeResponse(username String, password String) : String from class org.neo4j.server.rest.security.AuthenticationDocIT to protected challengeResponse(username String, password String) : String from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method private userURL(username String) : String from class org.neo4j.server.rest.security.AuthenticationDocIT to protected userURL(username String) : String from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method private dataURL() : String from class org.neo4j.server.rest.security.AuthenticationDocIT to protected dataURL() : String from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method private passwordURL(username String) : String from class org.neo4j.server.rest.security.AuthenticationDocIT to protected passwordURL(username String) : String from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method private base64(value String) : String from class org.neo4j.server.rest.security.AuthenticationDocIT to protected base64(value String) : String from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Pull Up Method public startServer(authEnabled boolean) : void from class org.neo4j.server.rest.security.AuthenticationDocIT to protected startServer(authEnabled boolean) : void from class org.neo4j.server.rest.security.CommunityServerTestBase |
From |
To |
|
Change Parameter Type resultConsumer : Consumer<Result> to resultConsumer : Consumer<ResourceIterator<Map<String,Object>>> in method public executeQuery(subject EnterpriseAuthSubject, call String, params Map<String,Object>, resultConsumer Consumer<ResourceIterator<Map<String,Object>>>) : String in class org.neo4j.server.security.enterprise.auth.NeoShallowEmbeddedInteraction |
From |
To |
|
Change Parameter Type resultConsumer : Consumer<Result> to resultConsumer : Consumer<ResourceIterator<Map<String,Object>>> in method package executeQuery(subject S, call String, resultConsumer Consumer<ResourceIterator<Map<String,Object>>>) : void in class org.neo4j.server.security.enterprise.auth.AuthTestBase |
From |
To |
|
Change Parameter Type r : Result to r : ResourceIterator<Map<String,Object>> in method protected assertKeyIsMap(r ResourceIterator<Map<String,Object>>, keyKey String, valueKey String, expected Map<String,Object>) : void in class org.neo4j.server.security.enterprise.auth.AuthTestBase |
From |
To |
|
Change Parameter Type r : Result to r : ResourceIterator<Map<String,Object>> in method package assertKeyIsArray(r ResourceIterator<Map<String,Object>>, key String, items String[]) : void in class org.neo4j.server.security.enterprise.auth.AuthTestBase |
From |
To |
|
Change Parameter Type r : Result to r : ResourceIterator<Map<String,Object>> in method package getObjectsAsList(r ResourceIterator<Map<String,Object>>, key String) : List<Object> in class org.neo4j.server.security.enterprise.auth.AuthTestBase |
From |
To |
|
Change Parameter Type r : Result to r : ResourceIterator<Map<String,Object>> in method package assertKeyIs(r ResourceIterator<Map<String,Object>>, key String, items String...) : void in class org.neo4j.server.security.enterprise.auth.AuthTestBase |
From |
To |