Searched defs:password (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DUserMgrUtils.java41 public static void clearPassword(String password) { argument
42 password = null;
H A DUserManagedObject.java117 String password, boolean bNewUser) {
138 if (password != null) {
139 passProperty.update(password, true);
144 User user, String password) {
145 this(descriptor, user, UserType.NORMAL, password, true);
211 public void setUser(User user, String password) { argument
214 passProperty.update(password, true);
115 UserManagedObject(UserMgrPanelDescriptor descriptor, User user, UserType type, String password, boolean bNewUser) argument
143 UserManagedObject(UserMgrPanelDescriptor descriptor, User user, String password) argument
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py53 from nova.api.metadata import password namespace
876 :param admin_password: Administrator password to set in instance.
981 # seconds to boot before attempting to set the admin password.
1439 # encrypt admin password, using SHA-256 as default
1451 # root's password is set, the admin account name is set and
1452 # the admin's password is set
1470 # store password for horizon retrieval
1474 password.convert_password(ctxt, base64.b64encode(enc)))
1479 # an ssh key, and a root password
1481 sshkey=sshkey, password
[all...]

Completed in 29 milliseconds