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
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_NAME
private java.lang.String
name
-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUserAuthServiceFactory()
protected
AbstractUserAuthServiceFactory(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.ServiceFactory
create
-
-
-
-
Field Detail
-
DEFAULT_NAME
public static final java.lang.String DEFAULT_NAME
- See Also:
- Constant Field Values
-
name
private final java.lang.String name
-
-
Method Detail
-
getName
public final java.lang.String getName()
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
-