|
Rename Method public addClaimMapper(realm RealmModel, name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, appliedByDefault boolean, accessToken boolean, idToken boolean) : void renamed to public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCUserAttributeMapper |
From |
To |
|
Rename Method public addProtocolMappers(mapperIds Set<String>) : void renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public setProtocolMappers(mapperIds Set<String>) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public removeProtocolMappers(mapperIds Set<String>) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Rename Method public addAttributeMapper(realm RealmModel, name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, appliedByDefault boolean) : void renamed to public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserModelUriReferenceAttributeStatementMapper |
From |
To |
|
Rename Method public addClaimMapper(realm RealmModel, name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, appliedByDefault boolean, accessToken boolean, idToken boolean, mapperId String) : void renamed to public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean, mapperId String) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCAttributeMapperHelper |
From |
To |
|
Rename Method public addProtocolMappers(mapperNames Set<String>) : void renamed to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Rename Method public setRealm(realm RealmEntity) : void renamed to public setClient(client ClientEntity) : void in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Rename Method public setProtocolMappers(mapperNames Set<String>) : void renamed to public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Rename Method public getProtocolClaimMappings() : Set<ProtocolMapperModel> renamed to public getProtocolMappers() : Set<ProtocolMapperModel> in class org.keycloak.models.cache.entities.CachedClient |
From |
To |
|
Rename Method private setProtocolMappers(info ServerInfoRepresentation) : void renamed to private setProtocolMapperTypes(info ServerInfoRepresentation) : void in class org.keycloak.services.resources.admin.ServerInfoAdminResource |
From |
To |
|
Rename Method public addAttributeMapper(realm RealmModel, name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, appliedByDefault boolean) : void renamed to public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserAttributeBasicAttributeStatementMapper |
From |
To |
|
Rename Method public addClaimMapper(realm RealmModel, name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, appliedByDefault boolean, accessToken boolean, idToken boolean) : void renamed to public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCUserModelMapper |
From |
To |
|
Rename Method public addAttributeMapper(realm RealmModel, name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, appliedByDefault boolean) : void renamed to public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserModelBasicAttributeStatementMapper |
From |
To |
|
Rename Method public removeProtocolMappers(mapperNames Set<String>) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Rename Method public getRealm() : RealmEntity renamed to public getClient() : ClientEntity in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Rename Method public addAttributeMapper(realm RealmModel, name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, appliedByDefault boolean, mapperId String) : void renamed to public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, mapperId String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.AttributeStatementHelper |
From |
To |
|
Rename Method public removeProtocolMappers(mapperIds Set<String>) : void renamed to public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Rename Method public addAttributeMapper(realm RealmModel, name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, appliedByDefault boolean) : void renamed to public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserAttributeUriReferenceAttributeStatementMapper |
From |
To |
|
Change Parameter Type mapperIds : Set<String> to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Change Parameter Type protocolMappers : Set<String> to protocolMappers : List<ProtocolMapperEntity> in method public setProtocolMappers(protocolMappers List<ProtocolMapperEntity>) : void in class org.keycloak.models.entities.ClientEntity |
From |
To |
|
Change Parameter Type protocolMappers : List<ClientProtocolMappingRepresentation> to protocolMappers : List<ProtocolMapperRepresentation> in method public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void in class org.keycloak.representations.idm.ApplicationRepresentation |
From |
To |
|
Change Parameter Type mapperIds : Set<String> to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.ClientModel |
From |
To |
|
Change Parameter Type mapperIds : Set<String> to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Change Parameter Type mapperNames : Set<String> to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Change Parameter Type realm : RealmModel to client : ClientModel in method public ProtocolMappersResource(client ClientModel, auth RealmAuth) in class org.keycloak.services.resources.admin.ProtocolMappersResource |
From |
To |
|
Change Parameter Type protocolMappers : List<ClientProtocolMappingRepresentation> to protocolMappers : List<ProtocolMapperRepresentation> in method public setProtocolMappers(protocolMappers List<ProtocolMapperRepresentation>) : void in class org.keycloak.representations.idm.OAuthClientRepresentation |
From |
To |
|
Change Parameter Type mapperNames : Set<String> to mapping : ProtocolMapperModel in method public removeProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Change Parameter Type realm : RealmEntity to client : ClientEntity in method public setClient(client ClientEntity) : void in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Change Parameter Type mapperIds : Set<String> to mapping : ProtocolMapperModel in method public updateProtocolMapper(mapping ProtocolMapperModel) : void in class org.keycloak.models.ClientModel |
From |
To |
|
Change Parameter Type mapperNames : Set<String> to model : ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.cache.RealmAdapter to public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Move Method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel from class org.keycloak.models.jpa.RealmAdapter to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method protected entityToModel(entity ProtocolMapperEntity) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to protected entityToModel(entity ProtocolMapperEntity) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public removeProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.jpa.RealmAdapter to public removeProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Move Method protected entityToModel(entity ProtocolMapperEntity) : ProtocolMapperModel from class org.keycloak.models.jpa.RealmAdapter to protected entityToModel(entity ProtocolMapperEntity) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.cache.RealmAdapter to public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Move Method protected getProtocolMapperEntity(id String) : ProtocolMapperEntity from class org.keycloak.models.jpa.RealmAdapter to protected getProtocolMapperEntity(id String) : ProtocolMapperEntity from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.jpa.RealmAdapter to public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method protected getProtocolMapperEntityByName(protocol String, name String) : ProtocolMapperEntity from class org.keycloak.models.jpa.RealmAdapter to protected getProtocolMapperEntityByName(protocol String, name String) : ProtocolMapperEntity from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Move Method public updateProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to public updateProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter |
From |
To |
|
Move Method public updateProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.jpa.RealmAdapter to public updateProtocolMapper(mapping ProtocolMapperModel) : void from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.jpa.RealmAdapter to public getProtocolMapperById(id String) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to public getProtocolMapperByName(protocol String, name String) : ProtocolMapperModel from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Move Method protected getProtocolMapperEntityByName(protocol String, name String) : ProtocolMapperEntity from class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter to protected getProtocolMapperEntityByName(protocol String, name String) : ProtocolMapperEntity from class org.keycloak.models.jpa.ClientAdapter |
From |
To |
|
Change Return Type List<ClientProtocolMappingRepresentation> to List<ProtocolMapperRepresentation> in method public getProtocolMappers() : List<ProtocolMapperRepresentation> in class org.keycloak.representations.idm.OAuthClientRepresentation |
From |
To |
|
Change Return Type Set<String> to List<ProtocolMapperEntity> in method public getProtocolMappers() : List<ProtocolMapperEntity> in class org.keycloak.models.entities.ClientEntity |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserModelUriReferenceAttributeStatementMapper |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.cache.ClientAdapter |
From |
To |
|
Change Return Type ClientProtocolMappersResource to ProtocolMappersResource in method public getProtocolMappers() : ProtocolMappersResource in class org.keycloak.services.resources.admin.OAuthClientResource |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public addProtocolMapper(model ProtocolMapperModel) : ProtocolMapperModel in class org.keycloak.models.ClientModel |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String, mapperId String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.AttributeStatementHelper |
From |
To |
|
Change Return Type List<ClientProtocolMappingRepresentation> to List<ProtocolMapperRepresentation> in method public getProtocolMappers() : List<ProtocolMapperRepresentation> in class org.keycloak.representations.idm.ApplicationRepresentation |
From |
To |
|
Change Return Type RealmEntity to ClientEntity in method public getClient() : ClientEntity in class org.keycloak.models.jpa.entities.ProtocolMapperEntity |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean, mapperId String) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCAttributeMapperHelper |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserAttributeBasicAttributeStatementMapper |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserModelBasicAttributeStatementMapper |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createAttributeMapper(name String, userAttribute String, samlAttributeName String, friendlyName String, consentRequired boolean, consentText String) : ProtocolMapperModel in class org.keycloak.protocol.saml.mappers.UserAttributeUriReferenceAttributeStatementMapper |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCUserAttributeMapper |
From |
To |
|
Change Return Type ClientProtocolMappersResource to ProtocolMappersResource in method public getProtocolMappers() : ProtocolMappersResource in class org.keycloak.services.resources.admin.ApplicationResource |
From |
To |
|
Change Return Type void to ProtocolMapperModel in method public createClaimMapper(name String, userAttribute String, tokenClaimName String, claimType String, consentRequired boolean, consentText String, accessToken boolean, idToken boolean) : ProtocolMapperModel in class org.keycloak.protocol.oidc.mappers.OIDCUserModelMapper |
From |
To |