5455565758596061626364
context.put(SRPRegistry.PASSWORD_FILE, pFile); IAuthInfoProvider authenticator = new SRPAuthInfoProvider(); try { authenticator.activate(context); harness.check(true, "activate()"); } catch (AuthenticationException x) { harness.debug(x);
240241242243244245246247248249250
harness.fail("passivate()"); } try { authenticator.activate(context); harness.check(true, "activate()"); } catch (AuthenticationException x) { harness.debug(x);