286023c7b57cf648bb35f488019852829eb1eeb8
Files Diff
- Added: 35
- Removed: 27
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private confgiureFilter(serviceType PreAuthenticatedUserNameRoleSource) : void renamed to private configureFilter(serviceType PreAuthenticatedUserNameRoleSource) : void in class org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type model : IModel<OneloginAuthenticationFilterConfig> to model : IModel<SAMLAuthenticationFilterConfig> in method public SAMLAuthFilterPanel(id String, model IModel<SAMLAuthenticationFilterConfig>) in class org.geoserver.security.web.saml.SAMLAuthFilterPanel | From | To | |
Rename Variable | 1 | ||
Rename Variable oneloginFilterName : String to samlFilterName : String in method private configureFilter(serviceType PreAuthenticatedUserNameRoleSource, metadataXML String, enableSigning boolean) : void in class org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To | |
Move And Rename Class | 6 | ||
Move And Rename Class org.geoserver.security.onelogin.OneloginAuthenticationFilter moved and renamed to org.geoserver.security.saml.SAMLAuthenticationFilter | From | To | |
Move And Rename Class org.geoserver.security.web.onelogin.OneloginAuthFilterPanelInfo moved and renamed to org.geoserver.security.web.saml.SAMLAuthFilterPanelInfo | From | To | |
Move And Rename Class org.geoserver.security.web.onelogin.OneloginAuthFilterPanel moved and renamed to org.geoserver.security.web.saml.SAMLAuthFilterPanel | From | To | |
Move And Rename Class org.geoserver.security.onelogin.OneloginSecurityProvider moved and renamed to org.geoserver.security.saml.SAMLSecurityProvider | From | To | |
Move And Rename Class org.geoserver.security.onelogin.test.OneloginAuthenticationTest moved and renamed to org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To | |
Move And Rename Class org.geoserver.security.onelogin.OneloginAuthenticationFilterConfig moved and renamed to org.geoserver.security.saml.SAMLAuthenticationFilterConfig | From | To | |
Move Class | 4 | ||
Move Class org.geoserver.security.onelogin.test.SSLUtilities moved to org.geoserver.security.saml.test.SSLUtilities | From | To | |
Move Class org.geoserver.security.onelogin.test.StringSamlDecoder moved to org.geoserver.security.saml.test.StringSamlDecoder | From | To | |
Move Class org.geoserver.security.onelogin.GeoServerPreAuthenticatedCompositeUserNameFilter moved to org.geoserver.security.saml.GeoServerPreAuthenticatedCompositeUserNameFilter | From | To | |
Move Class org.geoserver.security.onelogin.SAMLUserDetailsServiceImpl moved to org.geoserver.security.saml.SAMLUserDetailsServiceImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type authConfig : OneloginAuthenticationFilterConfig to authConfig : SAMLAuthenticationFilterConfig in method public initializeFromConfig(config SecurityNamedServiceConfig) : void in class org.geoserver.security.saml.SAMLAuthenticationFilter | From | To | |
Change Package | 1 | ||
Change Package org.geoserver.security.onelogin to org.geoserver.security.saml | From | To | |
Extract Method | 2 | ||
Extract Method private buildSAMLResponse(username String, attributes Map<String,String>) : String extracted from private buildSAMLRespons(username String) : String in class org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To | |
Extract Method private configureFilter(serviceType PreAuthenticatedUserNameRoleSource, metadataXML String, enableSigning boolean) : void extracted from private confgiureFilter(serviceType PreAuthenticatedUserNameRoleSource) : void in class org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type config : OneloginAuthenticationFilterConfig to config : SAMLAuthenticationFilterConfig in class org.geoserver.security.saml.test.SAMLAuthenticationTest | From | To |