UserBuilder
Methods |
static User |
buildUser(AuthenticationInfo authenticationInfo, Database database, boolean persistent)
Build the database user starting from authentication informations.
|
static User |
buildUser(AuthenticationInfo authenticationInfo, Database database, boolean persistent)
Build the database user starting from authentication informations.
Parameters:
authenticationInfo - authentication info
database - target database
persistent - true if the user will be persisted in the database
Returns:
user bean
|
|