|
Change Parameter Type grantedRoles : Collection<UserConsentRoleEntity> to grantedClientScopes : Collection<UserConsentClientScopeEntity> in method public setGrantedClientScopes(grantedClientScopes Collection<UserConsentClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireManage(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public canView(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Change Parameter Type grantedClientRoles : Map<String,List<String>> to grantedClientScopes : List<String> in method public setGrantedClientScopes(grantedClientScopes List<String>) : void in class org.keycloak.representations.idm.UserConsentRepresentation |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireManage(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Change Parameter Type protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public preRemove(clientScope ClientScopeModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Change Parameter Type model : ClientTemplateModel to model : ClientScopeModel in method public CachedClientScope(revision Long, realm RealmModel, model ClientScopeModel) in class org.keycloak.models.cache.infinispan.entities.CachedClientScope |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public ClientScopeResource(realm RealmModel, auth AdminPermissionEvaluator, clientScope ClientScopeModel, session KeycloakSession, adminEvent AdminEventBuilder) in class org.keycloak.services.resources.admin.ClientScopeResource |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public populateRoles(roleListMapper ProtocolMapperProcessor<SAMLRoleListMapper>, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext, existingAttributeStatement AttributeStatementType) : void in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Parameter Type flag : boolean to clientScope : ClientScopeModel in method public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.storage.client.AbstractReadOnlyClientStorageAdapter |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public redirectAfterSuccessfulFlow(session KeycloakSession, realm RealmModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, request HttpRequest, uriInfo UriInfo, clientConnection ClientConnection, event EventBuilder, protocol String) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Parameter Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method public update(rep ClientScopeRepresentation) : Response in class org.keycloak.services.resources.admin.ClientScopeResource |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.docker.DockerAuthV2Protocol |
From |
To |
|
Change Parameter Type message : String to clientScopesRequested : List<ClientScopeModel> in method public setAccessRequest(clientScopesRequested List<ClientScopeModel>) : LoginFormsProvider in class org.keycloak.forms.login.LoginFormsProvider |
From |
To |
|
Change Parameter Type clientTemplate : ClientTemplateEntity to clientScope : ClientScopeEntity in method public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Change Parameter Type accessRequestMessage : String to clientScopesRequested : List<ClientScopeModel> in method public setAccessRequest(clientScopesRequested List<ClientScopeModel>) : LoginFormsProvider in class org.keycloak.forms.login.freemarker.FreeMarkerLoginFormsProvider |
From |
To |
|
Change Parameter Type rep : RealmRepresentation to clientScopes : List<ClientScopeRepresentation> in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Parameter Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method public createClientScope(rep ClientScopeRepresentation) : Response in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Parameter Type clientModel : ClientTemplateModel to clientScopeModel : ClientScopeModel in method public toRepresentation(clientScopeModel ClientScopeModel) : ClientScopeRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Parameter Type template : ClientTemplateEntity to clientScope : ClientScopeEntity in method public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Change Parameter Type role : RoleModel to clientScope : ClientScopeModel in method public isClientScopeGranted(clientScope ClientScopeModel) : boolean in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Parameter Type templateRep : ClientTemplateRepresentation to clientScopeRep : ClientScopeRepresentation in method private createClientScope(clientScopeRep ClientScopeRepresentation) : String in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public canManage(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public isOfflineTokenAllowed(clientSessionCtx ClientSessionContext) : boolean in class org.keycloak.services.managers.UserSessionManager |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireView(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Change Parameter Type oldToken : AccessToken to oldToken : RefreshToken in method public validateToken(session KeycloakSession, uriInfo UriInfo, connection ClientConnection, realm RealmModel, oldToken RefreshToken, headers HttpHeaders) : TokenValidation in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Parameter Type clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public setClientScopes(clientScopes List<ClientScopeRepresentation>) : void in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Parameter Type flag : boolean to clientScope : ClientScopeModel in method public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public mapRoles(roleAttributeStatement AttributeStatementType, mappingModel ProtocolMapperModel, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : void in class org.keycloak.protocol.saml.mappers.RoleListMapper |
From |
To |
|
Change Parameter Type role : RoleModel to clientScope : ClientScopeModel in method public addGrantedClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Parameter Type client : ClientTemplateResource to client : ClientScopeResource in method private realmScopeMappings(client ClientScopeResource) : List<RoleRepresentation> in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public redirectAfterSuccessfulFlow(session KeycloakSession, realm RealmModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, request HttpRequest, uriInfo UriInfo, clientConnection ClientConnection, event EventBuilder, protocol LoginProtocol) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Parameter Type cached : CachedClientTemplate to cached : CachedClientScope in method public ClientScopeAdapter(cachedRealm RealmModel, cached CachedClientScope, cacheSession RealmCacheSession) in class org.keycloak.models.cache.infinispan.ClientScopeAdapter |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.LoginProtocol |
From |
To |
|
Change Parameter Type client : ClientTemplateResource to client : ClientScopeResource in method private clientScopeMappings(client ClientScopeResource) : List<RoleRepresentation> in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public canManage(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public TokenValidation(user UserModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, newToken AccessToken) in class org.keycloak.protocol.oidc.TokenManager.TokenValidation |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSessionCtx ClientSessionContext, uriInfo UriInfo) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Parameter Type grantedRoles : Collection<FederatedUserConsentRoleEntity> to grantedClientScopes : Collection<FederatedUserConsentClientScopeEntity> in method public setGrantedClientScopes(grantedClientScopes Collection<FederatedUserConsentClientScopeEntity>) : void in class org.keycloak.storage.jpa.entity.FederatedUserConsentEntity |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public responseBuilder(realm RealmModel, client ClientModel, event EventBuilder, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : AccessTokenResponseBuilder in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Parameter Type clientTemplates : Collection<ClientTemplateEntity> to clientScopes : Collection<ClientScopeEntity> in method public setClientScopes(clientScopes Collection<ClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Change Parameter Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method public update(rep ClientScopeRepresentation) : void in class org.keycloak.admin.client.resource.ClientScopeResource |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public AccessTokenResponseBuilder(realm RealmModel, client ClientModel, event EventBuilder, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) in class org.keycloak.protocol.oidc.TokenManager.AccessTokenResponseBuilder |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireView(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Change Parameter Type protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public preRemove(clientScope ClientScopeModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Change Parameter Type template : ClientTemplateModel to clientScope : ClientScopeModel in method public canView(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Change Parameter Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public mapRoles(roleAttributeStatement AttributeStatementType, mappingModel ProtocolMapperModel, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : void in class org.keycloak.protocol.saml.mappers.SAMLRoleListMapper |
From |
To |
|
Change Parameter Type entity : ClientTemplateEntity to entity : ClientScopeEntity in method public ClientScopeAdapter(realm RealmModel, em EntityManager, session KeycloakSession, entity ClientScopeEntity) in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Parameter Type client : ClientTemplateResource to client : ClientScopeResource in method private allScopeMappings(client ClientScopeResource) : Set<RoleRepresentation> in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Change Variable Type tempRep : ClientTemplateRepresentation to tempRep : ClientScopeRepresentation in method public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Change Variable Type entity : ClientTemplateEntity to entity : ClientScopeEntity in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type grantedProtocolMapperEntity : UserConsentProtocolMapperEntity to grantedClientScopeEntity : UserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Change Variable Type clientRep : ClientTemplateRepresentation to clientRep : ClientScopeRepresentation in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type adapter : ClientTemplateAdapter to adapter : ClientScopeAdapter in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Variable Type resourceRep : ClientTemplateRepresentation to resourceRep : ClientScopeRepresentation in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type app : ClientTemplateEntity to app : ClientScopeEntity in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.jpa.JpaRealmProvider |
From |
To |
|
Change Variable Type clientModel : ClientTemplateModel to clientModel : ClientScopeModel in method public getClientScope(id String) : ClientScopeResource in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type template1 : ClientTemplateRepresentation to scope1 : ClientScopeRepresentation in method public oauthGrantClientScopeMappers() : void in class org.keycloak.testsuite.oauth.OAuthGrantTest |
From |
To |
|
Change Variable Type currentRole : RoleModel to apprClientScope : ClientScopeModel in method public isClientScopeGranted(clientScope ClientScopeModel) : boolean in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Variable Type entity : ClientTemplateEntity to entity : ClientScopeEntity in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public processConsent(formData MultivaluedMap<String,String>) : Response in class org.keycloak.services.resources.LoginActionsService |
From |
To |
|
Change Variable Type adapter : ClientTemplateAdapter to adapter : ClientScopeAdapter in method private invalidateClientScope(id String) : void in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Variable Type app : ClientTemplateModel to app : ClientScopeModel in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Variable Type clientModels : List<ClientTemplateModel> to clientModels : List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type clientResource : ClientTemplateResource to clientResource : ClientScopeResource in method public getClientScope(id String) : ClientScopeResource in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public setupConsent(session KeycloakSession) : void in class org.keycloak.testsuite.adapter.undertow.servlet.UserStorageConsentTest |
From |
To |
|
Change Variable Type toRemove : UserConsentRoleEntity to toRemove : UserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method private createIdentity(representation PolicyEvaluationRequest) : CloseableKeycloakIdentity in class org.keycloak.authorization.admin.PolicyEvaluationService |
From |
To |
|
Change Variable Type clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public testRemoveClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method public toRepresentation(clientScopeModel ClientScopeModel) : ClientScopeRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type realmRoles : List<RoleModel> to clientScopesToDisplay : List<ClientScopeModel> in method private getClientScopesToApproveOnConsentScreen(realm RealmModel, grantedConsent UserConsentModel, authSession AuthenticationSessionModel) : List<ClientScopeModel> in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public resourceOwnerPasswordCredentialsGrant() : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Change Variable Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method public testClientScope() : void in class org.keycloak.testsuite.oauth.AccessTokenTest |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public testClusterInvalidation() : void in class org.keycloak.testsuite.model.ClusterInvalidationTest |
From |
To |
|
Change Variable Type templateReps : List<ClientTemplateRepresentation> to clientScopesReps : List<ClientScopeRepresentation> in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type model : ClientTemplateModel to model : ClientScopeModel in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Variable Type that : ClientTemplateEntity to that : ClientScopeEntity in method public equals(o Object) : boolean in class org.keycloak.models.jpa.entities.ClientScopeEntity |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testAddDuplicatedClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type templateResource : ClientTemplateResource to clientScopeResource : ClientScopeResource in method public testClientScope() : void in class org.keycloak.testsuite.oauth.AccessTokenTest |
From |
To |
|
Change Variable Type role : RoleModel to clientScope : ClientScopeModel in method public CachedUserConsent(consentModel UserConsentModel) in class org.keycloak.models.cache.infinispan.entities.CachedUserConsent |
From |
To |
|
Change Variable Type list : List<ClientTemplateModel> to list : List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type newTemplate : String to requestedDefaultScopeNames : List<String> in method public beforeUpdate(context ClientRegistrationContext, clientModel ClientModel) : void in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicy |
From |
To |
|
Change Variable Type ae : ClientTemplateEntity to ae : ClientScopeEntity in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public finishAuthentication(protocol LoginProtocol) : Response in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Change Variable Type templates : List<ClientTemplateModel> to clientScopeModels : List<ClientScopeModel> in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public attachSession(authSession AuthenticationSessionModel, userSession UserSessionModel, session KeycloakSession, realm RealmModel, connection ClientConnection, event EventBuilder) : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveScopedRole() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type rep : ClientTemplateRepresentation to rep : ClientScopeRepresentation in method private createClientScope(clientScopeName String, protocol String) : String in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testClientScopesPolicyWithPermittedScope() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Change Variable Type protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public ApplicationsBean(session KeycloakSession, realm RealmModel, user UserModel) in class org.keycloak.forms.account.freemarker.model.ApplicationsBean |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public attachSession() : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Change Variable Type cachedClientTemplate : CachedClientTemplate to cachedClientScope : CachedClientScope in method public test(entry Map.Entry<String,Revisioned>) : boolean in class org.keycloak.models.cache.infinispan.stream.HasRolePredicate |
From |
To |
|
Change Variable Type key : TemplateScopeMappingEntity to key : ClientScopeRoleMappingEntity in method public equals(o Object) : boolean in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Change Variable Type role : RoleModel to clientScope : ClientScopeModel in method public toModel(newRealm RealmModel, consentRep UserConsentRepresentation) : UserConsentModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public clientCredentialsGrant() : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testUpdateProtocolMappers() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type app : ClientTemplateModel to app : ClientScopeModel in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type clientsResource : ClientTemplatesResource to clientScopesResource : ClientScopesResource in method public getClientScopes() : ClientScopesResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Variable Type client : ClientTemplateModel to clientScope : ClientScopeModel in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type adapter : ClientTemplateAdapter to adapter : ClientScopeAdapter in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.jpa.JpaRealmProvider |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Change Variable Type template : ClientTemplateRepresentation to scope : ClientScopeRepresentation in method public testRestEvaluation() : void in class org.keycloak.testsuite.admin.FineGrainAdminUnitTest |
From |
To |
|
Change Variable Type it : Iterator<ClientTemplateEntity> to it : Iterator<ClientScopeEntity> in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type that : ClientTemplateModel to that : ClientScopeModel in method public equals(o Object) : boolean in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Change Variable Type app : ClientTemplateModel to app : ClientScopeModel in method public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testClientScopesPolicy() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Change Variable Type clientTemplate : String to requestedDefaultScopeNames : List<String> in method public beforeRegister(context ClientRegistrationContext) : void in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicy |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testScopes() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type rep : List<ClientTemplateRepresentation> to rep : List<ClientScopeRepresentation> in method public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type grantedProtocolMapperEntity : FederatedUserConsentProtocolMapperEntity to grantedClientScopeEntity : FederatedUserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity FederatedUserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Change Variable Type clientTemplates : List<ClientTemplateModel> to clientScopes : List<ClientScopeModel> in method private getClientScopes(session KeycloakSession) : List<String> in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicyFactory |
From |
To |
|
Change Variable Type protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method private updateGrantedConsentEntity(consentEntity FederatedUserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Change Variable Type template1Rep : ClientTemplateRepresentation to scope1Rep : ClientScopeRepresentation in method public testRenameScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type realmRole : RoleModel to fooScope : ClientScopeModel in method public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type clientModel : ClientTemplateModel to clientModel : ClientScopeModel in method public createClientScope(rep ClientScopeRepresentation) : Response in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type app : ClientTemplateModel to app : ClientScopeModel in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type toRemove : FederatedUserConsentRoleEntity to toRemove : FederatedUserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity FederatedUserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testUpdateScopeScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type clientEntity : ClientTemplateEntity to clientScopeEntity : ClientScopeEntity in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveClientScopeInUse() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type that : ClientTemplateModel to that : ClientScopeModel in method public equals(o Object) : boolean in class org.keycloak.models.cache.infinispan.ClientScopeAdapter |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method protected migrateRealm(realm RealmModel) : void in class org.keycloak.migration.migrators.MigrateTo2_3_0 |
From |
To |
|
Change Variable Type appMap : Map<String,ClientTemplateModel> to appMap : Map<String,ClientScopeModel> in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type clientTemlate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method protected testUpdateProtocolMappers(realms RealmResource...) : void in class org.keycloak.testsuite.migration.AbstractMigrationTest |
From |
To |
|
Change Variable Type grantedRoleEntities : Collection<UserConsentRoleEntity> to grantedClientScopeEntities : Collection<UserConsentClientScopeEntity> in method private toConsentModel(realm RealmModel, entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Change Variable Type resource : ClientTemplateModel to resource : ClientScopeModel in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type cached : CachedClientTemplate to cached : CachedClientScope in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Variable Type entity : TemplateScopeMappingEntity to entity : ClientScopeRoleMappingEntity in method public deleteScopeMapping(role RoleModel) : void in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public finishedRequiredActions(session KeycloakSession, authSession AuthenticationSessionModel, userSession UserSessionModel, clientConnection ClientConnection, request HttpRequest, uriInfo UriInfo, event EventBuilder) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type client : ClientRepresentation to client : ClientResource in method public testClientScopesPolicy() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Change Variable Type clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method protected exchangeClientToClient(targetUser UserModel, targetUserSession UserSessionModel) : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Change Variable Type template : ClientTemplateModel to clientScopeName : String in method public createClient(session KeycloakSession, realm RealmModel, resourceRep ClientRepresentation, addDefaultRoles boolean) : ClientModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type results : List<TemplateScopeMappingEntity> to results : List<ClientScopeRoleMappingEntity> in method public deleteScopeMapping(role RoleModel) : void in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type query : TypedQuery<TemplateScopeMappingEntity> to query : TypedQuery<ClientScopeRoleMappingEntity> in method public deleteScopeMapping(role RoleModel) : void in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateAdapter to clientScope : ClientScopeAdapter in method private roleRemovalInvalidations(roleId String, roleName String, roleContainerId String) : void in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Variable Type a : ClientTemplateEntity to a : ClientScopeEntity in method public removeRealm(id String) : boolean in class org.keycloak.models.jpa.JpaRealmProvider |
From |
To |
|
Change Variable Type clientModel : ClientTemplateModel to clientModel : ClientScopeModel in method public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Variable Type query : TypedQuery<TemplateScopeMappingEntity> to query : TypedQuery<ClientScopeRoleMappingEntity> in method protected getRealmScopeMappingQuery(role RoleModel) : TypedQuery<ClientScopeRoleMappingEntity> in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type template : ClientTemplateModel to scope1 : ClientScopeModel in method public testCannotRemoveBoundClientTemplate() : void in class org.keycloak.testsuite.model.ClientModelTest |
From |
To |
|
Change Variable Type entities : Collection<ClientTemplateEntity> to entities : Collection<ClientScopeEntity> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entity : TemplateScopeMappingEntity to entity : ClientScopeRoleMappingEntity in method public addScopeMapping(role RoleModel) : void in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Variable Type apps : List<ClientTemplateModel> to apps : List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Variable Type realmRole : RoleModel to fooScope : ClientScopeModel in method public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest |
From |
To |
|
Change Variable Type grantedRoleEntities : Collection<FederatedUserConsentRoleEntity> to grantedClientScopeEntities : Collection<FederatedUserConsentClientScopeEntity> in method private toConsentModel(realm RealmModel, entity FederatedUserConsentEntity) : UserConsentModel in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type role : RoleModel to clientScope : ClientScopeModel in method public toRepresentation(model UserConsentModel) : UserConsentRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type model : ClientTemplateModel to model : ClientScopeModel in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Variable Type template2Rep : ClientTemplateRepresentation to scope2Rep : ClientScopeRepresentation in method public testRenameScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Variable Type clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public getClientScopeByName(realm RealmModel, clientScopeName String) : ClientScopeModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Method public canListTemplates() : boolean renamed to public canListClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method public testClientTemplatesPolicyWithPermittedTemplate() : void renamed to public testClientScopesPolicyWithPermittedScope() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Method public specifyDuplicatedScopeAsRealmAndClientRoleTest() : void renamed to public specifyMultipleExistingScopesTest() : void in class org.keycloak.testsuite.oauth.OAuthScopeInTokenResponseTest |
From |
To |
|
Rename Method public getClientTemplates() : Collection<ClientTemplateEntity> renamed to public getClientScopes() : Collection<ClientScopeEntity> in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Rename Method public createClientTemplate(uriInfo UriInfo, rep ClientTemplateRepresentation) : Response renamed to public createClientScope(rep ClientScopeRepresentation) : Response in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Rename Method public addClientTemplate(name String) : ClientTemplateModel renamed to public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method private clientTemplates() : ClientTemplatesResource renamed to private clientScopes() : ClientScopesResource in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Method public getClientTemplates() : List<ClientTemplateModel> renamed to public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public setClientTemplate(template ClientTemplateModel) : void renamed to public addClientScope(clientScope ClientScopeModel, defaultScope boolean) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public specifyNotAssignedScopeAsClientRoleTest() : void renamed to public specifyMultipleScopeTest() : void in class org.keycloak.testsuite.oauth.OAuthScopeInTokenResponseTest |
From |
To |
|
Rename Method public deleteProtocolMapperTest() : void renamed to public deleteClientScopeTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Rename Method public testUpdateTemplate() : void renamed to public testUpdateScopeScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public requireViewTemplates() : void renamed to public requireViewClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method public registerClientTemplateInvalidation(id String) : void renamed to public registerClientScopeInvalidation(id String) : void in class org.keycloak.models.cache.CacheRealmProvider |
From |
To |
|
Rename Method private invalidateClientTemplate(id String) : void renamed to private invalidateClientScope(id String) : void in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Rename Method public getClientTemplates() : List<ClientTemplateModel> renamed to public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public getClientTemplateById(id String, realm RealmModel) : ClientTemplateModel renamed to public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.jpa.JpaRealmProvider |
From |
To |
|
Rename Method public testClientTemplatesPolicy() : void renamed to public testClientScopesPolicy() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Method public getGrantedRoles() : Collection<UserConsentRoleEntity> renamed to public getGrantedClientScopes() : Collection<UserConsentClientScopeEntity> in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Rename Method public getRoles() : Set<String> renamed to public getClientScopes() : Set<String> in class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity |
From |
To |
|
Rename Method public canViewTemplates() : boolean renamed to public canViewClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public getClientTemplateById(id String) : ClientTemplateModel renamed to public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Method public getClientTemplates() : List<String> renamed to public getClientScopes() : List<String> in class org.keycloak.models.cache.infinispan.entities.CachedRealm |
From |
To |
|
Rename Method public testRenameTemplate() : void renamed to public testRenameScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public isRoleGranted(role RoleModel) : boolean renamed to public isClientScopeGranted(clientScope ClientScopeModel) : boolean in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Method public setGrantedRoles(grantedRoles Collection<FederatedUserConsentRoleEntity>) : void renamed to public setGrantedClientScopes(grantedClientScopes Collection<FederatedUserConsentClientScopeEntity>) : void in class org.keycloak.storage.jpa.entity.FederatedUserConsentEntity |
From |
To |
|
Rename Method public getClientTemplateById(id String, realm RealmModel) : ClientTemplateModel renamed to public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.RealmProvider |
From |
To |
|
Rename Method public addClientTemplate(id String, name String) : ClientTemplateModel renamed to public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Method public requireListTemplates() : void renamed to public requireListClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public setClientTemplate(clientTemplate ClientTemplateEntity) : void renamed to public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Rename Method public requireManageTemplates() : void renamed to public requireManageClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public addClientTemplate(id String, name String) : ClientTemplateModel renamed to public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public getRealmRolesRequested() : List<RoleModel> renamed to public getClientScopesRequested() : List<ClientScopeEntry> in class org.keycloak.forms.login.freemarker.model.OAuthGrantBean |
From |
To |
|
Rename Method public clientTemplateScopeMapping(clientTemplateName String) : ScopeMappingRepresentation renamed to public clientScopeScopeMapping(clientScopeName String) : ScopeMappingRepresentation in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Rename Method public getClientTemplateByName(realm RealmModel, templateName String) : ClientTemplateModel renamed to public getClientScopeByName(realm RealmModel, clientScopeName String) : ClientScopeModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Method public setupOfflineTokens(realm RealmModel) : void renamed to public setupOfflineRole(realm RealmModel) : RoleModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Method public clientTemplateScopeMappingsClientLevelPath(clientTemplateDbId String, clientOwningRoleId String) : String renamed to public clientScopeProtocolMappersPath(clientScopeDbId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Method public testClientTemplate() : void renamed to public testClientScope() : void in class org.keycloak.testsuite.oauth.AccessTokenTest |
From |
To |
|
Rename Method public requireViewTemplates() : void renamed to public requireViewClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public testGetUnknownTemplate() : void renamed to public testGetUnknownScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public setClientTemplate(template ClientTemplateModel) : void renamed to public addClientScope(clientScope ClientScopeModel, defaultScope boolean) : void in class org.keycloak.storage.client.AbstractReadOnlyClientStorageAdapter |
From |
To |
|
Rename Method public getRoleIds() : Set<String> renamed to public getClientScopeIds() : Set<String> in class org.keycloak.models.cache.infinispan.entities.CachedUserConsent |
From |
To |
|
Rename Method public setClientTemplate(clientTemplate String) : void renamed to public setClientScope(clientScope String) : void in class org.keycloak.representations.idm.ScopeMappingRepresentation |
From |
To |
|
Rename Method public addGrantedRole(role RoleModel) : void renamed to public addGrantedClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Method public removeClientTemplate(id String) : boolean renamed to public removeClientScope(id String) : boolean in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Method public requireListTemplates() : void renamed to public requireListClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method private getClientTemplates(session KeycloakSession) : List<String> renamed to private getClientScopes(session KeycloakSession) : List<String> in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicyFactory |
From |
To |
|
Rename Method public clientTemplateProtocolMapperPath(clientTemplateDbId String, protocolMapperId String) : String renamed to public clientScopeProtocolMapperPath(clientScopeDbId String, protocolMapperId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Method private clientTemplates() : ClientTemplatesResource renamed to private clientScopes() : ClientScopesResource in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public getClientTemplate() : String renamed to public getDefaultClientScopesIds() : List<String> in class org.keycloak.models.cache.infinispan.entities.CachedClient |
From |
To |
|
Rename Method public canManageTemplates() : boolean renamed to public canManageClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public setGrantedRoles(grantedRoles Collection<UserConsentRoleEntity>) : void renamed to public setGrantedClientScopes(grantedClientScopes Collection<UserConsentClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Rename Method public getRolesGranted() : List<String> renamed to public getClientScopesGranted() : List<String> in class org.keycloak.testsuite.pages.AccountApplicationsPage.AppEntry |
From |
To |
|
Rename Method public getClientTemplateById(id String) : ClientTemplateModel renamed to public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public getClientTemplates() : List<ClientTemplateRepresentation> renamed to public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Rename Method public getTemplate() : ClientTemplateEntity renamed to public getClientScope() : ClientScopeEntity in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Rename Method public getClientTemplateById(id String, realm RealmModel) : ClientTemplateModel renamed to public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Rename Method public setGrantedClientRoles(grantedClientRoles Map<String,List<String>>) : void renamed to public setGrantedClientScopes(grantedClientScopes List<String>) : void in class org.keycloak.representations.idm.UserConsentRepresentation |
From |
To |
|
Rename Method public updateWithRoleRemovalTest() : void renamed to public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest |
From |
To |
|
Rename Method public addClientTemplate(name String) : ClientTemplateModel renamed to public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public canManageTemplates() : boolean renamed to public canManageClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method public setUseTemplateScope(flag boolean) : void renamed to public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.storage.client.AbstractReadOnlyClientStorageAdapter |
From |
To |
|
Rename Method public setUseTemplateScope(flag boolean) : void renamed to public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public getClientTemplates() : List<ClientTemplateModel> renamed to public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Method private createTemplate(templateRep ClientTemplateRepresentation) : String renamed to private createClientScope(clientScopeRep ClientScopeRepresentation) : String in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public updateWithRoleRemovalTest() : void renamed to public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Rename Method public addClientTemplate(name String) : ClientTemplateModel renamed to public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Method public clientTemplateScopeMappingsRealmLevelPath(clientTemplateDbId String) : String renamed to public clientScopeRoleMappingsRealmLevelPath(clientScopeDbId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Method public getClientTemplateById(id String) : ClientTemplateModel renamed to public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public testAddDuplicatedTemplate() : void renamed to public testAddDuplicatedClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public deleteProtocolMapperTest() : void renamed to public deleteClientScopeTest() : void in class org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest |
From |
To |
|
Rename Method public setClientTemplates(clientTemplates Collection<ClientTemplateEntity>) : void renamed to public setClientScopes(clientScopes Collection<ClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Rename Method public registerClientTemplateInvalidation(id String) : void renamed to public registerClientScopeInvalidation(id String) : void in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Rename Method public getGrantedRoles() : Set<RoleModel> renamed to public getGrantedClientScopes() : Set<ClientScopeModel> in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Method public canListTemplates() : boolean renamed to public canListClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Method public requireManageTemplates() : void renamed to public requireManageClientScopes() : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method private removeTemplate(templateId String) : void renamed to private removeClientScope(clientScopeId String) : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public setRoles(roles Set<String>) : void renamed to public setClientScopes(clientScopes Set<String>) : void in class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity |
From |
To |
|
Rename Method public getClientTemplate() : ClientTemplateEntity renamed to public getClientScope() : ClientScopeEntity in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Rename Method public oauthGrantClientTemplateMappers() : void renamed to public oauthGrantClientScopeMappers() : void in class org.keycloak.testsuite.oauth.OAuthGrantTest |
From |
To |
|
Rename Method public clientTemplates() : ClientTemplatesResource renamed to public clientScopes() : ClientScopesResource in class org.keycloak.admin.client.resource.RealmResource |
From |
To |
|
Rename Method public removeClientTemplate(id String) : boolean renamed to public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public getProtocolMappers() : Set<String> renamed to public getClientScopes() : Set<String> in class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter |
From |
To |
|
Rename Method public oauthGrantAddAnotherRoleAndMapper() : void renamed to public oauthGrantAddAnotherScope() : void in class org.keycloak.testsuite.oauth.OAuthGrantTest |
From |
To |
|
Rename Method public setClientTemplates(clientTemplates List<ClientTemplateRepresentation>) : void renamed to public setClientScopes(clientScopes List<ClientScopeRepresentation>) : void in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Rename Method public getGrantedProtocolMappers() : Map<String,List<String>> renamed to public getGrantedClientScopes() : List<String> in class org.keycloak.representations.idm.UserConsentRepresentation |
From |
To |
|
Rename Method public testRemoveTemplateInUse() : void renamed to public testRemoveClientScopeInUse() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method private createClientTemplates(session KeycloakSession, rep RealmRepresentation, realm RealmModel) : Map<String,ClientTemplateModel> renamed to private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method private removeTemplate(templateId String) : void renamed to private removeClientScope(clientScopeId String) : void in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Method public canViewTemplates() : boolean renamed to public canViewClientScopes() : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Method private createTemplate(templateName String, protocol String) : String renamed to private createClientScope(clientScopeName String, protocol String) : String in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Method private isRealmRoleGranted(consent Map<String,Object>, roleName String) : boolean renamed to private isClientScopeGranted(consent Map<String,Object>, clientScopeName String) : boolean in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Method private addGrantedRole(role String) : void renamed to private addGrantedClientScope(clientScope String) : void in class org.keycloak.testsuite.pages.AccountApplicationsPage.AppEntry |
From |
To |
|
Rename Method public clientTemplateResourcePath(clientTemplateId String) : String renamed to public clientScopeRoleMappingsClientLevelPath(clientScopeDbId String, clientOwningRoleId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Method public getGrantedRoles() : Collection<FederatedUserConsentRoleEntity> renamed to public getGrantedClientScopes() : Collection<FederatedUserConsentClientScopeEntity> in class org.keycloak.storage.jpa.entity.FederatedUserConsentEntity |
From |
To |
|
Rename Method public testRemoveTemplate() : void renamed to public testRemoveClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Method public getRealmRolesGranted() : List<RoleModel> renamed to public getClientScopesGranted() : List<String> in class org.keycloak.forms.account.freemarker.model.ApplicationsBean.ApplicationEntry |
From |
To |
|
Rename Method public specifyNotAssignedScopeAsRealmRoleTest() : void renamed to public specifySingleNotExistingScopeTest() : void in class org.keycloak.testsuite.oauth.OAuthScopeInTokenResponseTest |
From |
To |
|
Rename Method public deleteClientTemplate() : Response renamed to public deleteClientScope() : Response in class org.keycloak.services.resources.admin.ClientScopeResource |
From |
To |
|
Rename Method public removeClientTemplate(id String) : boolean renamed to public removeClientScope(id String) : boolean in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public setTemplate(template ClientTemplateEntity) : void renamed to public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Rename Method public addClientTemplate(id String, name String) : ClientTemplateModel renamed to public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Variable templateResource : ClientTemplateResource to clientScopeResource : ClientScopeResource in method public testClientScope() : void in class org.keycloak.testsuite.oauth.AccessTokenTest |
From |
To |
|
Rename Variable clientTemplates : List<String> to clientScopes : List<String> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Rename Variable clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public testRemoveClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method protected exchangeClientToClient(targetUser UserModel, targetUserSession UserSessionModel) : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Rename Variable clientTemplateRealmScopes : List<RoleRepresentation> to clientScopeRealmScopes : List<RoleRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable realmRole : RoleModel to fooScope : ClientScopeModel in method public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest |
From |
To |
|
Rename Variable templates : List<ClientTemplateModel> to clientScopeModels : List<ClientScopeModel> in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testScopes() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable grantedRoleEntities : Collection<FederatedUserConsentRoleEntity> to grantedClientScopeEntities : Collection<FederatedUserConsentClientScopeEntity> in method private toConsentModel(realm RealmModel, entity FederatedUserConsentEntity) : UserConsentModel in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable role : RoleModel to clientScope : ClientScopeModel in method public toRepresentation(model UserConsentModel) : UserConsentRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Rename Variable templateGssCredentialMapper : ProtocolMapperRepresentation to scopeGssCredentialMapper : ProtocolMapperRepresentation in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable clientTemplates : List<ClientTemplateModel> to clientScopes : List<ClientScopeModel> in method private getClientScopes(session KeycloakSession) : List<String> in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicyFactory |
From |
To |
|
Rename Variable barTemplateId : String to barScopeId : String in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveScopedRole() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable templateUri : URI to scopeUri : URI in method public testClientScope() : void in class org.keycloak.testsuite.oauth.AccessTokenTest |
From |
To |
|
Rename Variable templateId : String to fooScopeId : String in method public oauthGrantClientScopeMappers() : void in class org.keycloak.testsuite.oauth.OAuthGrantTest |
From |
To |
|
Rename Variable cachedClientTemplate : CachedClientTemplate to cachedClientScope : CachedClientScope in method public test(entry Map.Entry<String,Revisioned>) : boolean in class org.keycloak.models.cache.infinispan.stream.HasRolePredicate |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public setupConsent(session KeycloakSession) : void in class org.keycloak.testsuite.adapter.undertow.servlet.UserStorageConsentTest |
From |
To |
|
Rename Variable roleName : String to scopeName : String in method public toModel(newRealm RealmModel, consentRep UserConsentRepresentation) : UserConsentModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Variable grantedProtocolMapperEntity : UserConsentProtocolMapperEntity to grantedClientScopeEntity : UserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable role : RoleModel to clientScope : ClientScopeModel in method public toModel(newRealm RealmModel, consentRep UserConsentRepresentation) : UserConsentModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable clientTemplate : String to requestedDefaultScopeNames : List<String> in method public beforeRegister(context ClientRegistrationContext) : void in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicy |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testRemoveClientScopeInUse() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public attachSession(authSession AuthenticationSessionModel, userSession UserSessionModel, session KeycloakSession, realm RealmModel, connection ClientConnection, event EventBuilder) : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Rename Variable clientTemplateId : String to clientScopeId : String in method public testClientScopesPolicy() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable grantedProtocolMapperEntity : FederatedUserConsentProtocolMapperEntity to grantedClientScopeEntity : FederatedUserConsentClientScopeEntity in method private updateGrantedConsentEntity(consentEntity FederatedUserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Rename Variable clientTemplateId : String to clientScopeId : String in method public testClientScopesPolicyWithPermittedScope() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable currentRole : RoleModel to apprClientScope : ClientScopeModel in method public isClientScopeGranted(clientScope ClientScopeModel) : boolean in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method private updateGrantedConsentEntity(consentEntity FederatedUserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Rename Variable template : ClientTemplateRepresentation to scope : ClientScopeRepresentation in method public testRestEvaluation() : void in class org.keycloak.testsuite.admin.FineGrainAdminUnitTest |
From |
To |
|
Rename Variable clientTemplateAppScopes : List<RoleRepresentation> to clientScopeAppScopes : List<RoleRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public attachSession() : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Rename Variable clientTemplateMappers : List<ProtocolMapperRepresentation> to clientScopeMappers : List<ProtocolMapperRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable template : ClientTemplateModel to scope1 : ClientScopeModel in method public testCannotRemoveBoundClientTemplate() : void in class org.keycloak.testsuite.model.ClientModelTest |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method private createIdentity(representation PolicyEvaluationRequest) : CloseableKeycloakIdentity in class org.keycloak.authorization.admin.PolicyEvaluationService |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public finishedRequiredActions(session KeycloakSession, authSession AuthenticationSessionModel, userSession UserSessionModel, clientConnection ClientConnection, request HttpRequest, uriInfo UriInfo, event EventBuilder) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public clientCredentialsGrant() : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testUpdateProtocolMappers() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public finishAuthentication(protocol LoginProtocol) : Response in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method protected migrateRealm(realm RealmModel) : void in class org.keycloak.migration.migrators.MigrateTo2_3_0 |
From |
To |
|
Rename Variable clientTemplateRep : ComponentTypeRepresentation to clientScopeRep : ComponentTypeRepresentation in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable template1 : ClientTemplateRepresentation to scope1 : ClientScopeRepresentation in method public oauthGrantClientScopeMappers() : void in class org.keycloak.testsuite.oauth.OAuthGrantTest |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateAdapter to clientScope : ClientScopeAdapter in method private roleRemovalInvalidations(roleId String, roleName String, roleContainerId String) : void in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Rename Variable clientTemlate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method protected testUpdateProtocolMappers(realms RealmResource...) : void in class org.keycloak.testsuite.migration.AbstractMigrationTest |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public processConsent(formData MultivaluedMap<String,String>) : Response in class org.keycloak.services.resources.LoginActionsService |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public getClientScopeByName(realm RealmModel, clientScopeName String) : ClientScopeModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Variable template2Rep : ClientTemplateRepresentation to scope2Rep : ClientScopeRepresentation in method public testRenameScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable realmRole : RoleModel to fooScope : ClientScopeModel in method public updateWithClientScopeRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Rename Variable grantedRoleEntities : Collection<UserConsentRoleEntity> to grantedClientScopeEntities : Collection<UserConsentClientScopeEntity> in method private toConsentModel(realm RealmModel, entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Rename Variable fooTemplateId : String to fooScopeId : String in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable templateId : String to scopeId : String in method private createClientScope(clientScopeName String, protocol String) : String in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Variable clientTemplates : List<String> to clientScopes : List<String> in method public testProviders() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testUpdateScopeScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable role : RoleModel to clientScope : ClientScopeModel in method public CachedUserConsent(consentModel UserConsentModel) in class org.keycloak.models.cache.infinispan.entities.CachedUserConsent |
From |
To |
|
Rename Variable protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Rename Variable clientEntity : ClientTemplateEntity to clientScopeEntity : ClientScopeEntity in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Variable newTemplate : String to requestedDefaultScopeNames : List<String> in method public beforeUpdate(context ClientRegistrationContext, clientModel ClientModel) : void in class org.keycloak.services.clientregistration.policy.impl.ClientScopesClientRegistrationPolicy |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testClientScopesPolicy() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable role : RoleModel to offlineRole : RoleModel in method public setupOfflineRole(realm RealmModel) : RoleModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Variable clientsResource : ClientTemplatesResource to clientScopesResource : ClientScopesResource in method public getClientScopes() : ClientScopesResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Rename Variable client : ClientTemplateModel to clientScope : ClientScopeModel in method public removeClientScope(id String) : boolean in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Variable template : ClientTemplateModel to clientScopeName : String in method public createClient(session KeycloakSession, realm RealmModel, resourceRep ClientRepresentation, addDefaultRoles boolean) : ClientModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Variable realmRoles : List<RoleModel> to clientScopesToDisplay : List<ClientScopeModel> in method private getClientScopesToApproveOnConsentScreen(realm RealmModel, grantedConsent UserConsentModel, authSession AuthenticationSessionModel) : List<ClientScopeModel> in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Variable clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public resourceOwnerPasswordCredentialsGrant() : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint |
From |
To |
|
Rename Variable clientTemplatesPolicyRep : ComponentRepresentation to clientScopesPolicyRep : ComponentRepresentation in method public testClientScopesPolicyWithPermittedScope() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable allClientTemplateScopes : Set<RoleRepresentation> to allClientScopeScopes : Set<RoleRepresentation> in method public assertDataImportedInRealm(adminClient Keycloak, testingClient KeycloakTestingClient, realm RealmRepresentation) : void in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Variable protMappers : String[] to clientScopes : String[] in method public getApplications() : Map<String,AppEntry> in class org.keycloak.testsuite.pages.AccountApplicationsPage |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateModel to clientScope : ClientScopeModel in method public testClusterInvalidation() : void in class org.keycloak.testsuite.model.ClusterInvalidationTest |
From |
To |
|
Rename Variable templateReps : List<ClientTemplateRepresentation> to clientScopesReps : List<ClientScopeRepresentation> in method public exportRealm(session KeycloakSession, realm RealmModel, options ExportOptions, internal boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable protMapper : String to clientScope : String in method public getApplications() : Map<String,AppEntry> in class org.keycloak.testsuite.pages.AccountApplicationsPage |
From |
To |
|
Rename Variable template1Rep : ClientTemplateRepresentation to scope1Rep : ClientScopeRepresentation in method public testRenameScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable templateId : String to clientScopeId : String in method private createClientScope(clientScopeRep ClientScopeRepresentation) : String in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Variable clientTemplate : ClientTemplateRepresentation to clientScope : ClientScopeRepresentation in method public testClientScopesPolicyWithPermittedScope() : void in class org.keycloak.testsuite.client.ClientRegistrationPoliciesTest |
From |
To |
|
Rename Variable protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public ApplicationsBean(session KeycloakSession, realm RealmModel, user UserModel) in class org.keycloak.forms.account.freemarker.model.ApplicationsBean |
From |
To |
|
Rename Variable templateRep : ClientTemplateRepresentation to scopeRep : ClientScopeRepresentation in method public testAddDuplicatedClientScope() : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmCacheSession |
From |
To |
|
Change Return Type void to RoleModel in method public setupOfflineRole(realm RealmModel) : RoleModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Change Return Type List<RoleModel> to List<ClientScopeEntry> in method public getClientScopesRequested() : List<ClientScopeEntry> in class org.keycloak.forms.login.freemarker.model.OAuthGrantBean |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type Collection<ClientTemplateEntity> to Collection<ClientScopeEntity> in method public getClientScopes() : Collection<ClientScopeEntity> in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Change Return Type List<ClientTemplateRepresentation> to List<ClientScopeRepresentation> in method public getClientScopes() : List<ClientScopeRepresentation> in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers() : Map<String,ProtocolMapperModel> in class org.keycloak.protocol.docker.DockerAuthV2ProtocolFactory |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type void to ClientManagerBuilder in method public fullScopeAllowed(enable boolean) : ClientManagerBuilder in class org.keycloak.testsuite.util.ClientManager.ClientManagerBuilder |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeByName(realm RealmModel, clientScopeName String) : ClientScopeModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Change Return Type ClientTemplateRepresentation to ClientScopeRepresentation in method public toRepresentation() : ClientScopeRepresentation in class org.keycloak.admin.client.resource.ClientScopeResource |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers() : Map<String,ProtocolMapperModel> in class org.keycloak.protocol.oidc.OIDCLoginProtocolFactory |
From |
To |
|
Change Return Type ClientTemplateRepresentation to ClientScopeRepresentation in method public toRepresentation(clientScopeModel ClientScopeModel) : ClientScopeRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers() : Map<String,ProtocolMapperModel> in class org.keycloak.protocol.saml.SamlProtocolFactory |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type ClientTemplateRepresentation to ClientScopeRepresentation in method public getClientScope() : ClientScopeRepresentation in class org.keycloak.services.resources.admin.ClientScopeResource |
From |
To |
|
Change Return Type AuthenticatedClientSessionModel to ClientSessionContext in method public attachSession(authSession AuthenticationSessionModel, userSession UserSessionModel, session KeycloakSession, realm RealmModel, connection ClientConnection, event EventBuilder) : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Change Return Type ClientTemplatesResource to ClientScopesResource in method public clientScopes() : ClientScopesResource in class org.keycloak.admin.client.resource.RealmResource |
From |
To |
|
Change Return Type ClientTemplateEntity to ClientScopeEntity in method public getClientScope() : ClientScopeEntity in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Change Return Type TypedQuery<TemplateScopeMappingEntity> to TypedQuery<ClientScopeRoleMappingEntity> in method protected getRealmScopeMappingQuery(role RoleModel) : TypedQuery<ClientScopeRoleMappingEntity> in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String) : ClientScopeModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type String to List<String> in method public getDefaultClientScopesIds() : List<String> in class org.keycloak.models.cache.infinispan.entities.CachedClient |
From |
To |
|
Change Return Type AuthenticatedClientSessionModel to ClientSessionContext in method public attachSession() : ClientSessionContext in class org.keycloak.authentication.AuthenticationProcessor |
From |
To |
|
Change Return Type ClientTemplatesResource to ClientScopesResource in method private clientScopes() : ClientScopesResource in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.RealmProvider |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type Collection<UserConsentRoleEntity> to Collection<UserConsentClientScopeEntity> in method public getGrantedClientScopes() : Collection<UserConsentClientScopeEntity> in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Return Type List<ClientTemplateModel> to List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers(protocol String) : Map<String,ProtocolMapperModel> in class org.keycloak.migration.MigrationProvider |
From |
To |
|
Change Return Type List<ClientTemplateModel> to List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type AuthenticatedClientSessionModel to ClientSessionContext in method public attachAuthenticationSession(session KeycloakSession, userSession UserSessionModel, authSession AuthenticationSessionModel) : ClientSessionContext in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public getClientScopeById(id String, realm RealmModel) : ClientScopeModel in class org.keycloak.models.jpa.JpaRealmProvider |
From |
To |
|
Change Return Type List<RoleModel> to List<String> in method public getClientScopesGranted() : List<String> in class org.keycloak.forms.account.freemarker.model.ApplicationsBean.ApplicationEntry |
From |
To |
|
Change Return Type ClientTemplatesResource to ClientScopesResource in method public getClientTemplates() : ClientScopesResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Return Type Set<RoleModel> to Set<ClientScopeModel> in method public getGrantedClientScopes() : Set<ClientScopeModel> in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Return Type Map<String,ClientTemplateModel> to Map<String,ClientScopeModel> in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Return Type List<ClientTemplateRepresentation> to List<ClientScopeRepresentation> in method public findAll() : List<ClientScopeRepresentation> in class org.keycloak.admin.client.resource.ClientScopesResource |
From |
To |
|
Change Return Type ClientTemplateResource to ClientScopeResource in method public getClientScope(id String) : ClientScopeResource in class org.keycloak.services.resources.admin.ClientScopesResource |
From |
To |
|
Change Return Type Map<String,List<String>> to List<String> in method public getGrantedClientScopes() : List<String> in class org.keycloak.representations.idm.UserConsentRepresentation |
From |
To |
|
Change Return Type ClientTemplateEntity to ClientScopeEntity in method public getClientScope() : ClientScopeEntity in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Change Return Type ClientTemplateResource to ClientScopeResource in method public get(id String) : ClientScopeResource in class org.keycloak.admin.client.resource.ClientScopesResource |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.cache.infinispan.RealmAdapter |
From |
To |
|
Change Return Type List<ClientTemplateModel> to List<ClientScopeModel> in method public getClientScopes() : List<ClientScopeModel> in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type Collection<FederatedUserConsentRoleEntity> to Collection<FederatedUserConsentClientScopeEntity> in method public getGrantedClientScopes() : Collection<FederatedUserConsentClientScopeEntity> in class org.keycloak.storage.jpa.entity.FederatedUserConsentEntity |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers() : Map<String,ProtocolMapperModel> in class org.keycloak.protocol.LoginProtocolFactory |
From |
To |
|
Change Return Type ClientTemplateModel to ClientScopeModel in method public addClientScope(id String, name String) : ClientScopeModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type ClientTemplatesResource to ClientScopesResource in method private clientScopes() : ClientScopesResource in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Change Return Type ClientTemplateEntity to ClientScopeEntity in method public getEntity() : ClientScopeEntity in class org.keycloak.models.jpa.ClientScopeAdapter |
From |
To |
|
Change Return Type List<ProtocolMapperModel> to Map<String,ProtocolMapperModel> in method public getBuiltinMappers(protocol String) : Map<String,ProtocolMapperModel> in class org.keycloak.services.migration.DefaultMigrationProvider |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public canManage(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public responseBuilder(realm RealmModel, client ClientModel, event EventBuilder, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : AccessTokenResponseBuilder in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public ClientScopeResource(realm RealmModel, auth AdminPermissionEvaluator, clientScope ClientScopeModel, session KeycloakSession, adminEvent AdminEventBuilder) in class org.keycloak.services.resources.admin.ClientScopeResource |
From |
To |
|
Rename Parameter clientTemplate : ClientTemplateEntity to clientScope : ClientScopeEntity in method public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public populateRoles(roleListMapper ProtocolMapperProcessor<SAMLRoleListMapper>, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext, existingAttributeStatement AttributeStatementType) : void in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Rename Parameter grantedRoles : Collection<UserConsentRoleEntity> to grantedClientScopes : Collection<UserConsentClientScopeEntity> in method public setGrantedClientScopes(grantedClientScopes Collection<UserConsentClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Rename Parameter clientTemplateDbId : String to clientScopeDbId : String in method public clientScopeRoleMappingsRealmLevelPath(clientScopeDbId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public redirectAfterSuccessfulFlow(session KeycloakSession, realm RealmModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, request HttpRequest, uriInfo UriInfo, clientConnection ClientConnection, event EventBuilder, protocol String) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Parameter clientTemplate : String to clientScope : String in method public setClientScope(clientScope String) : void in class org.keycloak.representations.idm.ScopeMappingRepresentation |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public mapRoles(roleAttributeStatement AttributeStatementType, mappingModel ProtocolMapperModel, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : void in class org.keycloak.protocol.saml.mappers.SAMLRoleListMapper |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public isOfflineTokenAllowed(clientSessionCtx ClientSessionContext) : boolean in class org.keycloak.services.managers.UserSessionManager |
From |
To |
|
Rename Parameter accessRequestMessage : String to clientScopesRequested : List<ClientScopeModel> in method public setAccessRequest(clientScopesRequested List<ClientScopeModel>) : LoginFormsProvider in class org.keycloak.forms.login.freemarker.FreeMarkerLoginFormsProvider |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public AccessTokenResponseBuilder(realm RealmModel, client ClientModel, event EventBuilder, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) in class org.keycloak.protocol.oidc.TokenManager.AccessTokenResponseBuilder |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public mapRoles(roleAttributeStatement AttributeStatementType, mappingModel ProtocolMapperModel, session KeycloakSession, userSession UserSessionModel, clientSessionCtx ClientSessionContext) : void in class org.keycloak.protocol.saml.mappers.RoleListMapper |
From |
To |
|
Rename Parameter role : RoleModel to clientScope : ClientScopeModel in method public isClientScopeGranted(clientScope ClientScopeModel) : boolean in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public TokenValidation(user UserModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, newToken AccessToken) in class org.keycloak.protocol.oidc.TokenManager.TokenValidation |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSessionCtx ClientSessionContext, uriInfo UriInfo) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Rename Parameter templateName : String to clientScopeName : String in method public getClientScopeByName(realm RealmModel, clientScopeName String) : ClientScopeModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Parameter roles : Set<String> to clientScopes : Set<String> in method public setClientScopes(clientScopes Set<String>) : void in class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity |
From |
To |
|
Rename Parameter clientTemplateDbId : String to clientScopeDbId : String in method public clientScopeProtocolMappersPath(clientScopeDbId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireManage(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Parameter claimsGranted : List<String> to clientScopesGranted : List<String> in method public ApplicationEntry(realmRolesAvailable List<RoleModel>, resourceRolesAvailable MultivaluedHashMap<String,ClientRoleEntry>, client ClientModel, clientScopesGranted List<String>, additionalGrants List<String>) in class org.keycloak.forms.account.freemarker.model.ApplicationsBean.ApplicationEntry |
From |
To |
|
Rename Parameter templateId : String to clientScopeId : String in method private removeClientScope(clientScopeId String) : void in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public canManage(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public redirectAfterSuccessfulFlow(session KeycloakSession, realm RealmModel, userSession UserSessionModel, clientSessionCtx ClientSessionContext, request HttpRequest, uriInfo UriInfo, clientConnection ClientConnection, event EventBuilder, protocol LoginProtocol) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireView(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |
|
Rename Parameter protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public preRemove(clientScope ClientScopeModel) : void in class org.keycloak.models.jpa.JpaUserProvider |
From |
To |
|
Rename Parameter message : String to clientScopesRequested : List<ClientScopeModel> in method public setAccessRequest(clientScopesRequested List<ClientScopeModel>) : LoginFormsProvider in class org.keycloak.forms.login.LoginFormsProvider |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.docker.DockerAuthV2Protocol |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireManage(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Parameter consentRequired : boolean to userInfo : boolean in method public create(name String, accessToken boolean, idToken boolean, userInfo boolean) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.FullNameMapper |
From |
To |
|
Rename Parameter clientTemplateName : String to clientScopeName : String in method public clientScopeScopeMapping(clientScopeName String) : ScopeMappingRepresentation in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Rename Parameter templateRep : ClientTemplateRepresentation to clientScopeRep : ClientScopeRepresentation in method private createClientScope(clientScopeRep ClientScopeRepresentation) : String in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Parameter roleName : String to clientScopeName : String in method private isClientScopeGranted(consent Map<String,Object>, clientScopeName String) : boolean in class org.keycloak.testsuite.exportimport.ExportImportUtil |
From |
To |
|
Rename Parameter clientTemplateDbId : String to clientScopeDbId : String in method public clientScopeProtocolMapperPath(clientScopeDbId String, protocolMapperId String) : String in class org.keycloak.testsuite.util.AdminEventPaths |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.LoginProtocol |
From |
To |
|
Rename Parameter flag : boolean to clientScope : ClientScopeModel in method public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.storage.client.AbstractReadOnlyClientStorageAdapter |
From |
To |
|
Rename Parameter rep : RealmRepresentation to clientScopes : List<ClientScopeRepresentation> in method private createClientScopes(session KeycloakSession, clientScopes List<ClientScopeRepresentation>, realm RealmModel) : Map<String,ClientScopeModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Parameter role : RoleModel to clientScope : ClientScopeModel in method public addGrantedClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.UserConsentModel |
From |
To |
|
Rename Parameter grantedRoles : Collection<FederatedUserConsentRoleEntity> to grantedClientScopes : Collection<FederatedUserConsentClientScopeEntity> in method public setGrantedClientScopes(grantedClientScopes Collection<FederatedUserConsentClientScopeEntity>) : void in class org.keycloak.storage.jpa.entity.FederatedUserConsentEntity |
From |
To |
|
Rename Parameter flag : boolean to clientScope : ClientScopeModel in method public removeClientScope(clientScope ClientScopeModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Parameter grantedClientRoles : Map<String,List<String>> to grantedClientScopes : List<String> in method public setGrantedClientScopes(grantedClientScopes List<String>) : void in class org.keycloak.representations.idm.UserConsentRepresentation |
From |
To |
|
Rename Parameter clientModel : ClientTemplateModel to clientScopeModel : ClientScopeModel in method public toRepresentation(clientScopeModel ClientScopeModel) : ClientScopeRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public canView(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Parameter protocolMapper : ProtocolMapperModel to clientScope : ClientScopeModel in method public preRemove(clientScope ClientScopeModel) : void in class org.keycloak.storage.jpa.JpaUserFederatedStorageProvider |
From |
To |
|
Rename Parameter clientTemplates : List<ClientTemplateRepresentation> to clientScopes : List<ClientScopeRepresentation> in method public setClientScopes(clientScopes List<ClientScopeRepresentation>) : void in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Rename Parameter clientSession : AuthenticatedClientSessionModel to clientSessionCtx : ClientSessionContext in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Rename Parameter template : ClientTemplateEntity to clientScope : ClientScopeEntity in method public setClientScope(clientScope ClientScopeEntity) : void in class org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity |
From |
To |
|
Rename Parameter templateName : String to clientScopeName : String in method private createClientScope(clientScopeName String, protocol String) : String in class org.keycloak.testsuite.admin.client.ClientScopeProtocolMapperTest |
From |
To |
|
Rename Parameter templateId : String to clientScopeId : String in method private removeClientScope(clientScopeId String) : void in class org.keycloak.testsuite.admin.client.ClientScopeTest |
From |
To |
|
Rename Parameter roles : Set<String> to clientScopes : Set<String> in method public AuthenticationSessionEntity(clientUUID String, authUserId String, redirectUri String, action String, clientScopes Set<String>, executionStatus Map<String,AuthenticationSessionModel.ExecutionStatus>, protocol String, clientNotes Map<String,String>, authNotes Map<String,String>, requiredActions Set<String>, userSessionNotes Map<String,String>) in class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity |
From |
To |
|
Rename Parameter role : String to clientScope : String in method private addGrantedClientScope(clientScope String) : void in class org.keycloak.testsuite.pages.AccountApplicationsPage.AppEntry |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public requireView(clientScope ClientScopeModel) : void in class org.keycloak.services.resources.admin.permissions.ClientPermissionEvaluator |
From |
To |
|
Rename Parameter clientTemplates : Collection<ClientTemplateEntity> to clientScopes : Collection<ClientScopeEntity> in method public setClientScopes(clientScopes Collection<ClientScopeEntity>) : void in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Rename Parameter template : ClientTemplateModel to clientScope : ClientScopeModel in method public canView(clientScope ClientScopeModel) : boolean in class org.keycloak.services.resources.admin.permissions.ClientPermissions |
From |
To |