|
Rename Method public checkScopesWithin_should_fail_when_missing_scopes() : void renamed to public checkRequestedScopesAreGranted_should_fail_when_missing_scopes() : void in class org.cloudfoundry.identity.uaa.util.TokenValidationTest |
From |
To |
|
Rename Method protected checkScopesWithin(scopes Collection<String>) : TokenValidation renamed to protected checkRequestedScopesAreGranted(grantedScopes Collection<String>) : TokenValidation in class org.cloudfoundry.identity.uaa.util.TokenValidation |
From |
To |
|
Rename Method public checkScopesWithin_withScopeClaimAndNotGrantedScopeClaim_happycase() : void renamed to public checkRequestedScopesAreGranted_withScopeClaimAndNotGrantedScopeClaim_happycase() : void in class org.cloudfoundry.identity.uaa.util.TokenValidationTest |
From |
To |
|
Rename Method package getScopes() : List<String> renamed to package requestedScopes() : List<String> in class org.cloudfoundry.identity.uaa.util.TokenValidation |
From |
To |
|
Rename Method public checkScopesWithin_ignoresGrantedScopesClaim() : void renamed to public checkRequestedScopesAreGranted_ignoresGrantedScopesClaim() : void in class org.cloudfoundry.identity.uaa.util.TokenValidationTest |
From |
To |
|
Rename Method public checkScopesWithin_withScopeClaimAndGrantedScopeClaim_happycase() : void renamed to public checkRequestedScopesAreGranted_withScopeClaimAndGrantedScopeClaim_happycase() : void in class org.cloudfoundry.identity.uaa.util.TokenValidationTest |
From |
To |