Class AcceptAllPublickeyAuthenticator
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- org.apache.sshd.server.auth.pubkey.AcceptAllPublickeyAuthenticator
-
- All Implemented Interfaces:
PublickeyAuthenticator
public final class AcceptAllPublickeyAuthenticator extends StaticPublickeyAuthenticator
Accepts all authentication attempts
-
-
Field Summary
Fields Modifier and Type Field Description static AcceptAllPublickeyAuthenticator
INSTANCE
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AcceptAllPublickeyAuthenticator()
-
Method Summary
-
Methods inherited from class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
authenticate, handleAcceptance, handleRejection, isAccepted
-
-
-
-
Field Detail
-
INSTANCE
public static final AcceptAllPublickeyAuthenticator INSTANCE
-
-