bf6246f5c14021fdd4b6a5451ea84d14b2b6555e
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 71
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setRealmKey(realmKey PublicKey) : void renamed to public setPublicKeyLocator(publicKeyLocator PublicKeyLocator) : void in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Rename Method public getRealmKey() : PublicKey renamed to public getPublicKeyLocator() : PublicKeyLocator in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Rename Method public isAlgorithmSupported(algorithm String) : boolean renamed to public isKeyTypeSupported(keyType String) : boolean in class org.keycloak.jose.jwk.JWKParser | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type realmKey : PublicKey to publicKeyLocator : PublicKeyLocator in method public setPublicKeyLocator(publicKeyLocator PublicKeyLocator) : void in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Rename Variable | 1 | ||
Rename Variable algorithm : String to keyType : String in method public toPublicKey() : PublicKey in class org.keycloak.jose.jwk.JWKParser | From | To | |
Change Return Type | 1 | ||
Change Return Type PublicKey to PublicKeyLocator in method public getPublicKeyLocator() : PublicKeyLocator in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public TIME_OFFSET_PARAM : String in class org.keycloak.testsuite.adapter.filter.AdapterActionsFilter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute realmKey : PublicKey to publicKeyLocator : PublicKeyLocator in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Extract Variable | 1 | ||
Extract Variable timeOffset : int in method public doFilter(request ServletRequest, response ServletResponse, chain FilterChain) : void from class org.keycloak.testsuite.adapter.filter.AdapterActionsFilter | From | To | |
Extract Method | 1 | ||
Extract Method private tokenVerifications(token AccessToken, realmUrl String, checkActive boolean, checkTokenType boolean) : void extracted from public verifyToken(tokenString String, realmKey PublicKey, realmUrl String, checkActive boolean, checkTokenType boolean) : AccessToken in class org.keycloak.RSATokenVerifier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type realmKey : PublicKey to publicKeyLocator : PublicKeyLocator in class org.keycloak.adapters.KeycloakDeployment | From | To | |
Rename Parameter | 2 | ||
Rename Parameter algorithm : String to keyType : String in method public isKeyTypeSupported(keyType String) : boolean in class org.keycloak.jose.jwk.JWKParser | From | To | |
Rename Parameter realmKey : PublicKey to publicKeyLocator : PublicKeyLocator in method public setPublicKeyLocator(publicKeyLocator PublicKeyLocator) : void in class org.keycloak.adapters.KeycloakDeployment | From | To |