Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<LegacyUser> |
JdbcLegacyUserDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcLegacyUserDao.getNVPairs(LegacyUser user) |
Modifier and Type | Method and Description |
---|---|
LegacyUser |
LegacyUserManager.findLegacyUserByLogin(java.lang.String loginName)
Returns the User in legacy database with the provided login name
|
Modifier and Type | Method and Description |
---|---|
LegacyUser |
LegacyUserManagerImpl.findLegacyUserByLogin(java.lang.String loginName) |
Constructor and Description |
---|
LegacyBasicAuthenticationData(LegacyUser legacyUser,
java.lang.String encryptedPassword,
boolean rememberMe) |