org.jclouds.scriptbuilder.statements.login
Class UserAdd.Builder

java.lang.Object
  extended by org.jclouds.scriptbuilder.statements.login.UserAdd.Builder
Enclosing class:
UserAdd

public static class UserAdd.Builder
extends Object


Constructor Summary
UserAdd.Builder()
           
 
Method Summary
 UserAdd.Builder authorizeRSAPublicKey(String RSAPublicKey)
           
 UserAdd.Builder authorizeRSAPublicKeys(Iterable<String> RSAPublicKeys)
           
 UserAdd build()
           
 UserAdd.Builder defaultHome(String defaultHome)
           
 UserAdd.Builder group(String group)
           
 UserAdd.Builder groups(Iterable<String> groups)
           
 UserAdd.Builder installRSAPrivateKey(String RSAPrivateKey)
           
 UserAdd.Builder login(String login)
          the username of the user to add (not the login to use when performing the add)
 UserAdd.Builder password(String password)
          the password to add for the user (not the password to use when logging in to perform the add)
 UserAdd.Builder shell(String shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdd.Builder

public UserAdd.Builder()
Method Detail

defaultHome

public UserAdd.Builder defaultHome(String defaultHome)

login

public UserAdd.Builder login(String login)
the username of the user to add (not the login to use when performing the add)


password

public UserAdd.Builder password(String password)
the password to add for the user (not the password to use when logging in to perform the add)


group

public UserAdd.Builder group(String group)

groups

public UserAdd.Builder groups(Iterable<String> groups)

installRSAPrivateKey

public UserAdd.Builder installRSAPrivateKey(String RSAPrivateKey)

authorizeRSAPublicKey

public UserAdd.Builder authorizeRSAPublicKey(String RSAPublicKey)

authorizeRSAPublicKeys

public UserAdd.Builder authorizeRSAPublicKeys(Iterable<String> RSAPublicKeys)

shell

public UserAdd.Builder shell(String shell)

build

public UserAdd build()


Copyright © 2009-2012 jclouds. All Rights Reserved.