5ca3a48094fdbcc60e07ec3919e5753e8a32b82b
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type audience : String to audience : String... in method public audience(audience String...) : JsonWebToken in class org.keycloak.representations.JsonWebToken | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to String[] in method public getAudience() : String[] in class org.keycloak.representations.JsonWebToken | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type audience : String to audience : String[] in method private getToken(providerId String, forceRetrieval boolean) : Response in class org.keycloak.services.resources.IdentityBrokerService | From | To | |
| Inline Variable | 1 | ||
| Inline Variable audience : String in method public authenticateClient(context ClientAuthenticationFlowContext) : void from class org.keycloak.authentication.authenticators.client.JWTClientAuthenticator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type audience : String to audience : String[] in class org.keycloak.representations.JsonWebToken | From | To |