5ed2f84d06fa5ebde1d347e8291c2ba7e2c8da58
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type keyManager : X509KeyManager to keyManager : X509ExtendedKeyManager in method public AliasedX509ExtendedKeyManager(keyManager X509ExtendedKeyManager, keyAlias String) in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager | From | To | |
Change Return Type | 1 | ||
Change Return Type String to KeyStore in method public getTrustStore() : KeyStore in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Move Attribute | 3 | ||
Move Attribute private _keyStore : KeyStore from class org.eclipse.jetty.util.ssl.SslContextFactory to package _keyStore : KeyStore from class org.eclipse.jetty.util.ssl.SslContextFactory.Factory | From | To | |
Move Attribute private _context : SSLContext from class org.eclipse.jetty.util.ssl.SslContextFactory to package _context : SSLContext from class org.eclipse.jetty.util.ssl.SslContextFactory.Factory | From | To | |
Move Attribute private _trustStore : KeyStore from class org.eclipse.jetty.util.ssl.SslContextFactory to package _trustStore : KeyStore from class org.eclipse.jetty.util.ssl.SslContextFactory.Factory | From | To | |
Rename Attribute | 6 | ||
Rename Attribute _keyStore : KeyStore to _setKeyStore : KeyStore in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Attribute _keyManager : X509KeyManager to _delegate : X509ExtendedKeyManager in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager | From | To | |
Rename Attribute _trustStore : KeyStore to _setTrustStore : KeyStore in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Attribute _keyStorePath : String to _keyStoreResource : Resource in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Attribute _trustStorePath : String to _trustStoreResource : Resource in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Rename Attribute _keyAlias : String to _alias : String in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type _keyManager : X509KeyManager to _delegate : X509ExtendedKeyManager in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager | From | To | |
Change Attribute Type _keyStorePath : String to _keyStoreResource : Resource in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Change Attribute Type _trustStorePath : String to _trustStoreResource : Resource in class org.eclipse.jetty.util.ssl.SslContextFactory | From | To | |
Extract Method | 1 | ||
Extract Method protected getKeyStore(storePath String, storeType String, storeProvider String, storePassword String) : KeyStore extracted from protected getKeyStore(storeStream InputStream, storePath String, storeType String, storeProvider String, storePassword String) : KeyStore in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator | From | To |