public static final class PropertiesFileAuth.Users extends Object
PropertiesFileAuth that only exposes methods for working with users.| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2024. All rights reserved.