Package org.wildfly.security.auth.server
Interface ModifiableRealmIdentityIterator
- All Superinterfaces:
AutoCloseable,Iterator<ModifiableRealmIdentity>
public interface ModifiableRealmIdentityIterator
extends Iterator<ModifiableRealmIdentity>, AutoCloseable
An iterator over realm identities. The iterator should be closed in order to release any associated
resources.
- Author:
- Jan Kalina
-
Method Details
-
close
Close any underlying resources. No need to call if end of sequence already occurred.- Specified by:
closein interfaceAutoCloseable- Throws:
RealmUnavailableException
-
emptyIterator
Returns an iterator that has no elements and is closeable.- Returns:
- empty closeable iterator
-