public static final class PropertiesFileAuth.Users extends Object
PropertiesFileAuth that only exposes methods for working with users.| Modifier and Type | Method and Description |
|---|---|
org.jboss.creaper.core.offline.OfflineCommand |
defineUser(String username,
String password)
Ensures that the
*-users.properties file contains a definition of a user
with given username and given password. |
org.jboss.creaper.core.offline.OfflineCommand |
undefineUser(String username)
Ensures that the
*-users.properties file doesn't contain a definition of a user
with given username. |
public org.jboss.creaper.core.offline.OfflineCommand defineUser(String username, String password)
*-users.properties file contains a definition of a user
with given username and given password.public org.jboss.creaper.core.offline.OfflineCommand undefineUser(String username)
*-users.properties file doesn't contain a definition of a user
with given username.Copyright © 2015. All rights reserved.