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 classCreateRoleParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRoleParams.Buildercreate()StringgetDescription()StringgetDisplayName()PrincipalKeygetKey()
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public String getDisplayName()
-
getDescription
public String getDescription()
-
create
public static CreateRoleParams.Builder create()
-
-