}
protected void stopService() throws Exception
{
InitialContext ctx = new InitialContext();
NonSerializableFactory.unbind(jndiName);
ctx.unbind(jndiName);
log.debug("Unbound SRPVerifierStore at "+jndiName);
}
public VerifierInfo getUserVerifier(String username) throws KeyException, IOException
{