Class UserAuthPasswordFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthMethodFactory<ClientSession, UserAuth>
org.apache.sshd.client.auth.AbstractUserAuthFactory
org.apache.sshd.client.auth.password.UserAuthPasswordFactory
- All Implemented Interfaces:
UserAuthFactory, UserAuthMethodFactory<ClientSession, UserAuth>, NamedResource
-
Field Summary
FieldsFields inherited from class AbstractLoggingBean
logFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface UserAuthMethodFactory
HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractUserAuthMethodFactory
getName, toStringMethods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface NamedResource
getName
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
UserAuthPasswordFactory
public UserAuthPasswordFactory()
-
-
Method Details
-
createUserAuth
- Parameters:
session- The session for which authentication is required- Returns:
- The authenticator instance
- Throws:
IOException- If failed to create the instance
-