|
Change Return Type ResponseEntity<Map<String,String>> to ResponseEntity<PasswordChangeResponse> in method public changePassword(passwordChangeRequest PasswordChangeRequest) : ResponseEntity<PasswordChangeResponse> in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Change Return Type ResponseEntity<Map<String,String>> to ResponseEntity<PasswordResetResponse> in method public resetPassword(email String, clientId String, redirectUri String) : ResponseEntity<PasswordResetResponse> in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Change Return Type HttpEntity<Map<String,String>> to HttpEntity<AuthenticationResponse> in method public authenticate(request HttpServletRequest, username String, origin String, email String) : HttpEntity<AuthenticationResponse> in class org.cloudfoundry.identity.uaa.authentication.login.RemoteAuthenticationEndpoint |
From |
To |
|
Change Return Type Map<String,List<Map<String,String>>> to VerificationKeysListResponse in method public getKeys(principal Principal) : VerificationKeysListResponse in class org.cloudfoundry.identity.uaa.oauth.token.TokenKeyEndpoint |
From |
To |
|
Change Return Type HttpEntity<Map<String,String>> to HttpEntity<AuthenticationResponse> in method public authenticate(request HttpServletRequest, username String, password String) : HttpEntity<AuthenticationResponse> in class org.cloudfoundry.identity.uaa.authentication.login.RemoteAuthenticationEndpoint |
From |
To |
|
Change Return Type Map<String,String> to UserInfoResponse in method public loginInfo(principal Principal) : UserInfoResponse in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpoint |
From |
To |
|
Change Return Type Map<String,String> to UserInfoResponse in method protected getResponse(principal UaaPrincipal) : UserInfoResponse in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpoint |
From |
To |
|
Change Return Type Map<String,String> to VerificationKeyResponse in method public getKey(principal Principal) : VerificationKeyResponse in class org.cloudfoundry.identity.uaa.oauth.token.TokenKeyEndpoint |
From |
To |
|
Change Return Type Map<String,Object> to Claims in method private getClaimsForToken(token String) : Claims in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpoint |
From |
To |
|
Change Return Type Map<String,?> to Claims in method public checkToken(value String) : Claims in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpoint |
From |
To |
|
Change Variable Type map : Map<String,String> to map : UserInfoResponse in method public testMissingUser() : void in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpointTests |
From |
To |
|
Change Variable Type responseBody : Map<String,String> to response : AuthenticationResponse in method public authenticate(request HttpServletRequest, username String, password String) : HttpEntity<AuthenticationResponse> in class org.cloudfoundry.identity.uaa.authentication.login.RemoteAuthenticationEndpoint |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testDeniedApprovals() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public validatateIssuedAtIsSmallerThanExpiredAt() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testClientIdInResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public validateAuthTime() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testValidateAudParameter() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testEmailInResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type response : Map<String,?> to response : Claims in method public checkToken(value String) : Claims in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpoint |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testExpiryResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testIssuerInResults() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testClientIdInAud() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type responseEntity : ResponseEntity<Map<String,String>> to responseEntity : ResponseEntity<PasswordChangeResponse> in method public changePassword(passwordChangeRequest PasswordChangeRequest) : ResponseEntity<PasswordChangeResponse> in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Change Variable Type responseBody : Map<String,String> to response : AuthenticationResponse in method public authenticate(request HttpServletRequest, username String, origin String, email String) : HttpEntity<AuthenticationResponse> in class org.cloudfoundry.identity.uaa.authentication.login.RemoteAuthenticationEndpoint |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testUserAuthoritiesNotInResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testUpdatedApprovals() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type claims : Map<String,Object> to claims : Claims in method private getClaimsForToken(token String) : Claims in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpoint |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testClientOnly() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type map : Map<String,String> to map : UserInfoResponse in method public testSunnyDay() : void in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testIssuerInResultsInNonDefaultZone() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type pwch : PasswordReset to pwch : PasswordChangeRequest in method public changePassword_ReturnsSuccess_WithValidExpiringCode() : void in class org.cloudfoundry.identity.uaa.mock.audit.AuditCheckMockMvcTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testExpiredToken() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testClientAuthoritiesNotInResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testClientId() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testExpiredApprovals() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |
|
Change Variable Type result : Map<String,?> to result : Claims in method public testUserIdInResult() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests |
From |
To |