Package org.apache.sshd.common.auth
Class AbstractUserAuthServiceFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- All Implemented Interfaces:
NamedResource,ServiceFactory
- Direct Known Subclasses:
ClientUserAuthServiceFactory,ServerUserAuthServiceFactory
public abstract class AbstractUserAuthServiceFactory
extends AbstractLoggingBean
implements ServiceFactory
-
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_EXTRACTOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods 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.common.ServiceFactory
create
-
Field Details
-
DEFAULT_NAME
- See Also:
-
name
-
-
Constructor Details
-
AbstractUserAuthServiceFactory
protected AbstractUserAuthServiceFactory() -
AbstractUserAuthServiceFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-