|
Move Method public setFrontchannelLogout(frontchannelLogout Boolean) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setFrontchannelLogout(frontchannelLogout Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getProtocolMappers() : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.OAuthClientRepresentation to public getProtocolMappers() : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setIdentityProviders(identityProviders List<ClientIdentityProviderMappingRepresentation>) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setIdentityProviders(identityProviders List<ClientIdentityProviderMappingRepresentation>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setPublicClient(publicClient Boolean) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setPublicClient(publicClient Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setRedirectUris(redirectUris List<String>) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setRedirectUris(redirectUris List<String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setEnabled(enabled Boolean) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setEnabled(enabled Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setId(id String) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setId(id String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setDirectGrantsOnly(directGrantsOnly Boolean) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setDirectGrantsOnly(directGrantsOnly Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getRedirectUris() : List<String> from class org.keycloak.representations.idm.OAuthClientRepresentation to public getRedirectUris() : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getAttributes() : Map<String,String> from class org.keycloak.representations.idm.OAuthClientRepresentation to public getAttributes() : Map<String,String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public isFrontchannelLogout() : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to public isFrontchannelLogout() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getNotBefore() : Integer from class org.keycloak.representations.idm.OAuthClientRepresentation to public getNotBefore() : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getIdentityProviders() : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.OAuthClientRepresentation to public getIdentityProviders() : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getId() : String from class org.keycloak.representations.idm.OAuthClientRepresentation to public getId() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setSecret(secret String) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setSecret(secret String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getWebOrigins() : List<String> from class org.keycloak.representations.idm.OAuthClientRepresentation to public getWebOrigins() : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getProtocol() : String from class org.keycloak.representations.idm.OAuthClientRepresentation to public getProtocol() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public isFullScopeAllowed() : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to public isFullScopeAllowed() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setFullScopeAllowed(fullScopeAllowed Boolean) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setFullScopeAllowed(fullScopeAllowed Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public isEnabled() : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to public isEnabled() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public isPublicClient() : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to public isPublicClient() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public getSecret() : String from class org.keycloak.representations.idm.OAuthClientRepresentation to public getSecret() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setWebOrigins(webOrigins List<String>) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setWebOrigins(webOrigins List<String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setProtocol(protocol String) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setProtocol(protocol String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setAttributes(attributes Map<String,String>) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setAttributes(attributes Map<String,String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Method public setNotBefore(notBefore Integer) : void from class org.keycloak.representations.idm.OAuthClientRepresentation to public setNotBefore(notBefore Integer) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected id : String from class org.keycloak.representations.idm.ApplicationRepresentation to protected id : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected publicClient : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected publicClient : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected registeredNodes : Map<String,Integer> from class org.keycloak.representations.idm.ApplicationRepresentation to protected registeredNodes : Map<String,Integer> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected notBefore : Integer from class org.keycloak.representations.idm.ApplicationRepresentation to protected notBefore : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected protocol : String from class org.keycloak.representations.idm.ApplicationRepresentation to protected protocol : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected webOrigins : List<String> from class org.keycloak.representations.idm.ApplicationRepresentation to protected webOrigins : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected secret : String from class org.keycloak.representations.idm.ApplicationRepresentation to protected secret : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected identityProviders : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ApplicationRepresentation to protected identityProviders : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected defaultRoles : String[] from class org.keycloak.representations.idm.ApplicationRepresentation to protected defaultRoles : String[] from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected protocolMappers : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ApplicationRepresentation to protected protocolMappers : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected redirectUris : List<String> from class org.keycloak.representations.idm.ApplicationRepresentation to protected redirectUris : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected directGrantsOnly : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected directGrantsOnly : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected surrogateAuthRequired : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected surrogateAuthRequired : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected enabled : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected enabled : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected consentRequired : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected consentRequired : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected bearerOnly : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected bearerOnly : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected adminUrl : String from class org.keycloak.representations.idm.ApplicationRepresentation to protected adminUrl : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected frontchannelLogout : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected frontchannelLogout : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected fullScopeAllowed : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to protected fullScopeAllowed : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected baseUrl : String from class org.keycloak.representations.idm.ApplicationRepresentation to protected baseUrl : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected attributes : Map<String,String> from class org.keycloak.representations.idm.ApplicationRepresentation to protected attributes : Map<String,String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Attribute protected nodeReRegistrationTimeout : Integer from class org.keycloak.representations.idm.ApplicationRepresentation to protected nodeReRegistrationTimeout : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected notBefore : Integer from class org.keycloak.representations.idm.OAuthClientRepresentation to protected notBefore : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected fullScopeAllowed : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to protected fullScopeAllowed : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected publicClient : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to protected publicClient : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected protocolMappers : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.OAuthClientRepresentation to protected protocolMappers : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected enabled : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to protected enabled : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected secret : String from class org.keycloak.representations.idm.OAuthClientRepresentation to protected secret : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected frontchannelLogout : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to protected frontchannelLogout : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected redirectUris : List<String> from class org.keycloak.representations.idm.OAuthClientRepresentation to protected redirectUris : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected protocol : String from class org.keycloak.representations.idm.OAuthClientRepresentation to protected protocol : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected directGrantsOnly : Boolean from class org.keycloak.representations.idm.OAuthClientRepresentation to protected directGrantsOnly : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected webOrigins : List<String> from class org.keycloak.representations.idm.OAuthClientRepresentation to protected webOrigins : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected attributes : Map<String,String> from class org.keycloak.representations.idm.OAuthClientRepresentation to protected attributes : Map<String,String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute private identityProviders : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.OAuthClientRepresentation to protected identityProviders : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Move Attribute protected id : String from class org.keycloak.representations.idm.OAuthClientRepresentation to protected id : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Change Variable Type storedApp : ApplicationRepresentation to storedApp : ClientRepresentation in method protected testCreateRealm(rep RealmRepresentation) : void in class org.keycloak.testsuite.admin.AdminAPITest |
From |
To |
|
Change Variable Type applicationManager : ApplicationManager to clientManager : ClientManager in method public getInstallation() : String in class org.keycloak.services.resources.admin.ClientResource |
From |
To |
|
Change Variable Type newApp : ApplicationRepresentation to newApp : ClientRepresentation in method protected testCreateRealm(rep RealmRepresentation) : void in class org.keycloak.testsuite.admin.AdminAPITest |
From |
To |
|
Change Variable Type app : ApplicationRepresentation to client : ClientRepresentation in method public getClients() : List<ClientRepresentation> in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Change Variable Type resourceRep : ApplicationRepresentation to resourceRep : ClientRepresentation in method public importRealm(session KeycloakSession, rep RealmRepresentation, newRealm RealmModel) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Variable Type rep : List<ApplicationRepresentation> to rep : List<ClientRepresentation> in method public getClients() : List<ClientRepresentation> in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Change Variable Type appReps : List<ApplicationRepresentation> to clientReps : List<ClientRepresentation> in method public exportRealm(session KeycloakSession, realm RealmModel, includeUsers boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type appRep : ApplicationRepresentation to clientRep : ClientRepresentation in method public exportRealm(session KeycloakSession, realm RealmModel, includeUsers boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Variable Type applicationsResource : ApplicationsByIdResource to applicationsResource : ClientsByIdResource in method public getApplicationsById() : ClientsByIdResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Variable Type representation : ApplicationRepresentation to representation : ClientRepresentation in method public json() : void in class org.keycloak.testsuite.model.ClientModelTest |
From |
To |
|
Change Variable Type applicationsResource : ApplicationsResource to clientsResource : ClientsResource in method public getApplications() : ClientsResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Variable Type rep : ApplicationRepresentation to rep : ClientRepresentation in method public toRepresentation(clientModel ClientModel) : ClientRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Variable Type applicationResource : ApplicationResource to clientResource : ClientResource in method public getClient(name String) : ClientResource in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Change Variable Type appRep : ApplicationRepresentation to appRep : ClientRepresentation in method protected testCreateRealm(rep RealmRepresentation) : void in class org.keycloak.testsuite.admin.AdminAPITest |
From |
To |
|
Change Variable Type applicationManager : ApplicationManager to clientManager : ClientManager in method public getJBossInstallation() : String in class org.keycloak.services.resources.admin.ClientResource |
From |
To |
|
Change Variable Type applicationManager : ApplicationManager to clientManager : ClientManager in method private setupRealmAdminManagement(realm RealmModel) : void in class org.keycloak.services.managers.RealmManager |
From |
To |
|
Rename Method protected getApplicationByPathParam(id String) : ClientModel renamed to protected getClientByPathParam(id String) : ClientModel in class org.keycloak.services.resources.admin.ClientsByIdResource |
From |
To |
|
Rename Method public createApplication(session KeycloakSession, realm RealmModel, resourceRep ApplicationRepresentation, addDefaultRoles boolean) : ClientModel renamed to public createClient(session KeycloakSession, realm RealmModel, resourceRep ClientRepresentation, addDefaultRoles boolean) : ClientModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method public createApplication(realm RealmModel, name String) : ClientModel renamed to public createClient(realm RealmModel, name String) : ClientModel in class org.keycloak.models.utils.KeycloakModelUtils |
From |
To |
|
Rename Method public createApplication(uriInfo UriInfo, rep ApplicationRepresentation) : Response renamed to public createClient(uriInfo UriInfo, rep ClientRepresentation) : Response in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Method public removeApplication(realm RealmModel, application ClientModel) : boolean renamed to public removeClient(realm RealmModel, client ClientModel) : boolean in class org.keycloak.services.managers.ClientManager |
From |
To |
|
Rename Method protected getApplicationByPathParam(name String) : ClientModel renamed to protected getClientByPathParam(name String) : ClientModel in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Method public createApplication(realm RealmModel, name String) : ClientModel renamed to public createClient(realm RealmModel, name String) : ClientModel in class org.keycloak.services.managers.ClientManager |
From |
To |
|
Rename Method public getApplication(name String) : ApplicationResource renamed to public getClient(name String) : ClientResource in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Method public updateApplication(rep ApplicationRepresentation, resource ClientModel) : void renamed to public updateClient(rep ClientRepresentation, resource ClientModel) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method public createApplicationScopeMappings(realm RealmModel, applicationModel ClientModel, mappings List<ScopeMappingRepresentation>) : void renamed to public createClientScopeMappings(realm RealmModel, clientModel ClientModel, mappings List<ScopeMappingRepresentation>) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method protected getApplicationPath(clientModel ClientModel) : String renamed to protected getClientPath(clientModel ClientModel) : String in class org.keycloak.services.resources.admin.ClientsByIdResource |
From |
To |
|
Rename Method public getApplications() : List<ApplicationRepresentation> renamed to public getClients() : List<ClientRepresentation> in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Method public createApplicationRoleMappings(applicationModel ClientModel, user UserModel, roleNames List<String>) : void renamed to public createClientRoleMappings(applicationModel ClientModel, user UserModel, roleNames List<String>) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method protected getApplicationPath(clientModel ClientModel) : String renamed to protected getClientPath(clientModel ClientModel) : String in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Method private createOAuthClients(session KeycloakSession, realmRep RealmRepresentation, realm RealmModel) : void renamed to private createClients(session KeycloakSession, rep RealmRepresentation, realm RealmModel) : Map<String,ClientModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Method public exportApplication(app ClientModel) : ApplicationRepresentation renamed to public exportClient(client ClientModel) : ClientRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Pull Up Method public getDirectGrantsOnly() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public getDirectGrantsOnly() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getRedirectUris() : List<String> from class org.keycloak.representations.idm.ApplicationRepresentation to public getRedirectUris() : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getSecret() : String from class org.keycloak.representations.idm.ApplicationRepresentation to public getSecret() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setRegisteredNodes(registeredNodes Map<String,Integer>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setRegisteredNodes(registeredNodes Map<String,Integer>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isFrontchannelLogout() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isFrontchannelLogout() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setSurrogateAuthRequired(surrogateAuthRequired Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setSurrogateAuthRequired(surrogateAuthRequired Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setConsentRequired(consentRequired Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setConsentRequired(consentRequired Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setEnabled(enabled Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setEnabled(enabled Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isConsentRequired() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isConsentRequired() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isEnabled() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isEnabled() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getNotBefore() : Integer from class org.keycloak.representations.idm.ApplicationRepresentation to public getNotBefore() : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getWebOrigins() : List<String> from class org.keycloak.representations.idm.ApplicationRepresentation to public getWebOrigins() : List<String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setSecret(secret String) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setSecret(secret String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getProtocol() : String from class org.keycloak.representations.idm.ApplicationRepresentation to public getProtocol() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isFullScopeAllowed() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isFullScopeAllowed() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setWebOrigins(webOrigins List<String>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setWebOrigins(webOrigins List<String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getId() : String from class org.keycloak.representations.idm.ApplicationRepresentation to public getId() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getAdminUrl() : String from class org.keycloak.representations.idm.ApplicationRepresentation to public getAdminUrl() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isBearerOnly() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isBearerOnly() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setPublicClient(publicClient Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setPublicClient(publicClient Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getDefaultRoles() : String[] from class org.keycloak.representations.idm.ApplicationRepresentation to public getDefaultRoles() : String[] from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setNotBefore(notBefore Integer) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setNotBefore(notBefore Integer) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setBearerOnly(bearerOnly Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setBearerOnly(bearerOnly Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setDirectGrantsOnly(directGrantsOnly Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setDirectGrantsOnly(directGrantsOnly Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setNodeReRegistrationTimeout(nodeReRegistrationTimeout Integer) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setNodeReRegistrationTimeout(nodeReRegistrationTimeout Integer) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getNodeReRegistrationTimeout() : Integer from class org.keycloak.representations.idm.ApplicationRepresentation to public getNodeReRegistrationTimeout() : Integer from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getIdentityProviders() : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ApplicationRepresentation to public getIdentityProviders() : List<ClientIdentityProviderMappingRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getAttributes() : Map<String,String> from class org.keycloak.representations.idm.ApplicationRepresentation to public getAttributes() : Map<String,String> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setAdminUrl(adminUrl String) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setAdminUrl(adminUrl String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setFrontchannelLogout(frontchannelLogout Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setFrontchannelLogout(frontchannelLogout Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getBaseUrl() : String from class org.keycloak.representations.idm.ApplicationRepresentation to public getBaseUrl() : String from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setBaseUrl(baseUrl String) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setBaseUrl(baseUrl String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setIdentityProviders(identityProviders List<ClientIdentityProviderMappingRepresentation>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setIdentityProviders(identityProviders List<ClientIdentityProviderMappingRepresentation>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setId(id String) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setId(id String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isPublicClient() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isPublicClient() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setDefaultRoles(defaultRoles String[]) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setDefaultRoles(defaultRoles String[]) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getRegisteredNodes() : Map<String,Integer> from class org.keycloak.representations.idm.ApplicationRepresentation to public getRegisteredNodes() : Map<String,Integer> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public getProtocolMappers() : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ApplicationRepresentation to public getProtocolMappers() : List<ProtocolMapperRepresentation> from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public isSurrogateAuthRequired() : Boolean from class org.keycloak.representations.idm.ApplicationRepresentation to public isSurrogateAuthRequired() : Boolean from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setProtocol(protocol String) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setProtocol(protocol String) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setRedirectUris(redirectUris List<String>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setRedirectUris(redirectUris List<String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setAttributes(attributes Map<String,String>) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setAttributes(attributes Map<String,String>) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Pull Up Method public setFullScopeAllowed(fullScopeAllowed Boolean) : void from class org.keycloak.representations.idm.ApplicationRepresentation to public setFullScopeAllowed(fullScopeAllowed Boolean) : void from class org.keycloak.representations.idm.ClientRepresentation |
From |
To |
|
Rename Variable applicationResource : ApplicationResource to clientResource : ClientResource in method public getClient(name String) : ClientResource in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Variable applicationManager : ApplicationManager to clientManager : ClientManager in method public getJBossInstallation() : String in class org.keycloak.services.resources.admin.ClientResource |
From |
To |
|
Rename Variable applicationManager : ApplicationManager to clientManager : ClientManager in method private setupRealmAdminManagement(realm RealmModel) : void in class org.keycloak.services.managers.RealmManager |
From |
To |
|
Rename Variable applicationManager : ApplicationManager to clientManager : ClientManager in method public getInstallation() : String in class org.keycloak.services.resources.admin.ClientResource |
From |
To |
|
Rename Variable app : ApplicationRepresentation to client : ClientRepresentation in method public getClients() : List<ClientRepresentation> in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Rename Variable app : ClientModel to client : ClientModel in method public createUser(session KeycloakSession, newRealm RealmModel, userRep UserRepresentation, clientMap Map<String,ClientModel>) : UserModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Variable appReps : List<ApplicationRepresentation> to clientReps : List<ClientRepresentation> in method public exportRealm(session KeycloakSession, realm RealmModel, includeUsers boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable appRep : ApplicationRepresentation to clientRep : ClientRepresentation in method public exportRealm(session KeycloakSession, realm RealmModel, includeUsers boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable applications : List<ClientModel> to clients : List<ClientModel> in method public exportRealm(session KeycloakSession, realm RealmModel, includeUsers boolean) : RealmRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Rename Variable applicationsResource : ApplicationsResource to clientsResource : ClientsResource in method public getApplications() : ClientsResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Rename Variable appModel : ClientModel to clientModel : ClientModel in method public importRealm(session KeycloakSession, rep RealmRepresentation, newRealm RealmModel) : void in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Rename Variable applicationModel : ClientModel to client : ClientModel in method public createClient(session KeycloakSession, realm RealmModel, resourceRep ClientRepresentation, addDefaultRoles boolean) : ClientModel in class org.keycloak.models.utils.RepresentationToModel |
From |
To |
|
Change Return Type List<ApplicationRepresentation> to List<ClientRepresentation> in method public getClients() : List<ClientRepresentation> in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Change Return Type ApplicationResource to ClientResource in method public getClient(name String) : ClientResource in class org.keycloak.services.resources.admin.ClientsResource |
From |
To |
|
Change Return Type ApplicationResource to ClientResource in method public get(appName String) : ClientResource in class org.keycloak.admin.client.resource.ClientsResource |
From |
To |
|
Change Return Type ApplicationRepresentation to ClientRepresentation in method public toRepresentation(clientModel ClientModel) : ClientRepresentation in class org.keycloak.models.utils.ModelToRepresentation |
From |
To |
|
Change Return Type ApplicationRepresentation to ClientRepresentation in method public exportClient(client ClientModel) : ClientRepresentation in class org.keycloak.exportimport.util.ExportUtils |
From |
To |
|
Change Return Type ApplicationsByIdResource to ClientsByIdResource in method public getApplicationsById() : ClientsByIdResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Return Type ApplicationRepresentation to ClientRepresentation in method public toRepresentation() : ClientRepresentation in class org.keycloak.admin.client.resource.ClientResource |
From |
To |
|
Change Return Type ApplicationsResource to ClientsResource in method public getApplications() : ClientsResource in class org.keycloak.services.resources.admin.RealmAdminResource |
From |
To |
|
Change Return Type ApplicationManager.InstallationAdapterConfig to ClientManager.InstallationAdapterConfig in method public config() : ClientManager.InstallationAdapterConfig in class org.keycloak.services.resources.admin.AdminConsole |
From |
To |
|
Change Return Type ApplicationRepresentation to Map<String,Integer> in method public getApplicationSessionCount() : Map<String,Integer> in class org.keycloak.services.resources.admin.ClientResource |
From |
To |
|
Change Return Type void to Map<String,ClientModel> in method private createClients(session KeycloakSession, rep RealmRepresentation, realm RealmModel) : Map<String,ClientModel> in class org.keycloak.models.utils.RepresentationToModel |
From |
To |