|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public updateGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.utils.UserModelDelegate |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.cache.UserAdapter |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public updateGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Parameter Type entity : GrantedConsentEntity to entity : UserConsentEntity in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Parameter Type consentEntity : GrantedConsentEntity to consentEntity : UserConsentEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Parameter Type consentModel : GrantedConsentModel to consentModel : UserConsentModel in method private isMapperGranted(client ClientModel, protocolMapperName String, consentModel UserConsentModel) : boolean in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Parameter Type grantedProtocolMappers : Collection<GrantedConsentProtocolMapperEntity> to grantedProtocolMappers : Collection<UserConsentProtocolMapperEntity> in method public setGrantedProtocolMappers(grantedProtocolMappers Collection<UserConsentProtocolMapperEntity>) : void in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Parameter Type consentModel : GrantedConsentModel to consentModel : UserConsentModel in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public updateGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.UserModel |
From |
To |
|
Change Parameter Type grantedRoles : Collection<GrantedConsentRoleEntity> to grantedRoles : Collection<UserConsentRoleEntity> in method public setGrantedRoles(grantedRoles Collection<UserConsentRoleEntity>) : void in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Parameter Type grantedConsent : GrantedConsentEntity to userConsent : UserConsentEntity in method public setUserConsent(userConsent UserConsentEntity) : void in class org.keycloak.models.jpa.entities.UserConsentRoleEntity |
From |
To |
|
Change Parameter Type consentModel : GrantedConsentModel to consentModel : UserConsentModel in method private isRoleGranted(roleContainer RoleContainerModel, roleName String, consentModel UserConsentModel) : boolean in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.utils.UserModelDelegate |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.UserModel |
From |
To |
|
Change Parameter Type consent : GrantedConsentModel to consent : UserConsentModel in method public updateGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.cache.UserAdapter |
From |
To |
|
Change Parameter Type grantedConsent : GrantedConsentEntity to userConsent : UserConsentEntity in method public setUserConsent(userConsent UserConsentEntity) : void in class org.keycloak.models.jpa.entities.UserConsentProtocolMapperEntity |
From |
To |
|
Change Return Type Collection<GrantedConsentRoleEntity> to Collection<UserConsentRoleEntity> in method public getGrantedRoles() : Collection<UserConsentRoleEntity> in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.utils.UserModelDelegate |
From |
To |
|
Change Return Type Set<String> to Set<ProtocolMapperModel> in method public getGrantedProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.mongo.keycloak.adapters.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.file.adapter.UserAdapter |
From |
To |
|
Change Return Type boolean to int in method public removeEntities(type Class<? extends MongoIdentifiableEntity>, query DBObject, callback boolean, context MongoStoreInvocationContext) : int in class org.keycloak.connections.mongo.impl.MongoStoreImpl |
From |
To |
|
Change Return Type GrantedConsentModel to void in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.UserModel |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.mongo.keycloak.adapters.UserAdapter |
From |
To |
|
Change Return Type boolean to int in method public removeEntities(type Class<? extends MongoIdentifiableEntity>, query DBObject, callback boolean, context MongoStoreInvocationContext) : int in class org.keycloak.connections.mongo.api.MongoStore |
From |
To |
|
Change Return Type GrantedConsentModel to void in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.cache.UserAdapter |
From |
To |
|
Change Return Type Collection<GrantedConsentProtocolMapperEntity> to Collection<UserConsentProtocolMapperEntity> in method public getGrantedProtocolMappers() : Collection<UserConsentProtocolMapperEntity> in class org.keycloak.models.jpa.entities.UserConsentEntity |
From |
To |
|
Change Return Type String to ClientModel in method public getClient() : ClientModel in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Return Type GrantedConsentEntity to UserConsentEntity in method public getUserConsent() : UserConsentEntity in class org.keycloak.models.jpa.entities.UserConsentRoleEntity |
From |
To |
|
Change Return Type GrantedConsentModel to void in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.utils.UserModelDelegate |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.UserModel |
From |
To |
|
Change Return Type Set<String> to Set<RoleModel> in method public getGrantedRoles() : Set<RoleModel> in class org.keycloak.models.UserConsentModel |
From |
To |
|
Change Return Type GrantedConsentModel to void in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentEntity to UserConsentEntity in method public getUserConsent() : UserConsentEntity in class org.keycloak.models.jpa.entities.UserConsentProtocolMapperEntity |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.UserModel |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.cache.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentEntity to UserConsentEntity in method private getGrantedConsentEntity(clientId String) : UserConsentEntity in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.file.adapter.UserAdapter |
From |
To |
|
Change Return Type GrantedConsentModel to UserConsentModel in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.cache.UserAdapter |
From |
To |
|
Change Return Type List<GrantedConsentModel> to List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.utils.UserModelDelegate |
From |
To |
|
Change Variable Type maryConsent : GrantedConsentModel to maryConsent : UserConsentModel in method public getAllConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type grantedRoleEntities : Collection<GrantedConsentRoleEntity> to grantedRoleEntities : Collection<UserConsentRoleEntity> in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedProtocolMapperEntities : Collection<GrantedConsentProtocolMapperEntity> to grantedProtocolMapperEntities : Collection<UserConsentProtocolMapperEntity> in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedProtocolMapperEntity : GrantedConsentProtocolMapperEntity to grantedProtocolMapperEntity : UserConsentProtocolMapperEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedProtMapper : GrantedConsentProtocolMapperEntity to grantedProtMapper : UserConsentProtocolMapperEntity in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedConsent : GrantedConsentModel to grantedConsent : UserConsentModel in method public nextActionAfterAuthentication(session KeycloakSession, userSession UserSessionModel, clientSession ClientSessionModel, clientConnection ClientConnection, request HttpRequest, uriInfo UriInfo, event EventBuilder) : Response in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type maryConsent : GrantedConsentModel to maryConsent : UserConsentModel in method public basicConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type entity : GrantedConsentEntity to entity : UserConsentEntity in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type johnConsent : GrantedConsentModel to johnConsent : UserConsentModel in method public updateWithRoleRemovalTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type that : GrantedConsentRoleEntity to that : UserConsentRoleEntity in method public equals(o Object) : boolean in class org.keycloak.models.jpa.entities.UserConsentRoleEntity |
From |
To |
|
Change Variable Type maryConsents : List<GrantedConsentModel> to maryConsents : List<UserConsentModel> in method public getAllConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type consentEntity : GrantedConsentEntity to consentEntity : UserConsentEntity in method public addGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type johnBarConsent : GrantedConsentModel to johnBarConsent : UserConsentModel in method public basicConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type consents : List<GrantedConsentModel> to consents : List<UserConsentModel> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedRoleEntities : Collection<GrantedConsentRoleEntity> to grantedRoleEntities : Collection<UserConsentRoleEntity> in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedProtocolMapperEntities : Collection<GrantedConsentProtocolMapperEntity> to grantedProtocolMapperEntities : Collection<UserConsentProtocolMapperEntity> in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type user : MongoUserEntity to client : MongoClientEntity in method public afterRemove(invContext MongoStoreInvocationContext) : void in class org.keycloak.models.mongo.keycloak.entities.MongoRoleEntity |
From |
To |
|
Change Variable Type consent : GrantedConsentModel to consent : UserConsentModel in method public AccessBean(realm RealmModel, user UserModel, baseUri URI, stateChecker String) in class org.keycloak.account.freemarker.model.AccessBean |
From |
To |
|
Change Variable Type consentRoleEntity : GrantedConsentRoleEntity to consentRoleEntity : UserConsentRoleEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type consentEntity : GrantedConsentEntity to consentEntity : UserConsentEntity in method public updateGrantedConsent(consent UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type grantedConsent : GrantedConsentModel to grantedConsent : UserConsentModel in method public processConsent(formData MultivaluedMap<String,String>) : Response in class org.keycloak.services.resources.LoginActionsService |
From |
To |
|
Change Variable Type grantedConsents : List<GrantedConsentModel> to grantedConsents : List<UserConsentModel> in method public AccessBean(realm RealmModel, user UserModel, baseUri URI, stateChecker String) in class org.keycloak.account.freemarker.model.AccessBean |
From |
To |
|
Change Variable Type consentEntity : GrantedConsentEntity to consentEntity : UserConsentEntity in method public revokeGrantedConsentForClient(clientId String) : boolean in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type protocolMapperId : String to protocolMapper : ProtocolMapperModel in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type johnFooConsent : GrantedConsentModel to johnFooConsent : UserConsentModel in method public deleteClientTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type johnConsent : GrantedConsentModel to johnConsent : UserConsentModel in method public deleteRoleTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type entity : GrantedConsentEntity to entity : UserConsentEntity in method public getGrantedConsentByClient(clientId String) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type query : TypedQuery<GrantedConsentEntity> to query : TypedQuery<UserConsentEntity> in method private getGrantedConsentEntity(clientId String) : UserConsentEntity in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type query : TypedQuery<GrantedConsentEntity> to query : TypedQuery<UserConsentEntity> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type rolesToRemove : Set<GrantedConsentRoleEntity> to rolesToRemove : Set<UserConsentRoleEntity> in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type model : GrantedConsentModel to model : UserConsentModel in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type johnConsent : GrantedConsentModel to johnConsent : UserConsentModel in method public deleteProtocolMapperTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type grantedRole : GrantedConsentRoleEntity to grantedRole : UserConsentRoleEntity in method private toConsentModel(entity UserConsentEntity) : UserConsentModel in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type mappersToRemove : Collection<GrantedConsentProtocolMapperEntity> to mappersToRemove : Collection<UserConsentProtocolMapperEntity> in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type role : MongoRoleEntity to role : RoleModel in method public getClientRoleMappings(app ClientModel) : Set<RoleModel> in class org.keycloak.models.mongo.keycloak.adapters.UserAdapter |
From |
To |
|
Change Variable Type johnFooConsent : GrantedConsentModel to johnFooConsent : UserConsentModel in method public basicConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type toRemove : GrantedConsentRoleEntity to toRemove : UserConsentRoleEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type that : GrantedConsentProtocolMapperEntity to that : UserConsentProtocolMapperEntity in method public equals(o Object) : boolean in class org.keycloak.models.jpa.entities.UserConsentProtocolMapperEntity |
From |
To |
|
Change Variable Type results : List<GrantedConsentEntity> to results : List<UserConsentEntity> in method private getGrantedConsentEntity(clientId String) : UserConsentEntity in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type results : List<GrantedConsentEntity> to results : List<UserConsentEntity> in method public getGrantedConsents() : List<UserConsentModel> in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type users : List<MongoUserEntity> to clients : List<MongoClientEntity> in method public afterRemove(invContext MongoStoreInvocationContext) : void in class org.keycloak.models.mongo.keycloak.entities.MongoRoleEntity |
From |
To |
|
Change Variable Type toRemove : GrantedConsentProtocolMapperEntity to toRemove : UserConsentProtocolMapperEntity in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |
|
Change Variable Type johnConsents : List<GrantedConsentModel> to johnConsents : List<UserConsentModel> in method public getAllConsentTest() : void in class org.keycloak.testsuite.model.UserConsentModelTest |
From |
To |
|
Change Variable Type roleId : String to role : RoleModel in method private updateGrantedConsentEntity(consentEntity UserConsentEntity, consentModel UserConsentModel) : void in class org.keycloak.models.jpa.UserAdapter |
From |
To |