Uses of Class
com.fluig.sdk.tenant.AdminUserVO
-
Packages that use AdminUserVO Package Description com.fluig.sdk.service com.fluig.sdk.tenant -
-
Uses of AdminUserVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return types with arguments of type AdminUserVO Modifier and Type Method Description List<AdminUserVO>
SecurityService. listTenantAdmins(Long tenantId)
Retorna os admins de um tenant -
Uses of AdminUserVO in com.fluig.sdk.tenant
Methods in com.fluig.sdk.tenant that return AdminUserVO Modifier and Type Method Description AdminUserVO
TenantVO. getAdminUser()
Recupera valor do adminUserMethods in com.fluig.sdk.tenant with parameters of type AdminUserVO Modifier and Type Method Description void
TenantVO. setAdminUser(AdminUserVO adminUser)
Atribui valor para adminUser
-