65251748c70bd10cf0b89261e33581f0999ee41d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to ResourceServer in method public create(newClient boolean) : ResourceServer in class org.keycloak.authorization.admin.ResourceServerService | From | To | |
Extract Variable | 7 | ||
Extract Variable resourceStore : ResourceStore in method public findByOwner(ownerId String, resourceServerId String) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable resourceStore : ResourceStore in method public findByScope(scopes List<String>, resourceServerId String) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable resourceStore : ResourceStore in method public findByResourceServer(attributes Map<String,String[]>, resourceServerId String, firstResult int, maxResult int) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable resourceStore : ResourceStore in method public findByUri(uri String, resourceServerId String) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable resourceStore : ResourceStore in method public findByType(type String, resourceServerId String) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable resourceStore : ResourceStore in method public findByResourceServer(resourceServerId String) : List<Resource> from class org.keycloak.authorization.jpa.store.JPAResourceStore | From | To | |
Extract Variable authorizationService : AuthorizationService in method public createClient(uriInfo UriInfo, rep ClientRepresentation) : Response from class org.keycloak.services.resources.admin.ClientsResource | From | To | |
Inline Variable | 2 | ||
Inline Variable storeFactory : StoreFactory in method public delete() : void from class org.keycloak.authorization.admin.ResourceServerService | From | To | |
Inline Variable id : String in method public delete() : void from class org.keycloak.authorization.admin.ResourceServerService | From | To |