cdbfcd202ba232dd7fa1b796d824a3c42ea9403a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public SimpleRequestAdapter(wc WebContext) renamed to public setContext(context J2EContext) : void in class org.pac4j.saml.transport.SimpleRequestAdapter | From | To | |
Rename Method public getOutgoingStream() : OutputStream renamed to public getOutputStream() : ServletOutputStream in class org.pac4j.saml.transport.SimpleResponseAdapter | From | To | |
Rename Method public getHTTPMethod() : String renamed to public getMethod() : String in class org.pac4j.saml.transport.SimpleRequestAdapter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type wc : WebContext to context : J2EContext in method public setContext(context J2EContext) : void in class org.pac4j.saml.transport.SimpleRequestAdapter | From | To | |
Move Method | 1 | ||
Move Method private getMessageEncoder() : MessageEncoder from class org.pac4j.saml.client.Saml2Client to private getMessageEncoder(ctx ExtendedSAMLMessageContext) : MessageEncoder from class org.pac4j.saml.sso.Saml2WebSSOProfileHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable inOutCtx : ProfileRequestContext to adapter : SimpleResponseAdapter in method protected retrieveRedirectAction(wc WebContext) : RedirectAction in class org.pac4j.saml.client.Saml2Client | From | To | |
Change Return Type | 1 | ||
Change Return Type OutputStream to ServletOutputStream in method public getOutputStream() : ServletOutputStream in class org.pac4j.saml.transport.SimpleResponseAdapter | From | To | |
Extract Variable | 1 | ||
Extract Variable inflated : String in method public testCustomSpEntityIdForRedirectBinding() : void from class org.pac4j.saml.client.RedirectSaml2ClientIT | From | To | |
Change Variable Type | 2 | ||
Change Variable Type outboundContext : MessageContext<AuthnRequest> to outboundContext : ExtendedSAMLMessageContext in method public sendMessage(context ExtendedSAMLMessageContext, authnRequest AuthnRequest, relayState String) : void in class org.pac4j.saml.sso.Saml2WebSSOProfileHandler | From | To | |
Change Variable Type inOutCtx : ProfileRequestContext to adapter : SimpleResponseAdapter in method protected retrieveRedirectAction(wc WebContext) : RedirectAction in class org.pac4j.saml.client.Saml2Client | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type outputStream : OutputStream to outputStream : ServletOutputStream in class org.pac4j.saml.transport.SimpleResponseAdapter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter wc : WebContext to context : J2EContext in method public setContext(context J2EContext) : void in class org.pac4j.saml.transport.SimpleRequestAdapter | From | To |