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 Stringprivate @NotBlank Stringprivate static final longprivate Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAuthority(AuthorityEntity authority) voidremoveAuthority(AuthorityEntity authority) Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
system
-
authorities
-
-
Constructor Details
-
RoleEntity
public RoleEntity()
-
-
Method Details
-
addAuthority
-
removeAuthority
-