|
Pull Up Method private containsMapper(mappers List<ProtocolMapperRepresentation>, mapper ProtocolMapperRepresentation) : boolean from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected containsMapper(mappers List<ProtocolMapperRepresentation>, mapper ProtocolMapperRepresentation) : boolean from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private makeMapper(protocol String, name String, mapperType String, config Map<String,String>) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected makeMapper(protocol String, name String, mapperType String, config Map<String,String>) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private makeSamlMapper(name String) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected makeSamlMapper(name String) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private makeOidcMapper(name String) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected makeOidcMapper(name String) : ProtocolMapperRepresentation from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private testAddAllBuiltinMappers(resource ProtocolMappersResource, resourceName String) : void from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected testAddAllBuiltinMappers(resource ProtocolMappersResource, resourceName String) : void from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private mappersToAdd(oldMappers List<ProtocolMapperRepresentation>, builtins List<ProtocolMapperRepresentation>) : List<ProtocolMapperRepresentation> from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected mappersToAdd(oldMappers List<ProtocolMapperRepresentation>, builtins List<ProtocolMapperRepresentation>) : List<ProtocolMapperRepresentation> from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |
|
Pull Up Method private assertEqualMappers(original ProtocolMapperRepresentation, created ProtocolMapperRepresentation) : void from class org.keycloak.testsuite.endpoint.client.ClientProtocolMapperTest to protected assertEqualMappers(original ProtocolMapperRepresentation, created ProtocolMapperRepresentation) : void from class org.keycloak.testsuite.endpoint.client.AbstractProtocolMapperTest |
From |
To |