Class ReplaceShadowPasswordEntry
- java.lang.Object
-
- org.jclouds.scriptbuilder.statements.login.ReplaceShadowPasswordEntry
-
- All Implemented Interfaces:
Statement
- Direct Known Subclasses:
ReplaceShadowPasswordEntryOfLoginUser
public class ReplaceShadowPasswordEntry extends Object implements Statement
Replaces the password entry for a user in the shadow file, using SHA-512 crypt syntax.
-
-
Constructor Summary
Constructors Constructor Description ReplaceShadowPasswordEntry(com.google.common.base.Function<String,String> cryptFunction, String login, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Iterable<String>
functionDependencies(OsFamily family)
int
hashCode()
String
render(OsFamily family)
-
-
-
Method Detail
-
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies
in interfaceStatement
-
-