Package com.enonic.xp.security
Class CreateUserParams
- java.lang.Object
-
- com.enonic.xp.security.CreateUserParams
-
@Beta public final class CreateUserParams extends java.lang.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()
java.lang.String
getDisplayName()
java.lang.String
getEmail()
PrincipalKey
getKey()
java.lang.String
getLogin()
java.lang.String
getPassword()
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public java.lang.String getDisplayName()
-
getPassword
public java.lang.String getPassword()
-
getEmail
public java.lang.String getEmail()
-
getLogin
public java.lang.String getLogin()
-
create
public static CreateUserParams.Builder create()
-
-