Class AcceptAllPasswordAuthenticator
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
org.apache.sshd.server.auth.password.AcceptAllPasswordAuthenticator
- All Implemented Interfaces:
PasswordAuthenticator
Accepts all authentication attempts
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
authenticate, handleAcceptance, handleRejection, isAcceptedMethods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.server.auth.password.PasswordAuthenticator
handleClientPasswordChangeRequest
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AcceptAllPasswordAuthenticator
private AcceptAllPasswordAuthenticator()
-