f43519a16edf2f6c8065bd97c4669d180253fead
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private getSamlBrokerUrl(realmName String) : URI from class org.keycloak.testsuite.saml.LogoutTest to protected getSamlBrokerUrl(realmName String) : URI from class org.keycloak.testsuite.saml.AbstractSamlTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type expectedStatus : JBossSAMLURIConstants to expectedStatus : JBossSAMLURIConstants... in method public isSamlStatusResponse(expectedStatus JBossSAMLURIConstants...) : Matcher<SAML2Object> in class org.keycloak.testsuite.util.Matchers | From | To | |
Change Parameter Type statusMatcher : Matcher<URI> to statusMatchers : List<Matcher<URI>> in method public SamlStatusResponseTypeMatcher(statusMatchers List<Matcher<URI>>) in class org.keycloak.testsuite.util.matchers.SamlStatusResponseTypeMatcher | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private SAML_BROKER_ALIAS : String from class org.keycloak.testsuite.saml.LogoutTest to public SAML_BROKER_ALIAS : String from class org.keycloak.testsuite.saml.AbstractSamlTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute statusMatcher : Matcher<URI> to statusMatchers : List<Matcher<URI>> in class org.keycloak.testsuite.util.matchers.SamlStatusResponseTypeMatcher | From | To | |
Extract Variable | 1 | ||
Extract Variable statusCode : StatusCodeType in method public describeMismatch(item Object, description Description) : void from class org.keycloak.testsuite.util.matchers.SamlStatusResponseTypeMatcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type statusMatcher : Matcher<URI> to statusMatchers : List<Matcher<URI>> in class org.keycloak.testsuite.util.matchers.SamlStatusResponseTypeMatcher | From | To | |
Extract Method | 1 | ||
Extract Method private samlErrorMessage(authSession AuthenticationSessionModel, samlClient SamlClient, isPostBinding boolean, destination String, statusDetail JBossSAMLURIConstants, relayState String) : Response extracted from public sendError(authSession AuthenticationSessionModel, error Error) : Response in class org.keycloak.protocol.saml.SamlProtocol | From | To | |
Rename Parameter | 1 | ||
Rename Parameter statusMatcher : Matcher<URI> to statusMatchers : List<Matcher<URI>> in method public SamlStatusResponseTypeMatcher(statusMatchers List<Matcher<URI>>) in class org.keycloak.testsuite.util.matchers.SamlStatusResponseTypeMatcher | From | To |