| Package | Description |
|---|---|
| com.cs.software.api | |
| com.cs.software.engine.security |
| Modifier and Type | Method and Description |
|---|---|
UserIntf |
AuthenticationIntf.findUserByEmailAddr(String anEmail)
Find a user by email address.
|
UserIntf |
AuthenticationIntf.getUserInfo(String aLoginId)
Get the information associated with the user.
|
UserIntf |
AuthenticationIntf.userLogin(String aLoginId,
String aPassword)
Log a user into the system
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationIntf.createNewUser(UserIntf anUserIntf)
Create a new user.
|
void |
AuthenticationIntf.updateUserAttributes(UserIntf anUserIntf)
Update selected user attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserPrincipal |
| Modifier and Type | Method and Description |
|---|---|
UserIntf |
UserDB.getUser() |
UserIntf |
UserDB.getUserIntf() |
UserIntf |
UserDB.getUserIntf(Long anUserId) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDB.init(String aDatabasePoolName,
UserIntf anUser) |
void |
UserDB.setUser(UserIntf anUser) |
Copyright © 2020. All rights reserved.