In version 10g and under we could easily migrate users (including the password) from one database to another using:

CREATE USER scott IDENTIFIED BY VALUES '{encrypted password}' ...blah, blah...

What is the 11g equivalent of this command which would allow me to migrate users from one 11g database to another?