Uses of Class
org.jclouds.scriptbuilder.statements.login.UserAdd.Builder
Packages that use UserAdd.Builder
-
Uses of UserAdd.Builder in org.jclouds.scriptbuilder.statements.login
Methods in org.jclouds.scriptbuilder.statements.login that return UserAdd.BuilderModifier and TypeMethodDescriptionUserAdd.Builder.authorizeRSAPublicKey
(String RSAPublicKey) UserAdd.Builder.authorizeRSAPublicKeys
(Iterable<String> RSAPublicKeys) static UserAdd.Builder
UserAdd.builder()
UserAdd.Builder.cryptFunction
(com.google.common.base.Function<String, String> cryptFunction) UserAdd.Builder.defaultHome
(String defaultHome) See --base-dir in `man useradd`.See --home in `man useradd`.UserAdd.Builder.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)