 
                            ...
This compliant solution demonstrates how to instantiate a custom SecurityManager class called CustomSecurityManager  by invoking its constructor with a password; this custom security manager is then installed as the active security manager.
...