Package org.apache.sshd.server.auth
Class UserAuthNoneFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthMethodFactory<ServerSession,UserAuth>
org.apache.sshd.server.auth.AbstractUserAuthFactory
org.apache.sshd.server.auth.UserAuthNoneFactory
- All Implemented Interfaces:
UserAuthMethodFactory<ServerSession,,UserAuth> NamedResource,UserAuthFactory
- Author:
- Apache MINA SSHD Project
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
getName, toStringMethods 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, wait, wait, waitMethods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
UserAuthNoneFactory
public UserAuthNoneFactory()
-
-
Method Details
-
createUserAuth
- Throws:
IOException
-