29aa1918bc54d988b8bd9c5f27cc844d0a1969bd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type httpMethod : HTTP_METHOD to httpMethod : String in method public DigestCredentials(token String, httpMethod String, clientName String, username String, realm String, nonce String, uri String, cnonce String, nc String, qop String) in class org.pac4j.http.credentials.DigestCredentials | From | To | |
Change Parameter Type method : HttpConstants.HTTP_METHOD to method : String in method public setRequestMethod(method String) : MockWebContext in class org.pac4j.core.context.MockWebContext | From | To | |
Change Parameter Type httpMethod : HTTP_METHOD to httpMethod : String in method private generateDigest(passwordAlreadyEncoded boolean, username String, realm String, password String, httpMethod String, uri String, qop String, nonce String, nc String, cnonce String) : String in class org.pac4j.http.credentials.DigestCredentials | From | To | |
Change Return Type | 3 | ||
Change Return Type HttpConstants.HTTP_METHOD to String in method public getRequestMethod() : String in class org.pac4j.core.context.MockWebContext | From | To | |
Change Return Type HttpConstants.HTTP_METHOD to String in method public getRequestMethod() : String in class org.pac4j.core.context.J2EContext | From | To | |
Change Return Type HttpConstants.HTTP_METHOD to String in method public getRequestMethod() : String in class org.pac4j.core.context.WebContext | From | To | |
Change Variable Type | 3 | ||
Change Variable Type method : HttpConstants.HTTP_METHOD to method : String in method public extract(context WebContext) : TokenCredentials in class org.pac4j.core.credentials.extractor.ParameterExtractor | From | To | |
Change Variable Type method : HttpConstants.HTTP_METHOD to method : String in method public extract(context WebContext) : DigestCredentials in class org.pac4j.http.credentials.extractor.DigestAuthExtractor | From | To | |
Change Variable Type requestMethod : HTTP_METHOD to requestMethod : String in method public matches(context WebContext) : boolean in class org.pac4j.core.matching.HttpMethodMatcher | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type httpMethod : HTTP_METHOD to httpMethod : String in class org.pac4j.http.credentials.DigestCredentials | From | To | |
Change Attribute Type method : HttpConstants.HTTP_METHOD to method : String in class org.pac4j.core.context.MockWebContext | From | To |