|
Rename Method public testReturnNullKeyPairWhenFailedToLoadAndGenerateKeys() : void renamed to public testThrowsExceptionWhenFailedToLoadAndGenerateKeys() : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.SignatureKeyManagerTest |
From |
To |
|
Rename Method private send403(res ServletResponse, message String) : void renamed to private send401(res ServletResponse, message String) : void in class org.eclipse.che.multiuser.keycloak.server.KeycloakAuthenticationFilter |
From |
To |
|
Rename Method public testReturnNullKeyPairWhenAlgorithmIsNotSupported() : void renamed to public testThrowsExceptionWhenAlgorithmIsNotSupported() : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.SignatureKeyManagerTest |
From |
To |
|
Rename Method public getId() : String renamed to public getWorkspaceId() : String in class org.eclipse.che.multiuser.machine.authentication.server.signature.SignatureKeyPair |
From |
To |
|
Rename Method public getId() : String renamed to public getWorkspaceId() : String in class org.eclipse.che.multiuser.machine.authentication.server.signature.model.impl.SignatureKeyPairImpl |
From |
To |
|
Rename Method public setId(id String) : void renamed to public setWorkspaceId(workspaceId String) : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.model.impl.SignatureKeyPairImpl |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method public setWorkspaceId(workspaceId String) : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.model.impl.SignatureKeyPairImpl |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method public remove(workspaceId String) : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.spi.SignatureKeyDao |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method private newKeyPair(workspaceId String) : SignatureKeyPairImpl in class org.eclipse.che.multiuser.machine.authentication.server.signature.spi.tck.SignatureKeyDaoTest |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method public SignatureKeyPairImpl(workspaceId String, publicKey PublicKey, privateKey PrivateKey) in class org.eclipse.che.multiuser.machine.authentication.server.signature.model.impl.SignatureKeyPairImpl |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method protected doRemove(workspaceId String) : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.jpa.JpaSignatureKeyDao |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method public SignatureKeyPairImpl(workspaceId String, publicKey SignatureKeyImpl, privateKey SignatureKeyImpl) in class org.eclipse.che.multiuser.machine.authentication.server.signature.model.impl.SignatureKeyPairImpl |
From |
To |
|
Rename Parameter id : String to workspaceId : String in method public remove(workspaceId String) : void in class org.eclipse.che.multiuser.machine.authentication.server.signature.jpa.JpaSignatureKeyDao |
From |
To |
|
Rename Parameter keyManager : SignatureKeyManager to machineKeyResolver : MachineSigningKeyResolver in method public MachineLoginFilter(tokenExtractor RequestTokenExtractor, userManager UserManager, machineKeyResolver MachineSigningKeyResolver, permissionChecker PermissionChecker) in class org.eclipse.che.multiuser.machine.authentication.server.MachineLoginFilter |
From |
To |