Basically you have to call your getSSN method inside the while loop just after the print statement:

import java.util.Scanner;

public class SSNValidatorApp
{
public static String ssn;
...