Details
Description
- Make class as final.
- Add a private constructor.
- Make the following protected static variables as private
protected static List<Authenticator> authenticators = new ArrayList<Authenticator>(); protected static boolean authenticatorsLoaded = false;