S
- The type of SessionContext
being providedM
- Type of user authentication methodpublic abstract class AbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> extends AbstractLoggingBean implements UserAuthMethodFactory<S,M>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
log
HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier | Constructor and Description |
---|---|
protected |
AbstractUserAuthMethodFactory(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createUserAuth, createUserAuth, isDataIntegrityAuthenticationTransport, isSecureAuthenticationTransport
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
protected AbstractUserAuthMethodFactory(java.lang.String name)
public final java.lang.String getName()
getName
in interface NamedResource
public java.lang.String toString()
toString
in class java.lang.Object