public interface ProtonSaslAuthenticator
| Modifier and Type | Method and Description |
|---|---|
void |
init(NetSocket socket,
ProtonConnection protonConnection,
org.apache.qpid.proton.engine.Transport transport) |
boolean |
process()
Process the SASL authentication cycle until such time as an outcome is determined.
|
boolean |
succeeded()
Once called after process finished it returns true if the authentication succeeded.
|
void init(NetSocket socket, ProtonConnection protonConnection, org.apache.qpid.proton.engine.Transport transport)
boolean process()
boolean succeeded()
Copyright © 2016. All rights reserved.