Package org.apache.sshd.server.auth
Class AsyncAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sshd.common.RuntimeSshException
-
- org.apache.sshd.server.auth.AsyncAuthException
-
- All Implemented Interfaces:
java.io.Serializable
public class AsyncAuthException extends RuntimeSshException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanauthedprotected java.lang.Objectlistenerprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AsyncAuthException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(java.util.function.Consumer<? super java.lang.Boolean> listener)protected java.util.function.Consumer<? super java.lang.Boolean>asListener(java.lang.Object listener)voidsetAuthed(boolean authed)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
listener
protected java.lang.Object listener
-
authed
protected java.lang.Boolean authed
-
-