badbf4cc7dd1436be8d94e3f346829bcbb9e46ca
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getClearpassCipher() : Cipher renamed to public getClearpassKey() : PrivateKey in class org.apache.guacamole.auth.cas.conf.ConfigurationService | From | To | |
Change Return Type | 2 | ||
Change Return Type Cipher to PrivateKey in method public parseValue(value String) : PrivateKey in class org.apache.guacamole.properties.PrivateKeyGuacamoleProperty | From | To | |
Change Return Type Cipher to PrivateKey in method public getClearpassKey() : PrivateKey in class org.apache.guacamole.auth.cas.conf.ConfigurationService | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.guacamole.properties.CipherGuacamoleProperty renamed to org.apache.guacamole.properties.PrivateKeyGuacamoleProperty | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type CAS_CLEARPASS_KEY : CipherGuacamoleProperty to CAS_CLEARPASS_KEY : PrivateKeyGuacamoleProperty in class org.apache.guacamole.auth.cas.conf.CASGuacamoleProperties | From | To |