431432433434435436437
/** * {@inheritDoc} */ @SuppressWarnings("unchecked") public Iterator<Principal> getPrincipalIterator(RemoteIterator remote) { return new ClientPrincipalIterator(remote, this); }