Class AsyncAuth
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aesh.terminal.ssh.netty.AsyncAuth
- All Implemented Interfaces:
Serializable
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthed(boolean authed) voidsetListener(Consumer<Boolean> listener) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsyncAuth
public AsyncAuth()
-
-
Method Details
-
setAuthed
public void setAuthed(boolean authed) -
setListener
-