62220970eeb182819c8ccde04491566d2d759689
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public getStateParameter(webContext WebContext) : String from class org.pac4j.saml.client.SAML2Client to public generateState(webContext WebContext) : String from class org.pac4j.saml.state.SAML2StateGenerator | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private stateData : String from class org.pac4j.oidc.config.OidcConfiguration to private stateData : String from class org.pac4j.core.state.StaticOrRandomStateGenerator | From | To | |
| Move Attribute public SAML_RELAY_STATE_ATTRIBUTE : String from class org.pac4j.saml.client.SAML2Client to public SAML_RELAY_STATE_ATTRIBUTE : String from class org.pac4j.saml.state.SAML2StateGenerator | From | To | |
| Move Attribute private stateData : String from class org.pac4j.oauth.config.OAuth20Configuration to private stateData : String from class org.pac4j.core.state.StaticOrRandomStateGenerator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute stateData : String to stateGenerator : StateGenerator in class org.pac4j.oidc.config.OidcConfiguration | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type stateData : String to stateGenerator : StateGenerator in class org.pac4j.oidc.config.OidcConfiguration | From | To |