7b9143905bd2995fb657ffa6be01945fe8af9a2e
Files Diff
- Added: 2
 - Removed: 2
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getAuthCookieName() : String renamed to public getDefaultEmailDomain() : String in class com.hubspot.singularity.config.WebhookAuthConfiguration | From | To | |
| Rename Method public setJwtConfiguration(jwtConfiguration JWTConfiguration) : SingularityConfiguration renamed to public setWebhookAuthConfiguration(webhookAuthConfiguration WebhookAuthConfiguration) : SingularityConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Method public getJwtConfiguration() : JWTConfiguration renamed to public getWebhookAuthConfiguration() : WebhookAuthConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in method public setWebhookAuthConfiguration(webhookAuthConfiguration WebhookAuthConfiguration) : SingularityConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Return Type | 3 | ||
| Change Return Type JWTConfiguration to WebhookAuthConfiguration in method public getWebhookAuthConfiguration() : WebhookAuthConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Return Type JWTConfiguration to WebhookAuthConfiguration in method public setCacheValidationMs(cacheValidationMs long) : WebhookAuthConfiguration in class com.hubspot.singularity.config.WebhookAuthConfiguration | From | To | |
| Change Return Type JWTConfiguration to WebhookAuthConfiguration in method public setAuthVerificationUrl(authVerificationUrl String) : WebhookAuthConfiguration in class com.hubspot.singularity.config.WebhookAuthConfiguration | From | To | |
| Rename Class | 2 | ||
| Rename Class com.hubspot.singularity.config.JWTConfiguration renamed to com.hubspot.singularity.config.WebhookAuthConfiguration | From | To | |
| Rename Class com.hubspot.singularity.auth.authenticator.SingularityExternalJWTAuthenticator renamed to com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
| Rename Attribute jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
| Change Attribute Type jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter jwt : String to authHeaderValue : String in method private verify(authHeaderValue String) : UserPermissions in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
| Rename Parameter jwtConfiguration : JWTConfiguration to webhookAuthConfiguration : WebhookAuthConfiguration in method public setWebhookAuthConfiguration(webhookAuthConfiguration WebhookAuthConfiguration) : SingularityConfiguration in class com.hubspot.singularity.config.SingularityConfiguration | From | To |