|
Change Parameter Type model : AuthenticationFlowModel to flow : AuthenticationFlowRepresentation in method public createFlow(flow AuthenticationFlowRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type config : AuthenticatorConfigModel to rep : AuthenticatorConfigRepresentation in method public updateAuthenticatorConfig(id String, rep AuthenticatorConfigRepresentation) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type config : AuthenticatorConfigModel to json : AuthenticatorConfigRepresentation in method public newExecutionConfig(execution String, json AuthenticatorConfigRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type result : List<AuthenticationExecutionRepresentation> to result : List<AuthenticationExecutionInfoRepresentation> in method public recurseExecutions(flow AuthenticationFlowModel, result List<AuthenticationExecutionInfoRepresentation>, level int) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type rep : AuthenticationExecutionRepresentation to rep : AuthenticationExecutionInfoRepresentation in method public updateExecutions(flowAlias String, rep AuthenticationExecutionInfoRepresentation) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type model : AuthenticationExecutionModel to execution : AuthenticationExecutionRepresentation in method public addExecution(execution AuthenticationExecutionRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Parameter Type authenticationExecutions : List<AuthenticationExecutionRepresentation> to authenticationExecutions : List<AuthenticationExecutionExportRepresentation> in method public setAuthenticationExecutions(authenticationExecutions List<AuthenticationExecutionExportRepresentation>) : void in class org.keycloak.representations.idm.AuthenticationFlowRepresentation |
From |
To |
|
Change Parameter Type config : AuthenticatorConfigModel to rep : AuthenticatorConfigRepresentation in method public createAuthenticatorConfig(rep AuthenticatorConfigRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Variable Type result : List<AuthenticationExecutionRepresentation> to result : List<AuthenticationExecutionInfoRepresentation> in method public getExecutions(flowAlias String) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Variable Type rep : AuthenticationExecutionRepresentation to rep : AuthenticationExecutionInfoRepresentation in method public recurseExecutions(flow AuthenticationFlowModel, result List<AuthenticationExecutionInfoRepresentation>, level int) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Variable Type exeRep : AuthenticationExecutionRepresentation to exeRep : AuthenticationExecutionExportRepresentation in method public importAuthenticationFlows(newRealm RealmModel, rep RealmRepresentation) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type flows : List<AuthenticationFlowModel> to flows : List<AuthenticationFlowRepresentation> in method public getFlows() : List<AuthenticationFlowRepresentation> in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Variable Type rep : AuthenticationExecutionRepresentation to rep : AuthenticationExecutionExportRepresentation in method public toRepresentation(realm RealmModel, model AuthenticationExecutionModel) : AuthenticationExecutionExportRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type rep : AuthenticatorConfigDescription to rep : AuthenticatorConfigInfoRepresentation in method public getAuthenticatorConfigDescription(providerId String) : AuthenticatorConfigInfoRepresentation in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Rename Method public getFlowAlias() : String renamed to public getId() : String in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Method public setAuthenticator(authenticator String) : void renamed to public setParentFlow(parentFlow String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Method public setFlowAlias(flowId String) : void renamed to public setId(id String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Method public getRequirement() : String renamed to public getFlowId() : String in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Method public setRequirement(requirement String) : void renamed to public setFlowId(flowId String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Method public getAuthenticator() : String renamed to public getParentFlow() : String in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public setPriority(priority int) : void from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public setPriority(priority int) : void from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public getAuthenticatorConfig() : String from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public getAuthenticatorConfig() : String from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public getPriority() : int from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public getPriority() : int from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public isAutheticatorFlow() : boolean from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public isAutheticatorFlow() : boolean from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public setAutheticatorFlow(autheticatorFlow boolean) : void from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public setAutheticatorFlow(autheticatorFlow boolean) : void from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Pull Up Method public setAuthenticatorConfig(authenticatorConfig String) : void from class org.keycloak.representations.idm.AuthenticationExecutionRepresentation to public setAuthenticatorConfig(authenticatorConfig String) : void from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation |
From |
To |
|
Change Return Type AuthenticatorConfigDescription to AuthenticatorConfigInfoRepresentation in method public getAuthenticatorConfigDescription(providerId String) : AuthenticatorConfigInfoRepresentation in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Return Type AuthenticationFlowModel to AuthenticationFlowRepresentation in method public getFlow(id String) : AuthenticationFlowRepresentation in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Return Type List<AuthenticationExecutionRepresentation> to List<AuthenticationExecutionExportRepresentation> in method public getAuthenticationExecutions() : List<AuthenticationExecutionExportRepresentation> in class org.keycloak.representations.idm.AuthenticationFlowRepresentation |
From |
To |
|
Change Return Type AuthenticatorConfigModel to AuthenticatorConfigRepresentation in method public getAuthenticatorConfig(id String) : AuthenticatorConfigRepresentation in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Return Type AuthenticatorConfigModel to AuthenticatorConfigRepresentation in method public getAuthenticatorConfig(execution String, id String) : AuthenticatorConfigRepresentation in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Return Type List<AuthenticationFlowModel> to List<AuthenticationFlowRepresentation> in method public getFlows() : List<AuthenticationFlowRepresentation> in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Change Return Type AuthenticationExecutionRepresentation to AuthenticationExecutionExportRepresentation in method public toRepresentation(realm RealmModel, model AuthenticationExecutionModel) : AuthenticationExecutionExportRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Rename Parameter requirement : String to flowId : String in method public setFlowId(flowId String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Parameter flowId : String to id : String in method public setId(id String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Parameter model : AuthenticationFlowModel to flow : AuthenticationFlowRepresentation in method public createFlow(flow AuthenticationFlowRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Rename Parameter config : AuthenticatorConfigModel to rep : AuthenticatorConfigRepresentation in method public updateAuthenticatorConfig(id String, rep AuthenticatorConfigRepresentation) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Rename Parameter authenticator : String to parentFlow : String in method public setParentFlow(parentFlow String) : void in class org.keycloak.representations.idm.AuthenticationExecutionRepresentation |
From |
To |
|
Rename Parameter config : AuthenticatorConfigModel to json : AuthenticatorConfigRepresentation in method public newExecutionConfig(execution String, json AuthenticatorConfigRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Rename Parameter model : AuthenticationExecutionModel to execution : AuthenticationExecutionRepresentation in method public addExecution(execution AuthenticationExecutionRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |
|
Rename Parameter config : AuthenticatorConfigModel to rep : AuthenticatorConfigRepresentation in method public createAuthenticatorConfig(rep AuthenticatorConfigRepresentation) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource |
From |
To |