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:
Serializable

public class AsyncAuthException extends org.apache.sshd.common.RuntimeSshException
Author:
Apache MINA SSHD Project
See Also:
  • Field Details

    • listener

      protected transient Object listener
    • authed

      protected Boolean authed
  • Constructor Details

    • AsyncAuthException

      public AsyncAuthException()
  • Method Details

    • setAuthed

      public void setAuthed(boolean authed)
    • asListener

      protected Consumer<? super Boolean> asListener(Object listener)
    • addListener

      public void addListener(Consumer<? super Boolean> listener)