|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.server.auth.UsersRolesLoginModuleHandler
Constructor Summary | |
UsersRolesLoginModuleHandler()
Creates a new instance of UsersRolesLoginModuleHandler |
Method Summary | |
Model |
getUser(String name)
Retrieve a user |
void |
insertUser(Model model)
Insert/update user. |
Collection |
listUsers()
List all users |
static void |
main(String[] args)
|
void |
removeUser(String name)
Remove user |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UsersRolesLoginModuleHandler() throws IOException
Method Detail |
public Collection listUsers() throws IOException
IOException
public Model getUser(String name) throws IOException
name
- Username
IOException
public void insertUser(Model model) throws IOException
model
- Model
IOException
public void removeUser(String name) throws IOException
name
- Username
IOException
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |