15e64095325c529dada8852241e696d90d67d400
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setEncryptionMethod(encryptionMethod EncryptionMethod) : void renamed to public setEncryptionConfiguration(encryptionConfiguration EncryptionConfiguration) : void in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
| Move And Rename Method | 2 | ||
| Move And Rename Method protected encryptJwt(signedJWT SignedJWT) : String from class org.pac4j.jwt.profile.JwtGenerator to public encrypt(signedJWT SignedJWT) : String from class org.pac4j.jwt.config.DirectEncryptionConfiguration | From | To | |
| Move And Rename Method protected signJwt(claims JWTClaimsSet, signer JWSSigner, jwsAlgorithm JWSAlgorithm) : SignedJWT from class org.pac4j.jwt.profile.JwtGenerator to public sign(claims JWTClaimsSet) : SignedJWT from class org.pac4j.jwt.config.MacSigningConfiguration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type encryptionMethod : EncryptionMethod to encryptionConfiguration : EncryptionConfiguration in method public setEncryptionConfiguration(encryptionConfiguration EncryptionConfiguration) : void in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
| Inline Method | 2 | ||
| Inline Method public generate(profile U, signer JWSSigner, jwsAlgorithm JWSAlgorithm) : String inlined to public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
| Inline Method private warning() : void inlined to public JwtAuthenticator(signingSecret String) in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute encryptionMethod : EncryptionMethod to encryptionConfiguration : EncryptionConfiguration in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type encryptionMethod : EncryptionMethod to encryptionConfiguration : EncryptionConfiguration in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter encryptionMethod : EncryptionMethod to encryptionConfiguration : EncryptionConfiguration in method public setEncryptionConfiguration(encryptionConfiguration EncryptionConfiguration) : void in class org.pac4j.jwt.profile.JwtGenerator | From | To |