10b3b4f235d8a157fca1efe756c8011b2be0485e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type signedJWT : SignedJWT to jwt : JWT in method private createJwtProfile(credentials TokenCredentials, jwt JWT) : void in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Extract Method | 4 | ||
Extract Method protected buildJwtClaimsSet(profile U) : JWTClaimsSet extracted from public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Extract Method protected signJwt(claims JWTClaimsSet) : SignedJWT extracted from public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Extract Method protected encryptJwt(signedJWT SignedJWT) : String extracted from public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Extract Method private verifyProfile(profile U) : void extracted from public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter signedJWT : SignedJWT to jwt : JWT in method private createJwtProfile(credentials TokenCredentials, jwt JWT) : void in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To |