|
Move Method private createJWTRefreshToken(token OAuth2RefreshToken, tokenId String, user UaaUser, scopes Set<String>, clientId String, grantType String, additionalAuthorizationAttributes Map<String,String>, resourceIds Set<String>, revocableSignature String, revocable boolean, externalAttributes Map<String,Object>) : Map<String,?> from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices to private createJWTRefreshToken(token OAuth2RefreshToken, tokenId String, user UaaUser, scopes Set<String>, clientId String, grantType String, additionalAuthorizationAttributes Map<String,String>, resourceIds Set<String>, revocableSignature String, revocable boolean, externalAttributes Map<String,Object>) : Map<String,?> from class org.cloudfoundry.identity.uaa.oauth.refresh.RefreshTokenCreator |
From |
To |
|
Move Method private createRefreshToken(user UaaUser, tokenId String, authentication OAuth2Authentication, revocableHashSignature String, revocable boolean, externalAttributes Map<String,Object>) : ExpiringOAuth2RefreshToken from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices to public createRefreshToken(user UaaUser, tokenId String, authentication OAuth2Authentication, revocableHashSignature String, revocable boolean, externalAttributes Map<String,Object>) : ExpiringOAuth2RefreshToken from class org.cloudfoundry.identity.uaa.oauth.refresh.RefreshTokenCreator |
From |
To |