Package com.bytedesk.core.rbac.role
Class RoleEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.rbac.role.RoleEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Set<AuthorityEntity>
private String
private @NotBlank String
private static final long
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAuthority
(AuthorityEntity authority) void
removeAuthority
(AuthorityEntity authority)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
system
private boolean system -
authorities
-
-
Constructor Details
-
RoleEntity
public RoleEntity()
-
-
Method Details
-
addAuthority
-
removeAuthority
-