mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
DefaultUserAuthenticator maskes the _name varible in ComponentLifecycleBase making the setName() method not work as expected. This patch cleans up the code such that getName() will be getClass().getSimpleName() unless overridden in the Spring configuration.