|
Change Parameter Type authManagerSupplier : Supplier<BasicAuthManager> to authManagerSupplier : Supplier<AuthManager> in method private AuthManagerProvider(authManagerSupplier Supplier<AuthManager>) in class org.neo4j.server.AbstractNeoServer.AuthManagerProvider |
From |
To |
|
Change Parameter Type authManager : Supplier<BasicAuthManager> to authManager : Supplier<AuthManager> in method public AuthorizationModule(webServer WebServer, authManager Supplier<AuthManager>, logProvider LogProvider, config Config, uriWhitelist Pattern[]) in class org.neo4j.server.modules.AuthorizationModule |
From |
To |
|
Change Parameter Type authManager : BasicAuthManager to authManager : AuthManager in method public UserService(authManager AuthManager, input InputFormat, output OutputFormat) in class org.neo4j.server.rest.dbms.UserService |
From |
To |
|
Change Parameter Type authManager : Supplier<BasicAuthManager> to authManager : Supplier<AuthManager> in method public AuthorizationFilter(authManager Supplier<AuthManager>, logProvider LogProvider, uriWhitelist Pattern...) in class org.neo4j.server.rest.dbms.AuthorizationFilter |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldReturnValidUserRepresentation() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldReturn404WhenRequestingUserIfUnknownUser() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldReturn404WhenChangingPasswordIfDifferentUser() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldChangePasswordAndReturnSuccess() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldReturn422IfPasswordIdentical() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public doFilter(servletRequest ServletRequest, servletResponse ServletResponse, filterChain FilterChain) : void in class org.neo4j.server.rest.dbms.AuthorizationFilter |
From |
To |
|
Change Variable Type authManager : BasicAuthManager to authManager : AuthManager in method public shouldReturn404WhenChangingPasswordIfUnknownUser() : void in class org.neo4j.server.rest.dbms.UserServiceTest |
From |
To |
|
Change Attribute Type authManagerSupplier : Supplier<BasicAuthManager> to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.AbstractNeoServer |
From |
To |
|
Change Attribute Type authManager : BasicAuthManager to authManager : AuthManager in class org.neo4j.server.rest.dbms.UserService |
From |
To |
|
Change Attribute Type authManagerSupplier : Supplier<BasicAuthManager> to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.rest.dbms.AuthorizationFilter |
From |
To |
|
Change Attribute Type authManager : BasicAuthManager to authManager : AuthManager in class org.neo4j.server.rest.dbms.AuthorizationFilterTest |
From |
To |
|
Change Attribute Type authManagerSupplier : Supplier<BasicAuthManager> to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.modules.AuthorizationModule |
From |
To |
|
Change Attribute Type authManagerSupplier : Supplier<BasicAuthManager> to authManagerSupplier : Supplier<AuthManager> in class org.neo4j.server.AbstractNeoServer.AuthManagerProvider |
From |
To |