6fd1534bf0605405ab95bb1a91bc2f8df6b90f17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCert() : X509Certificate renamed to public getCertificate() : X509Certificate in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Rename Variable | 2 | ||
| Rename Variable cert : X509Certificate to certificate : X509Certificate in method private getKeyManager(keys Map<String,SamlKey>, activeKeyId String) : KeyManager in class org.cloudfoundry.identity.uaa.provider.saml.SamlKeyManagerFactory | From | To | |
| Rename Variable pkey : KeyPair to privateKey : PrivateKey in method private getKeyManager(keys Map<String,SamlKey>, activeKeyId String) : KeyManager in class org.cloudfoundry.identity.uaa.provider.saml.SamlKeyManagerFactory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to X509Certificate in method private loadCertificate(encodedCertificate String) : X509Certificate in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Extract Variable | 1 | ||
| Extract Variable privateKeyInfo : PrivateKeyInfo in method private loadPrivateKey(encodedPrivateKey String, passphrase String) : PrivateKey from class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pkey : KeyPair to privateKey : PrivateKey in method private getKeyManager(keys Map<String,SamlKey>, activeKeyId String) : KeyManager in class org.cloudfoundry.identity.uaa.provider.saml.SamlKeyManagerFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method private loadPrivateKey(encodedPrivateKey String, passphrase String) : PrivateKey extracted from public KeyWithCert(key String, passphrase String, certificate String) in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter key : String to encodedPrivateKey : String in method private loadPrivateKey(encodedPrivateKey String, passphrase String) : PrivateKey in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Rename Parameter certificate : String to encodedCertificate : String in method private loadCertificate(encodedCertificate String) : X509Certificate in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To | |
| Rename Parameter certificate : String to encodedCertificate : String in method public KeyWithCert(encodedCertificate String) in class org.cloudfoundry.identity.uaa.util.KeyWithCert | From | To |