Class SudoStatements
- java.lang.Object
-
- org.jclouds.scriptbuilder.statements.login.SudoStatements
-
public class SudoStatements extends Object
Statements used in sudo control
-
-
Constructor Summary
Constructors Constructor Description SudoStatements()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Statement
createWheel()
create new sudoers file with the wheel group authorized to all commands without a password
-
-
-
Method Detail
-
createWheel
public static Statement createWheel()
create new sudoers file with the wheel group authorized to all commands without a password
-
-