String passwd = (String) msgContext.getProperty( MessageContext.PASSWORD );
if (category.isDebugEnabled()) {
category.debug( JavaUtils.getMessage("password00", passwd) );
}
AuthenticatedUser authUser = provider.authenticate(msgContext);
// if a password is defined, then it must match
if ( authUser == null)
throw new AxisFault( "Server.Unauthenticated",
JavaUtils.getMessage("cantAuth01", userID),