89c3cb56a2c44421290eaee7ffe06be323631fb2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable authContextId : String to messageAuthContextId : String in method public authenticate(request Request, response HttpServletResponse) : boolean in class org.apache.catalina.authenticator.jaspic.JaspicAuthenticator | From | To | |
| Inline Method | 2 | ||
| Inline Method private getAuthContext(authConfig ServerAuthConfig, authContextId String, authProperties Map, authContext ServerAuthContext) : ServerAuthContext inlined to public authenticate(request Request, response HttpServletResponse) : boolean in class org.apache.catalina.authenticator.jaspic.JaspicAuthenticator | From | To | |
| Inline Method private getAuthConfig(appContext String, configProvider AuthConfigProvider) : ServerAuthConfig inlined to public authenticate(request Request, response HttpServletResponse) : boolean in class org.apache.catalina.authenticator.jaspic.JaspicAuthenticator | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Principal to GenericPrincipal in method public getPrincipal() : GenericPrincipal in class org.apache.catalina.authenticator.jaspic.JaspicCallbackHandler | From | To | |
| Change Return Type Principal to GenericPrincipal in method public getPrincipal() : GenericPrincipal in class org.apache.catalina.authenticator.jaspic.PrincipalGroupCallback | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type principalGroupCallback : ThreadLocal<PrincipalGroupCallback> to principalGroupCallback : PrincipalGroupCallback in class org.apache.catalina.authenticator.jaspic.JaspicCallbackHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method private getAppContextId(request Request) : String extracted from public authenticate(request Request, response HttpServletResponse) : boolean in class org.apache.catalina.authenticator.jaspic.JaspicAuthenticator | From | To |