Class ReplaceShadowPasswordEntry
java.lang.Object
org.jclouds.scriptbuilder.statements.login.ReplaceShadowPasswordEntry
- All Implemented Interfaces:
Statement
- Direct Known Subclasses:
ReplaceShadowPasswordEntryOfLoginUser
Replaces the password entry for a user in the shadow file, using SHA-512
crypt syntax.
-
Constructor Summary
ConstructorsConstructorDescriptionReplaceShadowPasswordEntry
(com.google.common.base.Function<String, String> cryptFunction, String login, String password) -
Method Summary