5273801952f87ef1f9d1b1a7a0fe11c55a4170c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldSend_isTrue_whenRequestGrantTypeIsRefreshToken() : void renamed to public shouldSend_isTrue_whenClientHasOpenIdScope_andOpenIdScopeIsRequested_andIdTokenResponseType_GrantTypeIsImplicit() : void in class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenGranterTest | From | To | |
Move Method | 1 | ||
Move Method public ensureJKUHeaderIsSetWhenBuildingAnIdToken() : void from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests to public ensureJKUHeaderIsSetWhenBuildingAnIdToken() : void from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests.WhenBuildingAnIdToken | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable authorizationRequest : AuthorizationRequest to authzRequest : AuthorizationRequest in method private constructUserAuthenticationFromAuthzRequest(authzRequest AuthorizationRequest, userId String, userOrigin String, authorities GrantedAuthority...) : OAuth2Authentication in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Rename Attribute | 1 | ||
Rename Attribute nonClientCredentialsGrantType : String to validGrantTypeForIdToken : String in class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenGranterTest | From | To | |
Extract Method | 3 | ||
Extract Method private constructAuthorizationRequest(grantType String, scopes String...) : AuthorizationRequest extracted from public ensureJKUHeaderIsSetWhenBuildingARefreshToken() : void in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Extract Method private constructUserAuthenticationFromAuthzRequest(authzRequest AuthorizationRequest, userId String, userOrigin String, authorities GrantedAuthority...) : OAuth2Authentication extracted from public ensureJKUHeaderIsSetWhenBuildingARefreshToken() : void in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Extract Method private constructAuthorizationRequest(grantType String, scopes String...) : AuthorizationRequest extracted from public ensureJKUHeaderIsSetWhenBuildingAnAccessToken() : void in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To |