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