Package org.apache.sshd.server.auth
Class AbstractUserAuthFactory
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.auth.AbstractUserAuthMethodFactory<ServerSession,UserAuth>
-
- org.apache.sshd.server.auth.AbstractUserAuthFactory
-
- All Implemented Interfaces:
UserAuthMethodFactory<ServerSession,UserAuth>
,NamedResource
,UserAuthFactory
- Direct Known Subclasses:
UserAuthHostBasedFactory
,UserAuthKeyboardInteractiveFactory
,UserAuthNoneFactory
,UserAuthPasswordFactory
,UserAuthPublicKeyFactory
public abstract class AbstractUserAuthFactory extends AbstractUserAuthMethodFactory<ServerSession,UserAuth> implements UserAuthFactory
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
ALLOW_INSECURE_AUTH, ALLOW_NON_INTEGRITY_AUTH, DEFAULT_ALLOW_INSECURE_AUTH, DEFAULT_ALLOW_NON_INTEGRITY_AUTH, HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUserAuthFactory(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
getName, toString
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
createUserAuth
-
-