public class UserAuthPasswordFactory extends AbstractUserAuthFactory
Modifier and Type | Field and Description |
---|---|
static UserAuthPasswordFactory |
INSTANCE |
static 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
Constructor and Description |
---|
UserAuthPasswordFactory() |
Modifier and Type | Method and Description |
---|---|
UserAuthPassword |
createUserAuth(ClientSession session) |
getName, toString
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createUserAuth, isDataIntegrityAuthenticationTransport, isSecureAuthenticationTransport
findByName, getName, getNameList, getNames, ofName, removeByName
public static final java.lang.String NAME
public static final UserAuthPasswordFactory INSTANCE
public UserAuthPassword createUserAuth(ClientSession session) throws java.io.IOException
session
- The session for which authentication is requiredjava.io.IOException
- If failed to create the instance