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