9ffd01ef33152e68887ab92fadeeb6cdd02dcfbf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.nimbusds:oauth2-oidc-sdk:5.0-alpha2 | |
Updated | |
From com.nimbusds:nimbus-jose-jwt 3.10 To 4.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable claimsSet : JWTClaimsSet to claims : JWTClaimsSet in method public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type claimSet : ReadOnlyJWTClaimsSet to claimSet : JWTClaimsSet in method public validate(credentials TokenCredentials) : void in class org.pac4j.jwt.credentials.authenticator.JwtAuthenticator | From | To | |
Change Variable Type claimsSet : ReadOnlyJWTClaimsSet to claimsSet : JWTClaimsSet in method protected retrieveUserProfile(credentials OidcCredentials, context WebContext) : OidcProfile in class org.pac4j.oidc.client.OidcClient | From | To | |
Change Variable Type tokenSuccessResponse : OIDCAccessTokenResponse to tokenSuccessResponse : OIDCTokenResponse in method protected retrieveUserProfile(credentials OidcCredentials, context WebContext) : OidcProfile in class org.pac4j.oidc.client.OidcClient | From | To |