Class UserAdd.Builder
java.lang.Object
org.jclouds.scriptbuilder.statements.login.UserAdd.Builder
- Enclosing class:
UserAdd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorizeRSAPublicKey
(String RSAPublicKey) authorizeRSAPublicKeys
(Iterable<String> RSAPublicKeys) build()
cryptFunction
(com.google.common.base.Function<String, String> cryptFunction) defaultHome
(String defaultHome) See --base-dir in `man useradd`.See --home in `man useradd`.installRSAPrivateKey
(String RSAPrivateKey) the username of the user to add (not the login to use when performing the add)the password to add for the user (not the password to use when logging in to perform the add)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cryptFunction
- See Also:
-
home
See --home in `man useradd`. -
defaultHome
See --base-dir in `man useradd`. -
login
the username of the user to add (not the login to use when performing the add) -
password
the password to add for the user (not the password to use when logging in to perform the add) -
group
-
groups
-
installRSAPrivateKey
-
authorizeRSAPublicKey
-
authorizeRSAPublicKeys
-
shell
-
fullName
-
build
-