Uses of Class
org.activiti.cloud.identity.model.Role
-
Packages that use Role Package Description org.activiti.cloud.identity.model -
-
Uses of Role in org.activiti.cloud.identity.model
Methods in org.activiti.cloud.identity.model that return types with arguments of type Role Modifier and Type Method Description List<Role>Group. getRoles()List<Role>User. getRoles()Method parameters in org.activiti.cloud.identity.model with type arguments of type Role Modifier and Type Method Description voidGroup. setRoles(List<Role> roles)voidUser. setRoles(List<Role> roles)
-