public class Users extends Object
auth(String, String) for further informations| Modifier and Type | Method and Description |
|---|---|
de.tsl2.nano.h5.User |
auth(String name,
String passwd)
checks the given (perhaps synthetic) user and may do some mapping to a real user. depends on ENV property
"app.login.secure".
|
de.tsl2.nano.h5.User |
auth(String name,
String passwd,
String dbName,
String dbPasswd,
boolean admin) |
static Users |
load() |
public static Users load()
public de.tsl2.nano.h5.User auth(String name, String passwd)
name - public userpasswd - user passwdIllegalArgumentException - if secure mode and no user entry was found.Copyright © 2012–2020. All rights reserved.