private static void monitorReply( ChangePasswordContext changepwContext ) throws KerberosException
{
try
{
ChangePasswordReply reply = ( ChangePasswordReply ) changepwContext.getReply();
ApplicationReply appReply = reply.getApplicationReply();
PrivateMessage priv = reply.getPrivateMessage();
StringBuilder sb = new StringBuilder();
sb.append( "Responding with change password reply:" );
sb.append( "\n\t" + "appReply " + appReply );
sb.append( "\n\t" + "priv " + priv );