public class UserAuthPublicKeyIterator extends AbstractKeyPairIterator<PublicKeyIdentity> implements Channel
| Constructor and Description |
|---|
UserAuthPublicKeyIterator(ClientSession session,
SignatureFactoriesManager signatureFactories) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
closeAgent() |
boolean |
hasNext() |
boolean |
isOpen() |
PublicKeyIdentity |
next() |
getClientSession, getSession, remove, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic UserAuthPublicKeyIterator(ClientSession session, SignatureFactoriesManager signatureFactories) throws Exception
Exceptionpublic boolean hasNext()
hasNext in interface Iterator<PublicKeyIdentity>public PublicKeyIdentity next()
next in interface Iterator<PublicKeyIdentity>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionprotected void closeAgent()
throws IOException
IOExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.