Package com.enonic.xp.security
Class UpdateUserParams
- java.lang.Object
-
- com.enonic.xp.security.UpdateUserParams
-
@PublicApi public final class UpdateUserParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateUserParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateUserParams.Builder
create()
static UpdateUserParams.Builder
create(User user)
String
getDisplayName()
UserEditor
getEditor()
String
getEmail()
PrincipalKey
getKey()
String
getLogin()
User
update(User source)
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public String getDisplayName()
-
getEmail
public String getEmail()
-
getLogin
public String getLogin()
-
getEditor
public UserEditor getEditor()
-
create
public static UpdateUserParams.Builder create()
-
create
public static UpdateUserParams.Builder create(User user)
-
-