41b07f8506b9ad77f8e0fed0255005d92dd4cdbe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setSecret(secret String) : void renamed to public setSigningSecret(signingSecret String) : void in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Rename Method public getSecret() : String renamed to public getSigningSecret() : String in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type encrypted : boolean to encryptionSecret : String in method public JwtGenerator(signingSecret String, encryptionSecret String) in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Attribute | 3 | ||
Rename Attribute encrypted : boolean to encryptionSecret : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Attribute secret : String to signingSecret : String in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Rename Attribute secret : String to signingSecret : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Extract Variable | 1 | ||
Extract Variable secret : String in method public validate(credentials TokenCredentials) : void from class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type encrypted : boolean to encryptionSecret : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Parameter | 5 | ||
Rename Parameter secret : String to signingSecret : String in method public setSigningSecret(signingSecret String) : void in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Rename Parameter secret : String to signingSecret : String in method public JwtGenerator(signingSecret String, encryptionSecret String) in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Parameter secret : String to signingSecret : String in method public JwtGenerator(signingSecret String) in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Parameter encrypted : boolean to encryptionSecret : String in method public JwtGenerator(signingSecret String, encryptionSecret String) in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Parameter secret : String to signingSecret : String in method public JwtAuthenticator(signingSecret String) in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To |