This method of the PermissionDataSetEnumerator Class retrieves the next PermissionID object from the enumeration.
public PermissionID nextPermissionID();
Returns the next PermissionID object from the enumeration.
java.util.NoSuchElementException if no more PermissionID objects exist in the enumeration.