fbcfcfa088de5ddf82978ee5cbea6336d04261be
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCreateUserPolicy() : void renamed to public testCreate() : void in class org.keycloak.testsuite.admin.client.authorization.UserPolicyManagementTest | From | To | |
Rename Variable | 3 | ||
Rename Variable current : Map<String,Object> to roleDefinition : RolePolicyRepresentation.RoleDefinition in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.role.RolePolicyProvider | From | To | |
Rename Variable policy : Policy to representation : UserPolicyRepresentation in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.user.UserPolicyProvider | From | To | |
Rename Variable policy : Policy to representation : ClientPolicyRepresentation in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.client.ClientPolicyProvider | From | To | |
Change Variable Type | 3 | ||
Change Variable Type current : Map<String,Object> to roleDefinition : RolePolicyRepresentation.RoleDefinition in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.role.RolePolicyProvider | From | To | |
Change Variable Type policy : Policy to representation : ClientPolicyRepresentation in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.client.ClientPolicyProvider | From | To | |
Change Variable Type policy : Policy to representation : UserPolicyRepresentation in method public evaluate(evaluation Evaluation) : void in class org.keycloak.authorization.policy.provider.user.UserPolicyProvider | From | To |