b13f009a1c6e84ff82617c6b26894c404aec8af0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable principal : Object to username : String in method public doFilter(request ServletRequest, response ServletResponse, chain FilterChain) : void in class org.geoserver.monitor.MonitorFilter | From | To | |
Rename Variable principal : String to username : String in method protected getPreAuthenticatedPrincipal(req HttpServletRequest, resp HttpServletResponse) : String in class org.geoserver.security.oauth2.GeoServerOAuthAuthenticationFilter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type principal : Object to username : String in method public doFilter(request ServletRequest, response ServletResponse, chain FilterChain) : void in class org.geoserver.monitor.MonitorFilter | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getUsername(principal Object) : String extracted from public run(request GetExecutionsType) : Object in class org.geoserver.wps.Executions & moved to class org.geoserver.security.SecurityUtils | From | To | |
Extract And Move Method public getUsername(principal Object) : String extracted from protected getDatastoreTransaction(request TransactionRequest) : DefaultTransaction in class org.geoserver.wfs.Transaction & moved to class org.geoserver.security.SecurityUtils | From | To |