097e46bd4800f5378a032bbdd7f74cd6172b5e53
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setAuthnContextClassRef(authnContextClassRef String) : void renamed to public setAuthnContextClassRefs(authnContextClassRefs List<String>) : void in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Rename Method public getAuthnContextClassRef() : String renamed to public getAuthnContextClassRefs() : List<String> in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type authnContextClassRef : String to authnContextClassRefs : List<String> in method public setAuthnContextClassRefs(authnContextClassRefs List<String>) : void in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to List<String> in method public getAuthnContextClassRefs() : List<String> in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute authnContextClassRef : String to authnContextClassRefs : List<String> in class org.pac4j.saml.sso.impl.SAML2AuthnRequestBuilder | From | To | |
| Rename Attribute authnContextClassRef : String to authnContextClassRefs : List<String> in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type authnContextClassRef : String to authnContextClassRefs : List<String> in class org.pac4j.saml.sso.impl.SAML2AuthnRequestBuilder | From | To | |
| Change Attribute Type authnContextClassRef : String to authnContextClassRefs : List<String> in class org.pac4j.saml.config.SAML2Configuration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter authnContextClassRef : String to authnContextClassRefs : List<String> in method public setAuthnContextClassRefs(authnContextClassRefs List<String>) : void in class org.pac4j.saml.config.SAML2Configuration | From | To |