|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.bb.bejy.IniUserGroup
Implementation of the de.bb.bejy.UserGroupDbi interface, which uses BEJY's config file.
| Constructor Summary | |
IniUserGroup()
|
|
| Method Summary | |
void |
setConfigFile(XmlFile ini,
java.lang.String sec)
Used to specify the config file and section name. |
boolean |
verifyUserGroup(java.lang.String user,
java.lang.String pass,
java.lang.String group)
Is a user with that password in the specified group? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IniUserGroup()
| Method Detail |
public boolean verifyUserGroup(java.lang.String user,
java.lang.String pass,
java.lang.String group)
verifyUserGroup in interface UserGroupDbi
public void setConfigFile(XmlFile ini,
java.lang.String sec)
setConfigFile in interface ConfigFileUserini - the config file objectsec - the section name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||