The group principal.
484950515253545556
} public void testRemoveNonExistantUserPrincipal() throws SecurityException { String localUid = Integer.toString(rand.nextInt()).toString(); GroupPrincipal localPrin = new GroupPrincipalImpl(localUid); grHandler.removeGroupPrincipal(localPrin); }