941cf691826a8075118dea843191d3b816d4a850
Files Diff
- Added: 17
- Removed: 8
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type profileCreator : UsernameProfileCreator to profileCreator : SimpleTestUsernameProfileCreator in method public FormClient(loginUrl String, usernamePasswordAuthenticator UsernamePasswordAuthenticator, profileCreator SimpleTestUsernameProfileCreator) in class org.pac4j.http.client.FormClient | From | To | |
Change Parameter Type profilePopulator : UsernameProfileCreator to profilePopulator : SimpleTestUsernameProfileCreator in method public BasicAuthClient(usernamePasswordAuthenticator UsernamePasswordAuthenticator, profilePopulator SimpleTestUsernameProfileCreator) in class org.pac4j.http.client.BasicAuthClient | From | To | |
Change Return Type | 1 | ||
Change Return Type UsernamePasswordCredentials to TokenCredentials in method public extract(context WebContext) : TokenCredentials in class org.pac4j.http.credentials.extractor.HeaderExtractor | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.pac4j.http.credentials.BasicAuthExtractor moved and renamed to org.pac4j.http.credentials.extractor.HeaderExtractor | From | To | |
Move And Rename Class org.pac4j.http.profile.UsernameProfileCreator moved and renamed to org.pac4j.http.profile.creator.test.SimpleTestUsernameProfileCreator | From | To | |
Move Class | 6 | ||
Move Class org.pac4j.http.credentials.UsernamePasswordAuthenticator moved to org.pac4j.http.credentials.authenticator.UsernamePasswordAuthenticator | From | To | |
Move Class org.pac4j.http.credentials.FormExtractor moved to org.pac4j.http.credentials.extractor.FormExtractor | From | To | |
Move Class org.pac4j.http.profile.ProfileCreator moved to org.pac4j.http.profile.creator.ProfileCreator | From | To | |
Move Class org.pac4j.http.credentials.Authenticator moved to org.pac4j.http.credentials.authenticator.Authenticator | From | To | |
Move Class org.pac4j.http.credentials.test.SimpleTestUsernamePasswordAuthenticator moved to org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator | From | To | |
Move Class org.pac4j.http.credentials.Extractor moved to org.pac4j.http.credentials.extractor.Extractor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type profileCreator : UsernameProfileCreator to profileCreator : SimpleTestUsernameProfileCreator in method public testClone() : void in class org.pac4j.http.client.TestBasicAuthClient | From | To | |
Change Variable Type profileCreator : UsernameProfileCreator to profileCreator : SimpleTestUsernameProfileCreator in method public testClone() : void in class org.pac4j.http.client.TestFormClient | From | To |