@exception UndeclaredThrowableException thrown if handler does not
implement a setSecurityInfo(Princpal, Object) method
*/
public JaasSecurityManager(String securityDomain, CallbackHandler handler)
{
delegate = new JaasSecurityManagerBase(securityDomain,handler);
}