634f7f531aa901551162e23812ec798d0f55aa99
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private isUserAuthenicatedBefore(request Request) : boolean renamed to private isUserAuthenticatedBefore(request Request) : boolean in class org.apache.catalina.authenticator.jaspic.provider.modules.FormAuthModule | From | To | |
Rename Method private getOptions() : Map<String,String> renamed to private getMergedProperties(properties Map) : Map<String,String> in class org.apache.catalina.authenticator.jaspic.provider.TomcatAuthConfig | From | To | |
Rename Variable | 1 | ||
Rename Variable options : Map<String,String> to mergedProperties : Map<String,String> in method private getMergedProperties(properties Map) : Map<String,String> in class org.apache.catalina.authenticator.jaspic.provider.TomcatAuthConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type JaspicAuthenticator to void in method private configureDefaultJaspicAuthModules() : void in class org.apache.catalina.startup.ContextConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cachePrincipalsInSession : boolean to cache : boolean in class org.apache.catalina.authenticator.jaspic.provider.modules.TomcatAuthModule | From | To | |
Extract Variable | 4 | ||
Extract Variable jaspicAuthenticator : JaspicAuthenticator in method private FormAuthClient(clientShouldUseCookies boolean, clientShouldUseHttp11 boolean, serverShouldUseCookies boolean, serverShouldChangeSessid boolean) from class org.apache.catalina.authenticator.TestJaspicFormAuthenticator.FormAuthClient | From | To | |
Extract Variable authenticator : JaspicAuthenticator in method public setUp() : void from class org.apache.catalina.authenticator.TestJaspicBasicAuthenticator | From | To | |
Extract Variable authenticator : JaspicAuthenticator in method public setUp() : void from class org.apache.catalina.authenticator.TestJaspicDigestAuthenticator | From | To | |
Extract Variable authenticator : JaspicAuthenticator in method private FormAuthClientSelectedMethods(clientShouldUseCookies boolean, clientShouldUseHttp11 boolean, serverShouldUseCookies boolean, serverShouldChangeSessid boolean) from class org.apache.catalina.authenticator.TestJaspicFormAuthenticator.FormAuthClientSelectedMethods | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type authProperties : Map to authProperties : Map<String,String> in class org.apache.catalina.authenticator.jaspic.JaspicAuthenticator | From | To |