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
ALLOW_INSECURE_AUTH, ALLOW_NON_INTEGRITY_AUTH, DEFAULT_ALLOW_INSECURE_AUTH, DEFAULT_ALLOW_NON_INTEGRITY_AUTH, 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() |
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createUserAuth, createUserAuth, isDataIntegrityAuthenticationTransport, isSecureAuthenticationTransport
findByName, getNameList, getNames, ofName, removeByName
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