|
Rename Variable opaque : boolean to isOpaque : boolean in method public createAccessToken(authentication OAuth2Authentication) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Variable refreshTokenRevocable : boolean to isRefreshTokenRevocable : boolean in method public createAccessToken(authentication OAuth2Authentication) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Variable idTokenExplicitlyRequested : boolean to isIdTokenExplicitlyRequested : boolean in method private shouldSendIdToken(clientScopes Collection<GrantedAuthority>, requestedScopes Set<String>, grantType String, responseTypes Set<String>, isForceIdTokenCreation boolean) : boolean in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Variable accessTokenRevocable : boolean to isAccessTokenRevocable : boolean in method public createAccessToken(authentication OAuth2Authentication) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Variable revocable : boolean to isRevocable : boolean in method public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Variable refreshTokenExpireDate : long to refreshTokenExpireMillis : long in method public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter forceIdTokenCreation : boolean to isForceIdTokenCreation : boolean in method private createCompositeToken(tokenId String, userId String, user UaaUser, userAuthenticationTime Date, clientScopes Collection<GrantedAuthority>, clientId String, resourceIds Set<String>, refreshToken String, additionalAuthorizationAttributes Map<String,String>, additionalRootClaims Map<String,Object>, responseTypes Set<String>, revocableHashSignature String, isForceIdTokenCreation boolean, isRevocable boolean, userAuthenticationData UserAuthenticationData) : CompositeToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter revocable : boolean to isRevocable : boolean in method private createCompositeToken(tokenId String, userId String, user UaaUser, userAuthenticationTime Date, clientScopes Collection<GrantedAuthority>, clientId String, resourceIds Set<String>, refreshToken String, additionalAuthorizationAttributes Map<String,String>, additionalRootClaims Map<String,Object>, responseTypes Set<String>, revocableHashSignature String, isForceIdTokenCreation boolean, isRevocable boolean, userAuthenticationData UserAuthenticationData) : CompositeToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter revocable : boolean to isRevocable : boolean in method package persistRevocableToken(tokenId String, token CompositeToken, refreshToken CompositeExpiringOAuth2RefreshToken, clientId String, userId String, isOpaque boolean, isRevocable boolean) : CompositeToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter opaque : boolean to isOpaque : boolean in method package persistRevocableToken(tokenId String, token CompositeToken, refreshToken CompositeExpiringOAuth2RefreshToken, clientId String, userId String, isOpaque boolean, isRevocable boolean) : CompositeToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter revocable : boolean to isRevocable : boolean in method private createJWTAccessToken(token OAuth2AccessToken, userId String, user UaaUser, userAuthenticationTime Date, clientScopes Collection<GrantedAuthority>, requestedScopes Set<String>, clientId String, resourceIds Set<String>, grantType String, revocableHashSignature String, isRevocable boolean, additionalRootClaims Map<String,Object>) : Map<String,?> in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |
|
Rename Parameter forceIdTokenCreation : boolean to isForceIdTokenCreation : boolean in method private shouldSendIdToken(clientScopes Collection<GrantedAuthority>, requestedScopes Set<String>, grantType String, responseTypes Set<String>, isForceIdTokenCreation boolean) : boolean in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices |
From |
To |