Class
Specinfra::Command::Base::User
In:
lib/specinfra/command/base/user.rb
Parent:
Specinfra::Command::Base
Methods
add
check_belongs_to_group
check_belongs_to_primary_group
check_exists
check_has_authorized_key
check_has_home_directory
check_has_login_shell
check_has_uid
get_encrypted_password
get_gid
get_home_directory
get_login_shell
get_maximum_days_between_password_change
get_minimum_days_between_password_change
get_uid
update_encrypted_password
update_gid
update_home_directory
update_login_shell
update_uid
Public Class methods
add
(user, options)
check_belongs_to_group
(user, group)
check_belongs_to_primary_group
(user, group)
check_exists
(user)
check_has_authorized_key
(user, key)
check_has_home_directory
(user, path_to_home)
check_has_login_shell
(user, path_to_shell)
check_has_uid
(user, uid)
get_encrypted_password
(user)
get_gid
(user)
get_home_directory
(user)
get_login_shell
(user)
get_maximum_days_between_password_change
(user)
get_minimum_days_between_password_change
(user)
get_uid
(user)
update_encrypted_password
(user, encrypted_password)
update_gid
(user, gid)
update_home_directory
(user, directory)
update_login_shell
(user, shell)
update_uid
(user, uid)
[Validate]