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.Boolean
authed
protected java.lang.Object
listener
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AsyncAuthException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(java.util.function.Consumer<? super java.lang.Boolean> listener)
protected java.util.function.Consumer<? super java.lang.Boolean>
asListener(java.lang.Object listener)
void
setAuthed(boolean authed)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
listener
protected transient java.lang.Object listener
-
authed
protected java.lang.Boolean authed
-
-