|
Rename Method public addProtocolClaimMappings(mappingIds Set<String>) : void renamed to public addProtocolMappers(mappingIds Set<String>) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Rename Method public setProtocolClaimMappings(protocolClaimMappings Collection<ProtocolClaimMappingEntity>) : void renamed to public setProtocolMappers(protocolMappers Collection<ProtocolMapperEntity>) : void in class org.keycloak.models.jpa.entities.ClientEntity |
From |
To |
|
Rename Method public removeProtocolClaimMappings(mappingIds Set<String>) : void renamed to public removeProtocolMappers(mappingIds Set<String>) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Rename Method public addProtocolClaimMappings(mappings Set<String>) : void renamed to public addProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMappings(mappingIds Set<String>) : void renamed to public removeProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public updateProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Rename Method public updateProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Rename Method public addProtocolClaimMapping(model ProtocolClaimMappingModel) : ProtocolClaimMappingModel renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMappings(mappingIds Set<String>) : void renamed to public removeProtocolMappers(mappingIds Set<String>) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Rename Method public updateProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public addProtocolClaimMapping(model ProtocolClaimMappingModel) : ProtocolClaimMappingModel renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public removeProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public getProtocolClaimMappingById(id String) : ProtocolClaimMappingModel renamed to public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Rename Method protected initIDToken(realm RealmModel, claimer ClientModel, client UserModel, user UserModel) : IDToken renamed to protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSession ClientSessionModel) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Rename Method public addProtocolClaimMapping(model ProtocolClaimMappingModel) : ProtocolClaimMappingModel renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public getProtocolClaimMappingById(id String) : ProtocolClaimMappingModel renamed to public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public getProtocolClaimMappingById(id String) : ProtocolClaimMappingModel renamed to public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Rename Method public updateProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMapping(mapping ProtocolClaimMappingModel) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.RealmModel |
From |
To |
|
Rename Method public addProtocolClaimMapping(model ProtocolClaimMappingModel) : ProtocolClaimMappingModel renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Rename Method public removeProtocolClaimMappings(mappings Set<String>) : void renamed to public removeProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Collection<ProtocolClaimMappingEntity> renamed to public getProtocolMappers() : Collection<ProtocolMapperEntity> in class org.keycloak.models.jpa.entities.ClientEntity |
From |
To |
|
Rename Method public addProtocolClaimMappings(mappingIds Set<String>) : void renamed to public addProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public getProtocolClaimMappingById(id String) : ProtocolClaimMappingModel renamed to public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolClaimMappingModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Rename Method public addProtocolClaimMappings(mappingIds Set<String>) : void renamed to public addProtocolMappers(mappingIds Set<String>) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Parameter Type claimMappings : List<ProtocolClaimMappingEntity> to claimMappings : List<ProtocolMapperEntity> in method public setClaimMappings(claimMappings List<ProtocolMapperEntity>) : void in class org.keycloak.models.entities.RealmEntity |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.RealmModel |
From |
To |
|
Change Parameter Type source : ProtocolClaimMappingModel.Source to source : ProtocolMapperModel.Source in method public setSource(source ProtocolMapperModel.Source) : void in class org.keycloak.models.entities.ProtocolMapperEntity |
From |
To |
|
Change Parameter Type openIDConnectService : OpenIDConnectService to openIDConnectService : OIDCLoginProtocolService in method public UserInfoService(openIDConnectService OIDCLoginProtocolService) in class org.keycloak.protocol.oidc.UserInfoService |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.RealmModel |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Parameter Type protocolClaimMappings : Collection<ProtocolClaimMappingEntity> to protocolClaimMappings : Collection<ProtocolMapperEntity> in method public setProtocolClaimMappings(protocolClaimMappings Collection<ProtocolMapperEntity>) : void in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Change Parameter Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Parameter Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Parameter Type rep : ProtocolClaimMappingRepresentation to rep : ProtocolMapperRepresentation in method public toModel(rep ProtocolMapperRepresentation) : ProtocolMapperModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Parameter Type protocolClaimMappings : Collection<ProtocolClaimMappingEntity> to protocolMappers : Collection<ProtocolMapperEntity> in method public setProtocolMappers(protocolMappers Collection<ProtocolMapperEntity>) : void in class org.keycloak.models.jpa.entities.ClientEntity |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Parameter Type protocolClaimMappings : List<ProtocolClaimMappingRepresentation> to protocolClaimMappings : List<ProtocolMapperRepresentation> in method public setProtocolClaimMappings(protocolClaimMappings List<ProtocolMapperRepresentation>) : void in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Parameter Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Parameter Type client : UserModel to client : ClientModel in method protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSession ClientSessionModel) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Parameter Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public toRepresentation(model ProtocolMapperModel) : ProtocolMapperRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Parameter Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Parameter Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolClaimMappings() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.entities.CachedClient |
From |
To |
|
Change Return Type ProtocolClaimMappingRepresentation to ProtocolMapperRepresentation in method public toRepresentation(model ProtocolMapperModel) : ProtocolMapperRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Return Type IDToken to AccessToken in method protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSession ClientSessionModel) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingEntity to ProtocolMapperEntity in method protected getProtocolClaimMapping(id String) : ProtocolMapperEntity in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Return Type OpenIDConnect to OIDCLoginProtocol in method public setSession(session KeycloakSession) : OIDCLoginProtocol in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type OpenIDConnect to OIDCLoginProtocol in method public setRealm(realm RealmModel) : OIDCLoginProtocol in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Return Type ProtocolClaimMappingModel.Source to ProtocolMapperModel.Source in method public getSource() : ProtocolMapperModel.Source in class org.keycloak.models.entities.ProtocolMapperEntity |
From |
To |
|
Change Return Type Collection<ProtocolClaimMappingEntity> to Collection<ProtocolMapperEntity> in method public getProtocolClaimMappings() : Collection<ProtocolMapperEntity> in class org.keycloak.models.jpa.entities.RealmEntity |
From |
To |
|
Change Return Type Collection<ProtocolClaimMappingEntity> to Collection<ProtocolMapperEntity> in method public getProtocolMappers() : Collection<ProtocolMapperEntity> in class org.keycloak.models.jpa.entities.ClientEntity |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Return Type List<ProtocolClaimMappingEntity> to List<ProtocolMapperEntity> in method public getClaimMappings() : List<ProtocolMapperEntity> in class org.keycloak.models.entities.RealmEntity |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getClaimMappings() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.entities.CachedRealm |
From |
To |
|
Change Return Type OpenIDConnect to OIDCLoginProtocol in method public setUriInfo(uriInfo UriInfo) : OIDCLoginProtocol in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public toModel(rep ProtocolMapperRepresentation) : ProtocolMapperModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingEntity to ProtocolMapperEntity in method protected getProtocolClaimMapping(id String) : ProtocolMapperEntity in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.RealmModel |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.ClientModel |
From |
To |
|
Change Return Type ProtocolClaimMappingModel to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Return Type List<ProtocolClaimMappingRepresentation> to List<ProtocolMapperRepresentation> in method public getProtocolClaimMappings() : List<ProtocolMapperRepresentation> in class org.keycloak.representations.idm.RealmRepresentation |
From |
To |
|
Change Return Type Set<ProtocolClaimMappingModel> to Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.RealmModel |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingEntity to mapping : ProtocolMapperEntity in method public addProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Change Variable Type entities : Collection<ProtocolClaimMappingEntity> to entities : Collection<ProtocolMapperEntity> in method public removeProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type that : ProtocolClaimMappingModel to that : ProtocolMapperModel in method public equals(o Object) : boolean in class org.keycloak.models.ProtocolMapperModel |
From |
To |
|
Change Variable Type endpoint : OpenIDConnectService to endpoint : OIDCLoginProtocolService in method public getLoginStatusIframe(name String, client_id String, origin String) : Response in class org.keycloak.services.resources.RealmsResource |
From |
To |
|
Change Variable Type result : Set<ProtocolClaimMappingModel> to result : Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type result : Set<ProtocolClaimMappingModel> to result : Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method protected getProtocolClaimMapping(id String) : ProtocolMapperEntity in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type oauth : OpenIDConnect to oauth : OIDCLoginProtocol in method public loginPage(responseType String, redirect String, clientId String, scopeParam String, state String, prompt String, loginHint String, idpHint String) : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocolService |
From |
To |
|
Change Variable Type mappingMoel : ProtocolClaimMappingModel to mappingMoel : ProtocolMapperModel in method public toRepresentation(model OAuthClientModel) : OAuthClientRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type rep : ProtocolClaimMappingRepresentation to rep : ProtocolMapperRepresentation in method public toRepresentation(model ProtocolMapperModel) : ProtocolMapperRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type toDelete : ProtocolClaimMappingEntity to toDelete : ProtocolMapperEntity in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.cache.RealmAdapter |
From |
To |
|
Change Variable Type rel : ProtocolClaimMappingEntity to rel : ProtocolMapperEntity in method public addProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public toRepresentation(applicationModel ApplicationModel) : ApplicationRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type remove : List<ProtocolClaimMappingEntity> to remove : List<ProtocolMapperEntity> in method public removeProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type rel : ProtocolClaimMappingEntity to rel : ProtocolMapperEntity in method public removeProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type that : ProtocolClaimMappingEntity to that : ProtocolMapperEntity in method public equals(o Object) : boolean in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method protected getProtocolClaimMapping(id String) : ProtocolMapperEntity in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type representation : ProtocolClaimMappingRepresentation to representation : ProtocolMapperRepresentation in method private importProtocolClaimMappings(rep RealmRepresentation, newRealm RealmModel) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public toRepresentation(realm RealmModel, internal boolean) : RealmRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public removeProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entities : Collection<ProtocolClaimMappingEntity> to entities : Collection<ProtocolMapperEntity> in method public addProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public getProtocolMapperById(id String) : ProtocolMapperModel in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type mapping : ProtocolClaimMappingModel to mapping : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type model : ProtocolClaimMappingModel to model : ProtocolMapperModel in method public toModel(rep ProtocolMapperRepresentation) : ProtocolMapperModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type mappings : Set<ProtocolClaimMappingModel> to mappings : Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.RealmAdapter |
From |
To |
|
Change Variable Type entity : ProtocolClaimMappingEntity to entity : ProtocolMapperEntity in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter |
From |
To |
|
Change Variable Type mappings : Set<ProtocolClaimMappingModel> to mappings : Set<ProtocolMapperModel> in method public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Variable Type token : IDToken to token : AccessToken in method protected initToken(realm RealmModel, client ClientModel, user UserModel, session UserSessionModel, clientSession ClientSessionModel) : AccessToken in class org.keycloak.protocol.oidc.TokenManager |
From |
To |