Uses of Class
com.bytedesk.core.rbac.user.UserOrganizationRoleEntity
Packages that use UserOrganizationRoleEntity
-
Uses of UserOrganizationRoleEntity in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user with type parameters of type UserOrganizationRoleEntityModifier and TypeFieldDescriptionprivate Set<UserOrganizationRoleEntity>
UserDetailsImpl.userOrganizationRoles
private Set<UserOrganizationRoleEntity>
UserEntity.userOrganizationRoles
Constructor parameters in com.bytedesk.core.rbac.user with type arguments of type UserOrganizationRoleEntityModifierConstructorDescriptionprivate
UserDetailsImpl
(Long id, String uid, String username, String nickname, String avatar, String mobile, String email, String password, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, OrganizationEntity currentOrganization, Set<UserOrganizationRoleEntity> userOrganizationRoles, String description, boolean superUser, boolean emailVerified, boolean mobileVerified, String platform, boolean enabled)