2290f2f7a678d577d344c7678cb902706c571949
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From com.nimbusds:oauth2-oidc-sdk 5.0-alpha13 To 5.0-alpha15 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private getClientAuthentication(method ClientAuthenticationMethod) : ClientAuthentication inlined to protected internalInit(context WebContext) : void in class org.pac4j.oidc.client.OidcClient | From | To | |
Inline Method private getClientAuthenticationMethod() : ClientAuthenticationMethod inlined to protected internalInit(context WebContext) : void in class org.pac4j.oidc.client.OidcClient | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute jwkSet : JWKSet to _secret : Secret in method protected internalInit(context WebContext) : void in class org.pac4j.oidc.client.OidcClient | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jwkSet : JWKSet to _secret : Secret in method protected internalInit(context WebContext) : void in class org.pac4j.oidc.client.OidcClient | From | To | |
Extract Method | 1 | ||
Extract Method public setMaxClockSkew(maxClockSkew int) : void extracted from protected internalInit(context WebContext) : void in class org.pac4j.oidc.client.OidcClient | From | To |