|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wildfly.extras.creaper.commands.auth.PropertiesFileAuth.Users
public static final class PropertiesFileAuth.Users
Convenience view on PropertiesFileAuth that only exposes methods for working with users.
| Method Summary | |
|---|---|
OfflineCommand |
defineUser(String username,
String password)
Ensures that the *-users.properties file contains a definition of a user
with given username and given password. |
OfflineCommand |
undefineUser(String username)
Ensures that the *-users.properties file doesn't contain a definition of a user
with given username. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public OfflineCommand defineUser(String username,
String password)
*-users.properties file contains a definition of a user
with given username and given password.
public OfflineCommand undefineUser(String username)
*-users.properties file doesn't contain a definition of a user
with given username.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||